LibreOffice Module tools (master) 1
|
This is the complete list of members for Color, 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 | |
Color() | Color | inline |
Color(const sal_uInt32 nColor) | Color | inline |
Color(enum ColorTransparencyTag, sal_uInt32 nColor) | Color | inline |
Color(enum ColorAlphaTag, sal_uInt32 nColor) | Color | inline |
Color(enum ColorTransparencyTag, sal_uInt8 nTransparency, sal_uInt8 nRed, sal_uInt8 nGreen, sal_uInt8 nBlue) | Color | inline |
Color(enum ColorAlphaTag, sal_uInt8 nAlpha, sal_uInt8 nRed, sal_uInt8 nGreen, sal_uInt8 nBlue) | Color | inline |
Color(sal_uInt8 nRed, sal_uInt8 nGreen, sal_uInt8 nBlue) | Color | inline |
Color(const basegfx::BColor &rBColor) | Color | inlineexplicit |
DecreaseContrast(sal_uInt8 cContDec) | Color | |
DecreaseLuminance(sal_uInt8 cLumDec) | Color | |
G | Color | |
GetAlpha() const | Color | inline |
getBColor() const | Color | inline |
GetBlue() const | Color | inline |
GetColorError(const Color &rCompareColor) const | Color | inline |
GetGreen() const | Color | inline |
GetLuminance() const | Color | inline |
GetRed() const | Color | inline |
GetRGBColor() const | Color | inline |
HSBtoRGB(sal_uInt16 nHue, sal_uInt16 nSaturation, sal_uInt16 nBrightness) | Color | static |
IncreaseLuminance(sal_uInt8 cLumInc) | Color | |
Invert() | Color | inline |
IsBright() const | Color | inline |
IsDark() const | Color | inline |
IsFullyTransparent() const | Color | inline |
IsRGBEqual(const Color &rColor) const | Color | inline |
IsTransparent() const | Color | inline |
Merge(const Color &rMergeColor, sal_uInt8 cTransparency) | Color | inline |
mValue | Color | |
operator sal_Int32() const | Color | inlineexplicit |
operator sal_uInt32() const | Color | inlineexplicit |
operator!=(const Color &rColor) const | Color | inline |
operator<(const Color &aCompareColor) const | Color | inline |
operator==(const Color &rColor) const | Color | inline |
operator>(const Color &aCompareColor) const | Color | inline |
R | Color | |
RGBtoHSB(sal_uInt16 &nHue, sal_uInt16 &nSaturation, sal_uInt16 &nBrightness) const | Color | |
SetAlpha(sal_uInt8 nAlpha) | Color | inline |
SetBlue(sal_uInt8 nBlue) | Color | inline |
SetGreen(sal_uInt8 nGreen) | Color | inline |
SetRed(sal_uInt8 nRed) | Color | inline |
STRtoRGB(std::u16string_view colorname) | Color | static |
T | Color |