|
TazGraph Project v0.1.0
|
Public Member Functions | |
| Color (GLubyte R, GLubyte G, GLubyte B, GLubyte A) | |
| glm::vec4 | toVec4 () const |
| Color | operator* (float scalar) const |
| Color | operator+ (const Color &other) const |
| bool | operator== (const Color &other) const |
Static Public Member Functions | |
| static Color | fromVec4 (const glm::vec4 &v) |
Public Attributes | |
| GLubyte | r |
| GLubyte | g |
| GLubyte | b |
| GLubyte | a |