Searched defs:getBlue (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/cppcanvas/inc/cppcanvas/ | ||
H A D | color.hxx | 64 inline sal_uInt8 getBlue( Color::IntSRGBA nCol ) in getBlue() function |
/aoo42x/main/slideshow/source/engine/ | ||
H A D | color.cxx | 246 double HSLColor::getBlue() const in getBlue() function in slideshow::internal::HSLColor |
/aoo42x/main/basebmp/inc/basebmp/ | ||
H A D | color.hxx | 56 sal_uInt8 getBlue() const { return 0xFF & (sal_uInt8)mnColor; } in getBlue() function in basebmp::Color |
/aoo42x/main/basegfx/inc/basegfx/color/ | ||
H A D | bcolormodifier.hxx | 362 double getBlue() const { return mfBlue; } in getBlue() function in basegfx::BColorModifier_RGBLuminanceContrast |
H A D | bcolor.hxx | 105 double getBlue() const { return mfZ; } in getBlue() function in basegfx::BColor |
/aoo42x/main/basegfx/inc/basegfx/pixel/ | ||
H A D | bpixel.hxx | 105 sal_uInt8 getBlue() const { return maPixelUnion.maRGBO.mnB; } in getBlue() function in basegfx::BPixel |
Completed in 42 milliseconds