Searched defs:getGreen (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/cppcanvas/inc/cppcanvas/ | ||
H A D | color.hxx | 59 inline sal_uInt8 getGreen( Color::IntSRGBA nCol ) in getGreen() function |
/aoo42x/main/slideshow/source/engine/ | ||
H A D | color.cxx | 236 double HSLColor::getGreen() const in getGreen() function in slideshow::internal::HSLColor |
/aoo42x/main/basebmp/inc/basebmp/ | ||
H A D | color.hxx | 55 sal_uInt8 getGreen() const { return 0xFF & (sal_uInt8)(mnColor >> 8); } in getGreen() function in basebmp::Color |
/aoo42x/main/basegfx/inc/basegfx/color/ | ||
H A D | bcolormodifier.hxx | 361 double getGreen() const { return mfGreen; } in getGreen() function in basegfx::BColorModifier_RGBLuminanceContrast |
H A D | bcolor.hxx | 104 double getGreen() const { return mfY; } in getGreen() function in basegfx::BColor |
/aoo42x/main/basegfx/inc/basegfx/pixel/ | ||
H A D | bpixel.hxx | 104 sal_uInt8 getGreen() const { return maPixelUnion.maRGBO.mnG; } in getGreen() function in basegfx::BPixel |
Completed in 19 milliseconds