MyGL
Loading...
Searching...
No Matches
Color Member List

This is the complete list of members for Color, including all inherited members.

black (defined in Color)Colorstatic
blue (defined in Color)Colorstatic
Color() noexceptColor
Color(uint8_t r, uint8_t g, uint8_t b, uint8_t alpha=255) noexceptColor
Color(const std::string &hexColor, uint8_t alpha=255)Color
get() const noexceptColor
getAlpha() const noexceptColor
getBlue() const noexceptColor
getGreen() const noexceptColor
getNormalized() const noexceptColor
getRed() const noexceptColor
green (defined in Color)Colorstatic
red (defined in Color)Colorstatic
setAlpha(uint8_t alpha) noexceptColor
setBlue(uint8_t blue) noexceptColor
setGreen(uint8_t green) noexceptColor
setRed(uint8_t red) noexceptColor
white (defined in Color)Colorstatic