Searched refs:maHSLTriple (Results 1 – 2 of 2) sorted by relevance
| /trunk/main/slideshow/source/engine/ |
| H A D | color.cxx | 176 maHSLTriple( 0.0, 0.0, 0.0 ), in HSLColor() 177 mnMagicValue( getMagic( maHSLTriple.mnLuminance, in HSLColor() 178 maHSLTriple.mnSaturation ) ) in HSLColor() 183 maHSLTriple( rgb2hsl( ::cppcanvas::getRed( nRGBColor ) / 255.0, in HSLColor() 186 mnMagicValue( getMagic( maHSLTriple.mnLuminance, in HSLColor() 187 maHSLTriple.mnSaturation ) ) in HSLColor() 192 maHSLTriple( nHue, nSaturation, nLuminance ), in HSLColor() 193 mnMagicValue( getMagic( maHSLTriple.mnLuminance, in HSLColor() 194 maHSLTriple.mnSaturation ) ) in HSLColor() 199 maHSLTriple( rgb2hsl( truncateRangeStd( rColor.getRed() ), in HSLColor() [all …]
|
| /trunk/main/slideshow/source/inc/ |
| H A D | hslcolor.hxx | 97 HSLTriple maHSLTriple; member in slideshow::internal::HSLColor
|