Home
last modified time | relevance | path

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

/aoo41x/main/basegfx/test/
H A Dbasegfx2d.cxx1369 tools::hsv2rgb(tools::rgb2hsv(maWhite)) == maWhite); in hsvTest()
1371 tools::hsv2rgb(tools::rgb2hsv(maBlack)) == maBlack); in hsvTest()
1373 tools::hsv2rgb(tools::rgb2hsv(maRed)) == maRed); in hsvTest()
1375 tools::hsv2rgb(tools::rgb2hsv(maGreen)) == maGreen); in hsvTest()
1377 tools::hsv2rgb(tools::rgb2hsv(maBlue)) == maBlue); in hsvTest()
1379 tools::hsv2rgb(tools::rgb2hsv(maYellow)) == maYellow); in hsvTest()
1381 tools::hsv2rgb(tools::rgb2hsv(maMagenta)) == maMagenta); in hsvTest()
1383 tools::hsv2rgb(tools::rgb2hsv(maCyan)) == maCyan); in hsvTest()
/aoo41x/main/basegfx/inc/basegfx/color/
H A Dbcolortools.hxx45 BColor hsv2rgb(const BColor& rHSVColor);
/aoo41x/main/basegfx/source/color/
H A Dbcolortools.cxx151 BColor hsv2rgb(const BColor& rHSVColor) in hsv2rgb() function
/aoo41x/main/svx/source/customshapes/
H A DEnhancedCustomShape2d.cxx1094 aHSVColor = basegfx::tools::hsv2rgb(aHSVColor); in GetColorData()

Completed in 80 milliseconds