#include <ardev_types.h>
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. | |
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
1.5.1