Home
last modified time | relevance | path

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

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