My Project
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
ParaEngine::Color3B Struct Reference

RGB color composed of bytes 3 bytes. More...

#include <GLType.h>

Public Member Functions

 Color3B (GLubyte _r, GLubyte _g, GLubyte _b)
 
 Color3B (const Color4B &color)
 
 Color3B (const Color4F &color)
 
bool operator== (const Color3B &right) const
 
bool operator== (const Color4B &right) const
 
bool operator== (const Color4F &right) const
 
bool operator!= (const Color3B &right) const
 
bool operator!= (const Color4B &right) const
 
bool operator!= (const Color4F &right) const
 
bool equals (const Color3B &other)
 

Public Attributes

GLubyte r
 
GLubyte g
 
GLubyte b
 

Static Public Attributes

static const Color3B WHITE
 Color constants.
 
static const Color3B YELLOW
 
static const Color3B BLUE
 
static const Color3B GREEN
 
static const Color3B RED
 
static const Color3B MAGENTA
 
static const Color3B BLACK
 
static const Color3B ORANGE
 
static const Color3B GRAY
 

Detailed Description

RGB color composed of bytes 3 bytes.

Since
v3.0

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