TazGraph Project v0.1.0
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
Color Struct Reference

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
 

The documentation for this struct was generated from the following file: