LibreOffice Module vcl (master) 1
|
This is the complete list of members for BitmapColor, including all inherited members.
ApplyLumModOff(sal_Int16 nMod, sal_Int16 nOff) | Color | |
ApplyTintOrShade(sal_Int16 n100thPercent) | Color | |
AsRGBHEXString() const | Color | |
AsRGBHexString() const | Color | |
B | Color | |
BitmapColor() | BitmapColor | inline |
BitmapColor(sal_uInt8 cRed, sal_uInt8 cGreen, sal_uInt8 cBlue) | BitmapColor | |
BitmapColor(ColorTransparencyTag, sal_uInt8 cRed, sal_uInt8 cGreen, sal_uInt8 cBlue, sal_uInt8 cTransparency) | BitmapColor | |
BitmapColor(ColorAlphaTag, sal_uInt8 cRed, sal_uInt8 cGreen, sal_uInt8 cBlue, sal_uInt8 cAlpha) | BitmapColor | |
BitmapColor(const Color &rColor) | BitmapColor | inline |
BitmapColor(sal_uInt8 cIndex) | BitmapColor | inlineexplicit |
Color() | Color | |
Color(const sal_uInt32 nColor) | Color | |
Color(enum ColorTransparencyTag, sal_uInt32 nColor) | Color | |
Color(enum ColorAlphaTag, sal_uInt32 nColor) | Color | |
Color(enum ColorTransparencyTag, sal_uInt8 nTransparency, sal_uInt8 nRed, sal_uInt8 nGreen, sal_uInt8 nBlue) | Color | |
Color(enum ColorAlphaTag, sal_uInt8 nAlpha, sal_uInt8 nRed, sal_uInt8 nGreen, sal_uInt8 nBlue) | Color | |
Color(sal_uInt8 nRed, sal_uInt8 nGreen, sal_uInt8 nBlue) | Color | |
Color(const basegfx::BColor &rBColor) | Color | |
DecreaseContrast(sal_uInt8 cContDec) | Color | |
DecreaseLuminance(sal_uInt8 cLumDec) | Color | |
G | Color | |
GetAlpha() const | Color | |
getBColor() const | Color | |
GetBlue() const | Color | |
GetColorError(const Color &rCompareColor) const | Color | |
GetGreen() const | Color | |
GetIndex() const | BitmapColor | inline |
GetLuminance() const | Color | |
GetRed() const | Color | |
GetRGBColor() const | Color | |
HSBtoRGB(sal_uInt16 nHue, sal_uInt16 nSaturation, sal_uInt16 nBrightness) | Color | static |
IncreaseLuminance(sal_uInt8 cLumInc) | Color | |
Invert() | Color | |
IsBright() const | Color | |
IsDark() const | Color | |
IsFullyTransparent() const | Color | |
IsRGBEqual(const Color &rColor) const | Color | |
IsTransparent() const | Color | |
Merge(const Color &rMergeColor, sal_uInt8 cTransparency) | Color | |
mValue | Color | |
operator sal_Int32() const | Color | |
operator sal_uInt32() const | Color | |
operator!=(const Color &rColor) const | Color | |
operator<(const Color &aCompareColor) const | Color | |
operator==(const Color &rColor) const | Color | |
operator>(const Color &aCompareColor) const | Color | |
R | Color | |
RGBtoHSB(sal_uInt16 &nHue, sal_uInt16 &nSaturation, sal_uInt16 &nBrightness) const | Color | |
SetAlpha(sal_uInt8 nAlpha) | Color | |
SetBlue(sal_uInt8 nBlue) | Color | |
SetGreen(sal_uInt8 nGreen) | Color | |
SetIndex(sal_uInt8 cIndex) | BitmapColor | inline |
SetRed(sal_uInt8 nRed) | Color | |
STRtoRGB(std::u16string_view colorname) | Color | static |
T | Color |