Searched refs:mnMagicValue (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/slideshow/source/engine/ |
H A D | color.cxx | 181 mnMagicValue( getMagic( maHSLTriple.mnLuminance, in HSLColor() 190 mnMagicValue( getMagic( maHSLTriple.mnLuminance, in HSLColor() 197 mnMagicValue( getMagic( maHSLTriple.mnLuminance, in HSLColor() 206 mnMagicValue( getMagic( maHSLTriple.mnLuminance, in HSLColor() 231 return hsl2rgbHelper( 2.0*getLuminance() - mnMagicValue, in getRed() 232 mnMagicValue, in getRed() 241 return hsl2rgbHelper( 2.0*getLuminance() - mnMagicValue, in getGreen() 242 mnMagicValue, in getGreen() 251 return hsl2rgbHelper( 2.0*getLuminance() - mnMagicValue, in getBlue() 252 mnMagicValue, in getBlue()
|
/aoo42x/main/slideshow/source/inc/ |
H A D | hslcolor.hxx | 100 double mnMagicValue; member in slideshow::internal::HSLColor
|
Completed in 8 milliseconds