From 72b41042223bfe31d70df8a71a50e4ba5d4f674d Mon Sep 17 00:00:00 2001 From: TravisBot <> Date: Sat, 23 Dec 2017 01:02:37 +0000 Subject: [Travis] Rebuilding documentation --- structyage_1_1Colour.html | 272 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 272 insertions(+) create mode 100644 structyage_1_1Colour.html (limited to 'structyage_1_1Colour.html') diff --git a/structyage_1_1Colour.html b/structyage_1_1Colour.html new file mode 100644 index 00000000..52c596fb --- /dev/null +++ b/structyage_1_1Colour.html @@ -0,0 +1,272 @@ + + + + + + +YAGE: yage::Colour Struct Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
YAGE +  v0.1.3.0 +
+
Yet Another Game Engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ +
+ All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
+ + +
+ +
+ +
+ +
+
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: +
+
+ + + + -- cgit