Home
last modified time | relevance | path

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

/trunk/main/basegfx/test/
H A Dbasegfx2d.cxx1089 ASSERT_TRUE(tools::hsl2rgb(tools::rgb2hsl(maWhite)) == maWhite) << "roundtrip white"; in TEST_F()
1090 ASSERT_TRUE(tools::hsl2rgb(tools::rgb2hsl(maBlack)) == maBlack) << "roundtrip black"; in TEST_F()
1091 ASSERT_TRUE(tools::hsl2rgb(tools::rgb2hsl(maRed)) == maRed) << "roundtrip red"; in TEST_F()
1092 ASSERT_TRUE(tools::hsl2rgb(tools::rgb2hsl(maGreen)) == maGreen) << "roundtrip green"; in TEST_F()
1093 ASSERT_TRUE(tools::hsl2rgb(tools::rgb2hsl(maBlue)) == maBlue) << "roundtrip blue"; in TEST_F()
1094 ASSERT_TRUE(tools::hsl2rgb(tools::rgb2hsl(maYellow)) == maYellow) << "roundtrip yellow"; in TEST_F()
1095 ASSERT_TRUE(tools::hsl2rgb(tools::rgb2hsl(maMagenta)) == maMagenta) << "roundtrip magenta"; in TEST_F()
1096 ASSERT_TRUE(tools::hsl2rgb(tools::rgb2hsl(maCyan)) == maCyan) << "roundtrip cyan"; in TEST_F()
/trunk/main/slideshow/source/engine/
H A Dcolor.cxx113 RGBColor::RGBTriple hsl2rgb( double nHue, double nSaturation, double nLuminance ) in hsl2rgb() function
258 RGBColor::RGBTriple aColor( hsl2rgb( getHue(), in getRGBColor()
379 maRGBTriple( hsl2rgb( truncateRangeHue( rColor.getHue() ), in RGBColor()
/trunk/main/basegfx/inc/basegfx/color/
H A Dbcolortools.hxx41 BASEGFX_DLLPUBLIC BColor hsl2rgb(const BColor& rHSLColor);
/trunk/main/basegfx/source/color/
H A Dbcolortools.cxx90 BColor hsl2rgb(const BColor& rHSLColor) in hsl2rgb() function

Completed in 24 milliseconds