#include <DisplayParams.h>
Inheritance diagram for TSE3::PresetColours:
Public Member Functions | |
PresetColours () | |
void | colour (int preset, int &r, int &g, int &b) |
void | setColour (int preset, int r, int g, int b) |
This class holds information about a set of global colours that can be used by a DisplayParams object whose DisplayParams::style() is set to PresetColour
.
|
|
|
Returns the RGB values of the specified preset colour in the reference parameters. The colour is returned as RGB values, each between 0-255.
|
|
Sets the preset colour's RGB value.
|