Go to the documentation of this file.
43 Color(
const unsigned char _redValue,
44 const unsigned char _greenValue,
45 const unsigned char _blueValue,
46 const unsigned char _alphaValue = 255);
56 Color(
const unsigned char _grayValue,
const unsigned char _alphaValue = 255);
80 const unsigned char _greenValue,
81 const unsigned char _blueValue);
96 const unsigned char _greenValue,
97 const unsigned char _blueValue,
98 const unsigned char _alphaValue = 255);
104 void red(
const unsigned char _redValue);
110 void green(
const unsigned char _greenValue);
116 void blue(
const unsigned char _blueValue);
122 void alpha(
const unsigned char _alphaValue);
128 unsigned char red()
const;
134 unsigned char green()
const;
140 unsigned char blue()
const;
146 unsigned char alpha()
const;
unsigned char red() const
static Color Indigo(void)
Color & setRGB(const unsigned char _redValue, const unsigned char _greenValue, const unsigned char _blueValue)
static Color Pomegranate(void)
static Color Alizarin(void)
static Color MidnightBlue(void)
unsigned char blue() const
static Color Silver(void)
static Color Yellow(void)
Color & operator-=(const Color &_color)
unsigned char green() const
static Color Wisteria(void)
unsigned char blueComponent
static Color PeterRiver(void)
Color operator*(const double _scale)
Color & operator=(const Color &_color)
Interfaces for plugins These interfaces will be used for different plugins.
static Color BlueGrey(void)
static Color WetAsphalt(void)
Color operator-(const Color &_color)
static Color Turquoise(void)
static Color LightBlue(void)
static Color Emerald(void)
Color & setRGBA(const unsigned char _redValue, const unsigned char _greenValue, const unsigned char _blueValue, const unsigned char _alphaValue=255)
static Color Purple(void)
void selfDisplay(std::ostream &out) const
static Color Pumpkin(void)
static Color GreenSea(void)
static Color DeepOrange(void)
static Color BelizeHole(void)
static Color LightGreen(void)
static Color SunFlower(void)
unsigned char redComponent
unsigned char alphaComponent
Color & operator+=(const Color &_color)
Color & operator*=(const double _scale)
static Color Amethyst(void)
static Color Carrot(void)
unsigned char greenComponent
unsigned char alpha() const
static Color Orange(void)
static Color Asbestos(void)
static Color DeepPurple(void)
Color operator+(const Color &_color)
static Color Nephritis(void)
bool operator<(const Color &_color) const
bool operator==(const Color &_color) const
static Color Clouds(void)
static Color Concrete(void)
bool operator!=(const Color &_color) const