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

void Impala::Core::Array::Trait::FuncUpoColorCode::DoIt ( unsigned char *  out,
unsigned char *  in 
) [inline]

Definition at line 305 of file Functors.h.

References mStep.

00306         {
00307         if(*in)
00308         {
00309             out[0] = 255;
00310             out[1] = 255 - (*in-1) * mStep;
00311             out[2] = 255 - (*in-1) * mStep;
00312         }
00313         else
00314         {
00315             out[0] = out[1] = out[2] = 0;
00316         }
00317         }


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