Marsyas
0.6.0-alpha
|
Triplet of RGB values. More...
#include <Color.h>
Public Member Functions | |
Color (float r, float g, float b) | |
Color () | |
float | getB () |
float | getG () |
float | getR () |
void | setB () |
void | setG () |
void | setR () |
void | setRGB (float r, float g, float b) |
~Color () |
Triplet of RGB values.
Simply a triplet of RGB values representing a color plus various utility functions.