Searched defs:getRed (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/cppcanvas/inc/cppcanvas/ | ||
H A D | color.hxx | 54 inline sal_uInt8 getRed( Color::IntSRGBA nCol ) in getRed() function |
/aoo42x/main/slideshow/source/engine/ | ||
H A D | color.cxx | 226 double HSLColor::getRed() const in getRed() function in slideshow::internal::HSLColor |
/aoo42x/main/basebmp/inc/basebmp/ | ||
H A D | color.hxx | 54 sal_uInt8 getRed() const { return 0xFF & (sal_uInt8)(mnColor >> 16); } in getRed() function in basebmp::Color |
/aoo42x/main/basegfx/inc/basegfx/color/ | ||
H A D | bcolormodifier.hxx | 360 double getRed() const { return mfRed; } in getRed() function in basegfx::BColorModifier_RGBLuminanceContrast |
H A D | bcolor.hxx | 103 double getRed() const { return mfX; } in getRed() function in basegfx::BColor |
/aoo42x/main/basegfx/inc/basegfx/pixel/ | ||
H A D | bpixel.hxx | 103 sal_uInt8 getRed() const { return maPixelUnion.maRGBO.mnR; } in getRed() function in basegfx::BPixel |
Completed in 18 milliseconds