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

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

Definition at line 143 of file ColConvert.h.

Referenced by ColXYZ2Lab().

00144 {
00145     return (r > 0.008856) ? pow(r, 1.0 / 3.0) 
00146                           : 7.787 * r + (16.0 / 116.0);
00147 }


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