Home || Visual Search || Applications || Architecture || 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 Thu Jan 13 09:17:23 2011 for ImpalaSrc by  doxygen 1.5.1