#include <CEGUIcolour.h>
Public Member Functions | |
colour (void) | |
colour (const colour &val) | |
colour (float red, float green, float blue, float alpha=1.0f) | |
colour (argb_t argb) | |
argb_t | getARGB (void) const |
float | getAlpha (void) const |
float | getRed (void) const |
float | getGreen (void) const |
float | getBlue (void) const |
float | getHue (void) const |
float | getSaturation (void) const |
float | getLumination (void) const |
void | setARGB (argb_t argb) |
void | setAlpha (float alpha) |
void | setRed (float red) |
void | setGreen (float green) |
void | setBlue (float blue) |
void | set (float red, float green, float blue, float alpha=1.0f) |
void | setRGB (float red, float green, float blue) |
void | setRGB (const colour &val) |
void | setHSL (float hue, float saturation, float luminance, float alpha=1.0f) |
void | invertColour (void) |
void | invertColourWithAlpha (void) |
colour & | operator= (argb_t val) |
colour & | operator= (const colour &val) |
colour & | operator &= (argb_t val) |
colour & | operator &= (const colour &val) |
colour & | operator|= (argb_t val) |
colour & | operator|= (const colour &val) |
colour & | operator<<= (int val) |
colour & | operator>>= (int val) |
colour | operator+ (const colour &val) const |
colour | operator- (const colour &val) const |
colour | operator * (const float val) const |
colour & | operator *= (const colour &val) |
bool | operator== (const colour &rhs) const |
bool | operator!= (const colour &rhs) const |
operator argb_t () const |
Definition at line 41 of file CEGUIcolour.h.
|
Definition at line 36 of file CEGUIcolour.cpp. |
|
Definition at line 47 of file CEGUIcolour.cpp. References operator=(). |
|
Definition at line 53 of file CEGUIcolour.cpp. |
|
Definition at line 63 of file CEGUIcolour.cpp. References setARGB(). |
|
Definition at line 66 of file CEGUIcolour.h. Referenced by CEGUI::MultiLineEditbox::cacheTextLines(), CEGUI::Static::calculateModulatedAlphaColour(), CEGUI::ListboxItem::calculateModulatedAlphaColour(), and CEGUI::ColourRect::modulateAlpha(). |
|
Definition at line 55 of file CEGUIcolour.h. Referenced by CEGUI::DirectX81Renderer::addQuad(), CEGUI::DirectX9Renderer::addQuad(), CEGUI::PropertyHelper::colourRectToString(), CEGUI::PropertyHelper::colourToString(), operator &=(), operator|=(), and CEGUI::ImagerySection::render(). |
|
Definition at line 69 of file CEGUIcolour.h. |
|
Definition at line 68 of file CEGUIcolour.h. |
|
Definition at line 69 of file CEGUIcolour.cpp. |
|
Definition at line 132 of file CEGUIcolour.cpp. |
|
Definition at line 67 of file CEGUIcolour.h. |
|
Definition at line 108 of file CEGUIcolour.cpp. |
|
Definition at line 243 of file CEGUIcolour.cpp. |
|
Definition at line 251 of file CEGUIcolour.cpp. |
|
Definition at line 166 of file CEGUIcolour.h. References getARGB(). |
|
Definition at line 160 of file CEGUIcolour.h. |
|
Definition at line 216 of file CEGUIcolour.h. |
|
Definition at line 226 of file CEGUIcolour.h. |
|
Definition at line 257 of file CEGUIcolour.h. |
|
Definition at line 249 of file CEGUIcolour.h. |
|
Definition at line 196 of file CEGUIcolour.h. |
|
Definition at line 206 of file CEGUIcolour.h. |
|
Definition at line 184 of file CEGUIcolour.h. |
|
Definition at line 148 of file CEGUIcolour.h. References d_alpha, d_argb, d_argbValid, d_blue, d_green, and d_red. |
|
Definition at line 142 of file CEGUIcolour.h. Referenced by colour(). |
|
Definition at line 241 of file CEGUIcolour.h. |
|
Definition at line 190 of file CEGUIcolour.h. |
|
Definition at line 178 of file CEGUIcolour.h. References getARGB(). |
|
Definition at line 172 of file CEGUIcolour.h. |
|
Definition at line 104 of file CEGUIcolour.h. |
|
|
Definition at line 142 of file CEGUIcolour.cpp. Referenced by colour(). |
|
Definition at line 98 of file CEGUIcolour.h. |
|
Definition at line 92 of file CEGUIcolour.h. |
|
Definition at line 158 of file CEGUIcolour.cpp. |
|
Definition at line 86 of file CEGUIcolour.h. |
|
Definition at line 121 of file CEGUIcolour.h. References d_argb, d_argbValid, d_blue, d_green, and d_red. |
|
Definition at line 113 of file CEGUIcolour.h. |