KiCad PCB EDA Suite
|
This is the complete list of members for KIGFX::COLOR4D, including all inherited members.
a | KIGFX::COLOR4D | |
b | KIGFX::COLOR4D | |
BLACK | KIGFX::COLOR4D | static |
Brighten(double aFactor) | KIGFX::COLOR4D | inline |
Brightened(double aFactor) const | KIGFX::COLOR4D | inline |
CLEAR | KIGFX::COLOR4D | static |
COLOR4D() | KIGFX::COLOR4D | inline |
COLOR4D(double aRed, double aGreen, double aBlue, double aAlpha) | KIGFX::COLOR4D | inline |
COLOR4D(EDA_COLOR_T aColor) | KIGFX::COLOR4D | |
COLOR4D(const wxString &aColorStr) | KIGFX::COLOR4D | |
COLOR4D(const wxColour &aColor) | KIGFX::COLOR4D | |
Compare(const COLOR4D &aRhs) const | KIGFX::COLOR4D | |
ContrastRatio(const COLOR4D &aLeft, const COLOR4D &aRight) | KIGFX::COLOR4D | static |
Darken(double aFactor) | KIGFX::COLOR4D | inline |
Darkened(double aFactor) const | KIGFX::COLOR4D | inline |
Desaturate() | KIGFX::COLOR4D | |
Distance(const COLOR4D &other) const | KIGFX::COLOR4D | |
FindNearestLegacyColor(int aR, int aG, int aB) | KIGFX::COLOR4D | static |
FromCSSRGBA(int aRed, int aGreen, int aBlue, double aAlpha=1.0) | KIGFX::COLOR4D | |
FromHSL(double aInHue, double aInSaturation, double aInLightness) | KIGFX::COLOR4D | |
FromHSV(double aInH, double aInS, double aInV) | KIGFX::COLOR4D | |
g | KIGFX::COLOR4D | |
GetBrightness() const | KIGFX::COLOR4D | inline |
Invert() | KIGFX::COLOR4D | inline |
Inverted() const | KIGFX::COLOR4D | inline |
LegacyMix(const COLOR4D &aColor) const | KIGFX::COLOR4D | |
Mix(const COLOR4D &aColor, double aFactor) const | KIGFX::COLOR4D | inline |
r | KIGFX::COLOR4D | |
RelativeLuminance() const | KIGFX::COLOR4D | |
Saturate(double aFactor) | KIGFX::COLOR4D | |
SetFromHexString(const wxString &aColorString) | KIGFX::COLOR4D | |
SetFromWxString(const wxString &aColorString) | KIGFX::COLOR4D | |
ToColour() const | KIGFX::COLOR4D | |
ToCSSString() const | KIGFX::COLOR4D | |
ToHexString() const | KIGFX::COLOR4D | |
ToHSL(double &aOutHue, double &aOutSaturation, double &aOutLightness) const | KIGFX::COLOR4D | |
ToHSV(double &aOutHue, double &aOutSaturation, double &aOutValue, bool aAlwaysDefineHue=false) const | KIGFX::COLOR4D | |
UNSPECIFIED | KIGFX::COLOR4D | static |
WHITE | KIGFX::COLOR4D | static |
WithAlpha(double aAlpha) const | KIGFX::COLOR4D | inline |