|
FIFE
|
This is the complete list of members for FIFE::Color, including all inherited members.
| Color(uint8_t r=0, uint8_t g=0, uint8_t b=0, uint8_t alpha=255) | FIFE::Color | |
| getAlpha() const | FIFE::Color | |
| getB() const | FIFE::Color | |
| getG() const | FIFE::Color | |
| getR() const | FIFE::Color | |
| m_a | FIFE::Color | private |
| m_b | FIFE::Color | private |
| m_g | FIFE::Color | private |
| m_r | FIFE::Color | private |
| operator!=(const Color &color) const | FIFE::Color | inline |
| operator<(const Color &rhs) const | FIFE::Color | inline |
| operator==(const Color &color) const | FIFE::Color | inline |
| set(uint8_t r, uint8_t g, uint8_t b, uint8_t alpha) | FIFE::Color | |
| setAlpha(uint8_t alpha) | FIFE::Color | |
| setB(uint8_t b) | FIFE::Color | |
| setG(uint8_t g) | FIFE::Color | |
| setR(uint8_t r) | FIFE::Color | |
| ~Color() | FIFE::Color |