Home
last modified time | relevance | path

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

/trunk/main/basegfx/test/
H A Dbasegfx2d.cxx1112 ASSERT_TRUE(tools::rgb2hsv(maWhite) == BColor(0,0,1)) << "white"; in TEST_F()
1113 ASSERT_TRUE(tools::rgb2hsv(maBlack) == BColor(0,0,0)) << "black"; in TEST_F()
1114 ASSERT_TRUE(tools::rgb2hsv(maRed) == BColor(0,1,1)) << "red"; in TEST_F()
1115 ASSERT_TRUE(tools::rgb2hsv(maGreen) == BColor(120,1,1)) << "green"; in TEST_F()
1116 ASSERT_TRUE(tools::rgb2hsv(maBlue) == BColor(240,1,1)) << "blue"; in TEST_F()
1117 ASSERT_TRUE(tools::rgb2hsv(maYellow) == BColor(60,1,1)) << "yellow"; in TEST_F()
1118 ASSERT_TRUE(tools::rgb2hsv(maMagenta) == BColor(300,1,1)) << "magenta"; in TEST_F()
1119 ASSERT_TRUE(tools::rgb2hsv(maCyan) == BColor(180,1,1)) << "cyan"; in TEST_F()
1130 ASSERT_TRUE(tools::rgb2hsv(maWhite*.1) == BColor(0,0,.1)) << "grey10"; in TEST_F()
1131 ASSERT_TRUE(tools::rgb2hsv(maWhite*.9) == BColor(0,0,.9)) << "grey90"; in TEST_F()
[all …]
/trunk/main/basegfx/inc/basegfx/color/
H A Dbcolortools.hxx44 BASEGFX_DLLPUBLIC BColor rgb2hsv(const BColor& rRGBColor);
/trunk/main/basegfx/source/color/
H A Dbcolortools.cxx112 BColor rgb2hsv(const BColor& rRGBColor) in rgb2hsv() function
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShape2d.cxx1076 basegfx::tools::rgb2hsv( in GetColorData()

Completed in 81 milliseconds