Home
last modified time | relevance | path

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

/aoo41x/main/basegfx/test/
H A Dbasegfx2d.cxx1352 tools::rgb2hsv(maWhite) == BColor(0,0,1)); in hsvTest()
1354 tools::rgb2hsv(maBlack) == BColor(0,0,0)); in hsvTest()
1356 tools::rgb2hsv(maRed) == BColor(0,1,1)); in hsvTest()
1358 tools::rgb2hsv(maGreen) == BColor(120,1,1)); in hsvTest()
1360 tools::rgb2hsv(maBlue) == BColor(240,1,1)); in hsvTest()
1362 tools::rgb2hsv(maYellow) == BColor(60,1,1)); in hsvTest()
1364 tools::rgb2hsv(maMagenta) == BColor(300,1,1)); in hsvTest()
1366 tools::rgb2hsv(maCyan) == BColor(180,1,1)); in hsvTest()
1386 tools::rgb2hsv(maWhite*.1) == BColor(0,0,.1)); in hsvTest()
1388 tools::rgb2hsv(maWhite*.9) == BColor(0,0,.9)); in hsvTest()
[all …]
/aoo41x/main/basegfx/inc/basegfx/color/
H A Dbcolortools.hxx43 BColor rgb2hsv(const BColor& rRGBColor);
/aoo41x/main/basegfx/source/color/
H A Dbcolortools.cxx112 BColor rgb2hsv(const BColor& rRGBColor) in rgb2hsv() function
/aoo41x/main/svx/source/customshapes/
H A DEnhancedCustomShape2d.cxx1076 basegfx::tools::rgb2hsv( in GetColorData()

Completed in 83 milliseconds