RGB color composed of bytes 3 bytes. More...
#include <ccTypes.h>
Public Member Functions | |
| Color3B () | |
| Color3B () | |
| Color3B () | |
| Color3B (GLubyte _r, GLubyte _g, GLubyte _b) | |
| Color3B ( var _r, var _g, var _b) | |
| Color3B ( local _r, local _g, local _b) | |
| Color3B (const Color4B &color) | |
| Color3B ( local color) | |
| Color3B (const Color4F &color) | |
| Color3B ( var color) | |
| Color3B ( local color) | |
| bool | operator== (const Color3B &right) const |
| var | operator== ( var right) |
| local | operator== ( local right) |
| bool | operator== (const Color4B &right) const |
| var | operator== ( var right) |
| local | operator== ( local right) |
| bool | operator== (const Color4F &right) const |
| var | operator== ( var right) |
| local | operator== ( local right) |
| bool | operator!= (const Color3B &right) const |
| var | operator!= ( var right) |
| local | operator!= ( local right) |
| bool | operator!= (const Color4B &right) const |
| var | operator!= ( var right) |
| local | operator!= ( local right) |
| bool | operator!= (const Color4F &right) const |
| var | operator!= ( var right) |
| local | operator!= ( local right) |
| bool | equals (const Color3B &other) |
| var | equals ( var other) |
| local | equals ( local other) |
Public Attributes | |
| GLubyte | r |
| GLubyte | g |
| var | g |
| local | g |
| GLubyte | b |
| var | b |
| local | b |
Static Public Attributes | |
| static const Color3B | WHITE |
| var | WHITE |
| local | WHITE |
| static const Color3B | YELLOW |
| var | YELLOW |
| local | YELLOW |
| static const Color3B | BLUE |
| var | BLUE |
| local | BLUE |
| static const Color3B | GREEN |
| var | GREEN |
| local | GREEN |
| static const Color3B | RED |
| var | RED |
| local | RED |
| static const Color3B | MAGENTA |
| var | MAGENTA |
| local | MAGENTA |
| static const Color3B | BLACK |
| var | BLACK |
| local | BLACK |
| static const Color3B | ORANGE |
| var | ORANGE |
| local | ORANGE |
| static const Color3B | GRAY |
| var | GRAY |
| local | GRAY |
RGB color composed of bytes 3 bytes.
| Color3B | ( | ) |
| var Color3B | ( | ) |
| local Color3B | ( | ) |
| Color3B | ( | GLubyte | _r, |
| GLubyte | _g, | ||
| GLubyte | _b | ||
| ) |
| var Color3B | ( | var | _r, |
| var | _g, | ||
| var | _b | ||
| ) |
| local Color3B | ( | local | _r, |
| local | _g, | ||
| local | _b | ||
| ) |
|
explicit |
|
explicit |
|
explicit |
|
explicit |
|
inline |
|
inline |
|
inline |
| bool operator!= | ( | const Color3B & | right) | const |
| bool operator!= | ( | var | right) |
| bool operator!= | ( | local | right) |
| bool operator!= | ( | const Color4B & | right) | const |
| bool operator!= | ( | var | right) |
| bool operator!= | ( | local | right) |
| bool operator!= | ( | const Color4F & | right) | const |
| bool operator!= | ( | var | right) |
| bool operator!= | ( | local | right) |
| bool operator== | ( | const Color3B & | right) | const |
| bool operator== | ( | var | right) |
| bool operator== | ( | local | right) |
| bool operator== | ( | const Color4B & | right) | const |
| bool operator== | ( | var | right) |
| bool operator== | ( | local | right) |
| bool operator== | ( | const Color4F & | right) | const |
| bool operator== | ( | var | right) |
| bool operator== | ( | local | right) |
| GLubyte b |
| var b |
| local b |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
| GLubyte g |
| var g |
| local g |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
| GLubyte r |
| var r |
| local r |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |