|
Practical Tools for Simple Design
|
This is the complete list of members for Util::Color, including all inherited members.
| Color(const glm::vec4 &vec) (defined in Util::Color) | Util::Color | inline |
| Color(Uint8 r, Uint8 g, Uint8 b, Uint8 a=255) (defined in Util::Color) | Util::Color | inline |
| Color(glm::vec4 &&vec) (defined in Util::Color) | Util::Color | inline |
| Color(const SDL_Color &color) (defined in Util::Color) | Util::Color | inline |
| FromHex(Uint32 hex) | Util::Color | static |
| FromHex(const std::string &hex) | Util::Color | static |
| FromHSL(float h, float s, float l, float a=1.0F) | Util::Color | static |
| FromHSV(float h, float s, float v, float a=1.0F) | Util::Color | static |
| FromName(const Util::Colors &name) | Util::Color | static |
| FromRGB(Uint8 r, Uint8 g, Uint8 b, Uint8 a=255) | Util::Color | static |
| ToSdlColor() const | Util::Color | inline |
| ToString() const | Util::Color | inline |