Oxygen Engine
Modern C++ 3D Engine using OpenGL
|
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] |