Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 Fri Mar 19 11:05:50 2010 for ImpalaSrc by  doxygen 1.5.1