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

static double Impala::Core::Array::Element::L2Y ( double  L  )  [inline, static]

Definition at line 136 of file ColConvert.h.

References Yn.

Referenced by ColLab2XYZ(), and ColLuv2XYZ().

00137 {
00138     return (L > 7.999625) ? Yn * pow((L + 16.0) / 116.0, 3.0)
00139                           : Yn * (L / 903.3);
00140 }


Generated on Thu Jan 13 09:17:23 2011 for ImpalaSrc by  doxygen 1.5.1