This is the complete list of members for RgbColor, 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 | RgbColor | |
BilinearBlend(const RgbColor &c00, const RgbColor &c01, const RgbColor &c10, const RgbColor &c11, float x, float y) | RgbColor | static |
Brighten(uint8_t ratio) const | RgbColor | |
CalcTotalTenthMilliAmpere(const SettingsObject &settings) | RgbColor | inline |
CalculateBrightness() const | RgbColor | |
Compare(const RgbColor &left, const RgbColor &right, uint8_t epsilon=1) | RgbColor | inlinestatic |
CompareTo(const RgbColor &other, uint8_t epsilon=1) | RgbColor | inline |
Count | RgbColor | static |
Darken(uint8_t delta) | RgbColor | |
Dim(uint8_t ratio) const | RgbColor | |
G | RgbColor | |
Lighten(uint8_t delta) | RgbColor | |
LinearBlend(const RgbColor &left, const RgbColor &right, float progress) | RgbColor | static |
LinearBlend(const RgbColor &left, const RgbColor &right, uint8_t progress) | RgbColor | static |
Max | RgbColor | static |
operator!=(const RgbColor &other) const | RgbColor | inline |
operator==(const RgbColor &other) const | RgbColor | inline |
operator[](size_t idx) const | RgbColor | inline |
operator[](size_t idx) | RgbColor | inline |
R | RgbColor | |
RgbColor(uint8_t r, uint8_t g, uint8_t b) | RgbColor | inline |
RgbColor(uint8_t brightness) | RgbColor | inline |
RgbColor(const RgbwColor &color) | RgbColor | explicit |
RgbColor(const Rgb16Color &color) | RgbColor | |
RgbColor(const HtmlColor &color) | RgbColor | |
RgbColor(const HslColor &color) | RgbColor | |
RgbColor(const HsbColor &color) | RgbColor | |
RgbColor() | RgbColor | inline |
SettingsObject typedef | RgbColor |