Yet Another Game Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
yage::Colour Struct Reference

#include <vertex.h>

Public Member Functions

 Colour ()
 
 Colour (GLubyte r_, GLubyte g_, GLubyte b_, GLubyte a_)
 

Public Attributes

GLubyte r
 
GLubyte g
 
GLubyte b
 
GLubyte a
 

Constructor & Destructor Documentation

yage::Colour::Colour ( )
inline
yage::Colour::Colour ( GLubyte  r_,
GLubyte  g_,
GLubyte  b_,
GLubyte  a_ 
)
inline

Member Data Documentation

GLubyte yage::Colour::a
GLubyte yage::Colour::b
GLubyte yage::Colour::g
GLubyte yage::Colour::r

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