Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

void Impala::Core::Array::Trait::UpoSRGB2RGBPtr::DoIt ( Real64 out,
UInt8 rgb 
) [inline]

Definition at line 28 of file UpoSRGB2RGB.h.

References lookupTable.

00029     {
00030         out[0] = lookupTable[rgb[0]];
00031         out[1] = lookupTable[rgb[1]];
00032         out[2] = lookupTable[rgb[2]];
00033     }


Generated on Thu Jan 13 09:18:43 2011 for ImpalaSrc by  doxygen 1.5.1