YAGE  v0.1.1
Yet Another Game Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
yage::Color Struct Reference

#include <vertex.h>

Public Member Functions

 Color ()=default
 
 Color (GLubyte r_, GLubyte g_, GLubyte b_, GLubyte a_)
 

Public Attributes

GLubyte r
 
GLubyte g
 
GLubyte b
 
GLubyte a
 

Constructor & Destructor Documentation

yage::Color::Color ( )
default
yage::Color::Color ( GLubyte  r_,
GLubyte  g_,
GLubyte  b_,
GLubyte  a_ 
)
inline

Member Data Documentation

GLubyte yage::Color::a
GLubyte yage::Color::b
GLubyte yage::Color::g
GLubyte yage::Color::r

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