Public Member Functions | Public Attributes

RGBA_Colour Struct Reference

RGBA structure. More...

#include <BasicObjects.h>

List of all members.

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

Detailed Description

RGBA structure.

Definition at line 63 of file BasicObjects.h.


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