|
| Color (float r=1, float g=1, float b=1, float a=1) |
|
| Color (std::string color) |
|
unsigned int | toRGBA () const |
|
unsigned int | toABGR () const |
|
Color & | operator*= (const Color &rhs) |
|
Color & | operator*= (float value) |
|
Color & | operator/= (const Color &rhs) |
|
Color & | operator/= (float value) |
|
Color & | operator+= (const Color &rhs) |
|
const Color | operator* (const Color &rhs) const |
|
const Color | operator* (float value) const |
|
const Color | operator/ (const Color &rhs) const |
|
const Color | operator/ (float value) const |
|
const Color | operator+ (const Color &rhs) const |
|
bool | operator== (const Color &rhs) |
|
bool | operator!= (const Color &rhs) |
|
std::string | toString () |
|
|
static unsigned int | createRGBA (int r, int g, int b, int a) |
|
static unsigned int | createABGR (int r, int g, int b, int a) |
|
|
float | r |
|
float | g |
|
float | b |
|
float | a |
|
The documentation for this class was generated from the following files:
- D:/prj/rag/include/rag/Color.h
- D:/prj/rag/include/rag/Color.cpp