This is the complete list of members for Color, including all inherited members.
| a() const | Color | inline |
| b() const | Color | inline |
| Black (defined in Color) | Color | static |
| Blue (defined in Color) | Color | static |
| Color()=default | Color | |
| Color(uint8_t r, uint8_t g, uint8_t b, uint8_t a=255) | Color | inline |
| complementary() const | Color | |
| contrastingBW() const | Color | inline |
| Cyan (defined in Color) | Color | static |
| DarkGray (defined in Color) | Color | static |
| fromHex(const String &hex) | Color | static |
| g() const | Color | inline |
| Green (defined in Color) | Color | static |
| Ignored (defined in Color) | Color | static |
| inverted() const | Color | inline |
| isValid() const | Color | inline |
| lerp(const Color &other, double t) const | Color | |
| LightGray (defined in Color) | Color | static |
| luminance() const | Color | inline |
| Magenta (defined in Color) | Color | static |
| operator!=(const Color &other) const | Color | inline |
| operator==(const Color &other) const | Color | inline |
| Orange (defined in Color) | Color | static |
| r() const | Color | inline |
| Red (defined in Color) | Color | static |
| setA(uint8_t val) | Color | inline |
| setB(uint8_t val) | Color | inline |
| setG(uint8_t val) | Color | inline |
| setR(uint8_t val) | Color | inline |
| toHex(bool includeAlpha=false) const | Color | |
| Transparent (defined in Color) | Color | static |
| White (defined in Color) | Color | static |
| Yellow (defined in Color) | Color | static |