Home
last modified time | relevance | path

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

/AOO41X/main/slideshow/source/engine/
H A Dcolor.cxx180 maHSLTriple( 0.0, 0.0, 0.0 ), in HSLColor()
181 mnMagicValue( getMagic( maHSLTriple.mnLuminance, in HSLColor()
182 maHSLTriple.mnSaturation ) ) in HSLColor()
187 maHSLTriple( rgb2hsl( ::cppcanvas::getRed( nRGBColor ) / 255.0, in HSLColor()
190 mnMagicValue( getMagic( maHSLTriple.mnLuminance, in HSLColor()
191 maHSLTriple.mnSaturation ) ) in HSLColor()
196 maHSLTriple( nHue, nSaturation, nLuminance ), in HSLColor()
197 mnMagicValue( getMagic( maHSLTriple.mnLuminance, in HSLColor()
198 maHSLTriple.mnSaturation ) ) in HSLColor()
203 maHSLTriple( rgb2hsl( truncateRangeStd( rColor.getRed() ), in HSLColor()
[all …]
/AOO41X/main/slideshow/source/inc/
H A Dhslcolor.hxx97 HSLTriple maHSLTriple; member in slideshow::internal::HSLColor