Searched refs:maHSLTriple (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/slideshow/source/engine/ |
H A D | color.cxx | 180 maHSLTriple( 0.0, 0.0, 0.0 ), in HSLColor() 181 mnMagicValue( getMagic( maHSLTriple.mnLuminance, in HSLColor() 182 maHSLTriple.mnSaturation ) ) 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() 206 mnMagicValue( getMagic( maHSLTriple.mnLuminance, in HSLColor() 213 return maHSLTriple.mnHue; in getHue() 218 return maHSLTriple.mnSaturation; in getSaturation() [all …]
|
/aoo42x/main/slideshow/source/inc/ |
H A D | hslcolor.hxx | 97 HSLTriple maHSLTriple; member in slideshow::internal::HSLColor
|
Completed in 19 milliseconds