BLACK() | VPColor | [static] |
BLUE() | VPColor | [static] |
Get(float rgbaVec[4]) const | VPColor | |
GetA() const | VPColor | [inline] |
GetB() const | VPColor | [inline] |
GetG() const | VPColor | [inline] |
GetR() const | VPColor | [inline] |
GetRGBA(unsigned char *r, unsigned char *g, unsigned char *b, unsigned char *a) const | VPColor | |
GetScaled(float escalar, float result[4]) const | VPColor | |
GetScaled(float escalar, VPColor *result) const | VPColor | |
GREEN() | VPColor | [static] |
operator!=(const VPColor &color) const | VPColor | |
operator+(const VPColor &color) const | VPColor | |
operator-(const VPColor &color) const | VPColor | |
operator<<(std::ostream &output, const VPColor &c) | VPColor | [friend] |
operator=(const VPColor &color) | VPColor | |
operator==(const VPColor &color) const | VPColor | |
RANDOM() | VPColor | [static] |
RED() | VPColor | [static] |
SetA(unsigned char a) | VPColor | [inline] |
SetB(unsigned char b) | VPColor | [inline] |
SetG(unsigned char g) | VPColor | [inline] |
SetR(unsigned char r) | VPColor | [inline] |
SetRGBA(unsigned char r, unsigned char g, unsigned char b, unsigned char a) | VPColor | |
VPColor() | VPColor | |
VPColor(const VPColor &color) | VPColor | |
VPColor(unsigned char r, unsigned char g, unsigned char b, unsigned char a=255) | VPColor | |
WHITE() | VPColor | [static] |