RGB color composed of bytes 3 bytes. More...
#include <ccTypes.h>
Public Member Functions | |
Color3B () | |
Color3B (GLubyte _r, GLubyte _g, GLubyte _b) | |
Color3B ( var _r, var _g, var _b) | |
Color3B ( local _r, local _g, local _b) | |
bool | equals (const Color3B &other) |
Public Attributes | |
GLubyte | r |
GLubyte | 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.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
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 |