RGBA structure. More...
#include <BasicObjects.h>
Public Member Functions | |
RGBA_Colour (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) | |
RGBA_Colour (RGB_Colour colourRGB, GLubyte alpha) | |
void | setColour (RGB_Colour col, GLubyte alpha) |
void | setColour (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) |
void | setColour (int r, int g, int b, int alpha) |
Public Attributes | |
GLubyte | r |
GLubyte | g |
GLubyte | b |
GLubyte | a |
RGBA structure.
Definition at line 63 of file BasicObjects.h.