|
blip
0.1
|
This is the complete list of members for Color, including all inherited members.
| BLACK | Color | static |
| BLUE | Color | static |
| Color(uint32_t rgba) | Color | explicit |
| Color(uint8_t red=0, uint8_t green=0, uint8_t blue=0, uint8_t alpha=255) | Color | |
| CYAN | Color | static |
| DARK_BLUE | Color | static |
| DARK_CYAN | Color | static |
| DARK_GRAY | Color | static |
| DARK_GREEN | Color | static |
| DARK_MAGENTA | Color | static |
| DARK_RED | Color | static |
| DARK_YELLOW | Color | static |
| getAlpha() const | Color | inline |
| getBlue() const | Color | inline |
| getGreen() const | Color | inline |
| getHSL(float *hue, float *saturation, float *lightness) const | Color | |
| getRed() const | Color | inline |
| GRAY | Color | static |
| GREEN | Color | static |
| LIGHT_GRAY | Color | static |
| MAGENTA | Color | static |
| RED | Color | static |
| setAlpha(uint8_t alpha) | Color | inline |
| setBlue(uint8_t blue) | Color | inline |
| setColor(int red, int green, int blue, int alpha) | Color | |
| setGreen(uint8_t green) | Color | inline |
| setHSL(float hue, float saturation, float lightness) | Color | |
| setRed(uint8_t red) | Color | inline |
| setRGBA(uint32_t rgba) | Color | |
| toRGBA() const | Color | |
| TRANSPARENT | Color | static |
| WHITE | Color | static |
| YELLOW | Color | static |
| ~Color() | Color |