From c7dad1e929c0101386fbcdaa194e402d68f74752 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Wed, 23 Aug 2017 22:56:53 +0100 Subject: Updating docs --- structyage_1_1Color.html | 259 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 259 insertions(+) create mode 100644 structyage_1_1Color.html (limited to 'structyage_1_1Color.html') diff --git a/structyage_1_1Color.html b/structyage_1_1Color.html new file mode 100644 index 00000000..261b71c3 --- /dev/null +++ b/structyage_1_1Color.html @@ -0,0 +1,259 @@ + + + + + + + +YAGE: yage::Color Struct Reference + + + + + + + + + + + + + + +
+
+ + + + + + +
+
YAGE +  0.02 +
+
Yet Another Game Engine
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
yage::Color Struct Reference
+
+
+ +

#include <vertex.hpp>

+ + + + + + +

+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: +
+
+ + + + -- cgit