Searched refs:rgb2hsv (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/basegfx/test/ |
H A D | basegfx2d.cxx | 1352 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 …]
|
/aoo4110/main/basegfx/inc/basegfx/color/ |
H A D | bcolortools.hxx | 43 BColor rgb2hsv(const BColor& rRGBColor);
|
/aoo4110/main/basegfx/source/color/ |
H A D | bcolortools.cxx | 112 BColor rgb2hsv(const BColor& rRGBColor) in rgb2hsv() function
|
/aoo4110/main/svx/source/customshapes/ |
H A D | EnhancedCustomShape2d.cxx | 1076 basegfx::tools::rgb2hsv( in GetColorData()
|
Completed in 28 milliseconds