YAGE  v0.1.1
Yet Another Game Engine
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

◆ Color() [1/2]

yage::Color::Color ( )
default

◆ Color() [2/2]

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

Member Data Documentation

◆ a

GLubyte yage::Color::a

◆ b

GLubyte yage::Color::b

◆ g

GLubyte yage::Color::g

◆ r

GLubyte yage::Color::r

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