This is the complete list of members for RgbwColor, including all inherited members.
_CalcColor(float p, float q, float t) | RgbColorBase | protectedstatic |
_Compare(const T_COLOR &left, const T_COLOR &right, T_RESULT epsilon) | RgbColorBase | inlineprotectedstatic |
_HsbToRgb(const HsbColor &color, float *r, float *g, float *b) | RgbColorBase | protectedstatic |
_HslToRgb(const HslColor &color, float *r, float *g, float *b) | RgbColorBase | protectedstatic |
B | RgbwColor | |
BilinearBlend(const RgbwColor &c00, const RgbwColor &c01, const RgbwColor &c10, const RgbwColor &c11, float x, float y) | RgbwColor | static |
Brighten(uint8_t ratio) const | RgbwColor | |
CalcTotalTenthMilliAmpere(const SettingsObject &settings) | RgbwColor | inline |
CalculateBrightness() const | RgbwColor | |
Compare(const RgbwColor &left, const RgbwColor &right, uint8_t epsilon=1) | RgbwColor | inlinestatic |
CompareTo(const RgbwColor &other, uint8_t epsilon=1) | RgbwColor | inline |
Count | RgbwColor | static |
Darken(uint8_t delta) | RgbwColor | |
Dim(uint8_t ratio) const | RgbwColor | |
G | RgbwColor | |
IsColorLess() const | RgbwColor | inline |
IsMonotone() const | RgbwColor | inline |
Lighten(uint8_t delta) | RgbwColor | |
LinearBlend(const RgbwColor &left, const RgbwColor &right, float progress) | RgbwColor | static |
LinearBlend(const RgbwColor &left, const RgbwColor &right, uint8_t progress) | RgbwColor | static |
Max | RgbwColor | static |
operator!=(const RgbwColor &other) const | RgbwColor | inline |
operator==(const RgbwColor &other) const | RgbwColor | inline |
operator[](size_t idx) const | RgbwColor | inline |
operator[](size_t idx) | RgbwColor | inline |
R | RgbwColor | |
RgbwColor(uint8_t r, uint8_t g, uint8_t b, uint8_t w=0) | RgbwColor | inline |
RgbwColor(uint8_t brightness) | RgbwColor | inline |
RgbwColor(const RgbColor &color) | RgbwColor | inline |
RgbwColor(const HtmlColor &color) | RgbwColor | |
RgbwColor(const HslColor &color) | RgbwColor | |
RgbwColor(const HsbColor &color) | RgbwColor | |
RgbwColor() | RgbwColor | inline |
SettingsObject typedef | RgbwColor | |
W | RgbwColor |