| Oxygen Engine
    Modern C++ 3D Engine using OpenGL | 
 Inheritance diagram for oe::gui::component::HasColor:
 Inheritance diagram for oe::gui::component::HasColor:| Public Member Functions | |
| void | setColor255 (const uint8_t &r, const uint8_t &g, const uint8_t &b, const uint8_t &a=255) | 
| void | setColor (const glm::vec4 &color) | 
| void | resetColor () | 
| Protected Attributes | |
| bool | _is_colored = false | 
| uint8_t | _color [4] |