RGBA color composed of 4 bytes. More...
#include <ccTypes.h>
Public Member Functions | |
Color4B (GLubyte _r, GLubyte _g, GLubyte _b, GLubyte _a) | |
Color4B ( var _r, var _g, var _b, var _a) | |
Color4B ( local _r, local _g, local _b, local _a) | |
Color4B () | |
Color4B (const Color4F &color4F) |
Public Attributes | |
GLubyte | r |
GLubyte | g |
var | g |
local | g |
GLubyte | b |
GLubyte | a |
var | a |
local | a |
Static Public Attributes | |
static const Color4B | WHITE |
var | WHITE |
local | WHITE |
static const Color4B | YELLOW |
var | YELLOW |
local | YELLOW |
static const Color4B | BLUE |
var | BLUE |
local | BLUE |
static const Color4B | GREEN |
var | GREEN |
local | GREEN |
static const Color4B | RED |
var | RED |
local | RED |
static const Color4B | MAGENTA |
var | MAGENTA |
local | MAGENTA |
static const Color4B | BLACK |
var | BLACK |
local | BLACK |
static const Color4B | ORANGE |
var | ORANGE |
local | ORANGE |
static const Color4B | GRAY |
var | GRAY |
local | GRAY |
RGBA color composed of 4 bytes.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
explicit |
|
explicit |
GLubyte a |
var a |
local a |
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 |