Home
last modified time | relevance | path

Searched refs:fGreenWeight (Results 1 – 1 of 1) sorted by relevance

/trunk/main/basegfx/inc/basegfx/color/ !
H A Dbcolor.hxx156 const double fGreenWeight(151.0 / 256.0); // 0.59 in luminance() local
159 return (mfX * fRedWeight + mfY * fGreenWeight + mfZ * fBlueWeight); in luminance()