Searched refs:rgb2hsl (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/basegfx/test/ |
H A D | basegfx2d.cxx | 1292 tools::rgb2hsl(maWhite) == BColor(0,0,1)); in hslTest() 1294 tools::rgb2hsl(maBlack) == BColor(0,0,0)); in hslTest() 1296 tools::rgb2hsl(maRed) == BColor(0,1,0.5)); in hslTest() 1298 tools::rgb2hsl(maGreen) == BColor(120,1,0.5)); in hslTest() 1300 tools::rgb2hsl(maBlue) == BColor(240,1,0.5)); in hslTest() 1302 tools::rgb2hsl(maYellow) == BColor(60,1,0.5)); in hslTest() 1304 tools::rgb2hsl(maMagenta) == BColor(300,1,0.5)); in hslTest() 1306 tools::rgb2hsl(maCyan) == BColor(180,1,0.5)); in hslTest() 1328 tools::rgb2hsl(maWhite*.1) == BColor(0,0,.1)); in hslTest() 1330 tools::rgb2hsl(maWhite*.9) == BColor(0,0,.9)); in hslTest() [all …]
|
/aoo41x/main/slideshow/source/engine/ |
H A D | color.cxx | 53 HSLColor::HSLTriple rgb2hsl( double nRed, double nGreen, double nBlue ) in rgb2hsl() function 187 maHSLTriple( rgb2hsl( ::cppcanvas::getRed( nRGBColor ) / 255.0, in HSLColor() 203 maHSLTriple( rgb2hsl( truncateRangeStd( rColor.getRed() ), in HSLColor() 387 return rgb2hsl( getRed(), in getHue() 394 return rgb2hsl( getRed(), in getSaturation() 401 return rgb2hsl( getRed(), in getLuminance() 423 HSLColor::HSLTriple aColor( rgb2hsl( getRed(), in getHSLColor()
|
/aoo41x/main/basegfx/inc/basegfx/color/ |
H A D | bcolortools.hxx | 38 BColor rgb2hsl(const BColor& rRGBColor);
|
/aoo41x/main/basegfx/source/color/ |
H A D | bcolortools.cxx | 35 BColor rgb2hsl(const BColor& rRGBColor) in rgb2hsl() function
|
Completed in 29 milliseconds