From 1a8ec165031af3b860028ef1b360acc8e7baf9e6 Mon Sep 17 00:00:00 2001 From: TravisBot <> Date: Thu, 21 Sep 2017 23:32:46 +0000 Subject: Rebuilding documentation --- structyage_1_1Color.html | 259 ----------------------------------------------- 1 file changed, 259 deletions(-) delete mode 100644 structyage_1_1Color.html (limited to 'structyage_1_1Color.html') diff --git a/structyage_1_1Color.html b/structyage_1_1Color.html deleted file mode 100644 index d8f718ca..00000000 --- a/structyage_1_1Color.html +++ /dev/null @@ -1,259 +0,0 @@ - - - - - - - -YAGE: yage::Color Struct Reference - - - - - - - - - - - - - - -
-
- - - - - - -
-
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: -
-
- - - - -- cgit