Home
last modified time | relevance | path

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

/AOO42X/main/slideshow/source/engine/
H A Dcolor.cxx60 aRes.mnLuminance = (nMax + nMin) / 2.0; in rgb2hsl()
71 aRes.mnSaturation = aRes.mnLuminance > 0.5 ? in rgb2hsl()
164 mnLuminance() in HSLTriple()
171 mnLuminance( nLuminance ) in HSLTriple()
177 mnMagicValue( getMagic( maHSLTriple.mnLuminance, in HSLColor()
186 mnMagicValue( getMagic( maHSLTriple.mnLuminance, in HSLColor()
193 mnMagicValue( getMagic( maHSLTriple.mnLuminance, in HSLColor()
202 mnMagicValue( getMagic( maHSLTriple.mnLuminance, in HSLColor()
219 return maHSLTriple.mnLuminance; in getLuminance()
398 getBlue() ).mnLuminance; in getLuminance()
[all …]
/AOO42X/main/slideshow/source/inc/
H A Dhslcolor.hxx89 double mnLuminance; member