MyGL
|
This is the complete list of members for Color, including all inherited members.
black (defined in Color) | Color | static |
blue (defined in Color) | Color | static |
Color() noexcept | Color | |
Color(uint8_t r, uint8_t g, uint8_t b, uint8_t alpha=255) noexcept | Color | |
Color(const std::string &hexColor, uint8_t alpha=255) | Color | |
get() const noexcept | Color | |
getAlpha() const noexcept | Color | |
getBlue() const noexcept | Color | |
getGreen() const noexcept | Color | |
getNormalized() const noexcept | Color | |
getRed() const noexcept | Color | |
green (defined in Color) | Color | static |
red (defined in Color) | Color | static |
setAlpha(uint8_t alpha) noexcept | Color | |
setBlue(uint8_t blue) noexcept | Color | |
setGreen(uint8_t green) noexcept | Color | |
setRed(uint8_t red) noexcept | Color | |
white (defined in Color) | Color | static |