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