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

static double Impala::Core::Array::Element::fInv4ab ( double  r,
double  Ltmp 
) [inline, static]

Definition at line 150 of file ColConvert.h.

Referenced by ColLab2XYZ().

00151 {
00152     return (Ltmp > 0.206893) ? pow(r, 3.0)
00153                              : (r - 16.0 / 116.0) / 7.787;
00154 }


Generated on Fri Mar 19 10:59:55 2010 for ImpalaSrc by  doxygen 1.5.1