ARColour Class Reference

A basic colour value. More...

#include <ardev_types.h>

List of all members.

Public Member Functions

 ARColour ()
 Create a default ARColour, defaults to solid white.
 ARColour (float _r, float _g, float _b, float _a)
 Create an ARColour with colour and alpha.
 ARColour (float _r, float _g, float _b)
 Create an ARColour with only colour.

Public Attributes

float r
 The Red Value.
float g
 The Green Value.
float b
 The Blue Value.
float a
 The Alpha Value.


Detailed Description

A basic colour value.

Describes a 4 value colour, r, g, b, a with values between 0 and 1

For alpha 0 is fully transparent and 1 is solid


The documentation for this class was generated from the following file:
SourceForge.net Logo Generated on Sat May 12 15:25:43 2007 for ardev by doxygen 1.5.1