Home
last modified time | relevance | path

Searched refs:rgb2hsl (Results 1 – 4 of 4) sorted by relevance

/aoo4110/main/basegfx/test/
H A Dbasegfx2d.cxx1292 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 …]
/aoo4110/main/slideshow/source/engine/
H A Dcolor.cxx53 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()
/aoo4110/main/basegfx/inc/basegfx/color/
H A Dbcolortools.hxx38 BColor rgb2hsl(const BColor& rRGBColor);
/aoo4110/main/basegfx/source/color/
H A Dbcolortools.cxx35 BColor rgb2hsl(const BColor& rRGBColor) in rgb2hsl() function

Completed in 37 milliseconds