HEBI C++ API
3.9.0
|
This is the complete list of members for hebi::Color, including all inherited members.
Color() | hebi::Color | inline |
Color(uint8_t r, uint8_t g, uint8_t b, uint8_t a) | hebi::Color | inline |
Color(uint8_t r, uint8_t g, uint8_t b) | hebi::Color | inline |
getAlpha() const | hebi::Color | inline |
getBlue() const | hebi::Color | inline |
getGreen() const | hebi::Color | inline |
getRed() const | hebi::Color | inline |
setAlpha(uint8_t a) | hebi::Color | inline |
setBlue(uint8_t b) | hebi::Color | inline |
setGreen(uint8_t g) | hebi::Color | inline |
setRed(uint8_t r) | hebi::Color | inline |
toInt() const | hebi::Color | inline |