Definition at line 10 of file ut_Color.h.
|
static const ulong | RED = 0xFF0000FF |
|
static const ulong | GREEN = 0x00FF00FF |
|
static const ulong | BLUE = 0x0000FFFF |
|
static const ulong | CYAN = 0x00FFFFFF |
|
static const ulong | MAGENTA = 0xFF00FFFF |
|
static const ulong | YELLOW = 0xFFFF00FF |
|
static const ulong | BLACK = 0x000000FF |
|
static const ulong | GRAY = 0x808080FF |
|
static const ulong | WHITE = 0xFFFFFFFF |
|
◆ Color() [1/4]
nw4r::ut::Color::Color |
( |
| ) |
|
|
inline |
◆ Color() [2/4]
nw4r::ut::Color::Color |
( |
ulong | color | ) |
|
|
inline |
◆ Color() [3/4]
nw4r::ut::Color::Color |
( |
int | red, |
|
|
int | green, |
|
|
int | blue, |
|
|
int | alpha ) |
|
inline |
◆ Color() [4/4]
nw4r::ut::Color::Color |
( |
const GXColor & | rColor | ) |
|
|
inline |
◆ ~Color()
nw4r::ut::Color::~Color |
( |
| ) |
|
|
inline |
◆ Set()
void nw4r::ut::Color::Set |
( |
int | red, |
|
|
int | green, |
|
|
int | blue, |
|
|
int | alpha ) |
|
inline |
◆ operator=() [1/2]
Color & nw4r::ut::Color::operator= |
( |
ulong | color | ) |
|
|
inline |
◆ operator=() [2/2]
Color & nw4r::ut::Color::operator= |
( |
const GXColor & | rColor | ) |
|
|
inline |
◆ operator|()
Color nw4r::ut::Color::operator| |
( |
ulong | color | ) |
const |
|
inline |
◆ operator&()
Color nw4r::ut::Color::operator& |
( |
ulong | color | ) |
const |
|
inline |
◆ Toulongref() [1/2]
ulong & nw4r::ut::Color::Toulongref |
( |
| ) |
|
|
inline |
◆ Toulongref() [2/2]
const ulong & nw4r::ut::Color::Toulongref |
( |
| ) |
const |
|
inline |
◆ Toulong()
ulong nw4r::ut::Color::Toulong |
( |
| ) |
const |
|
inline |
◆ operator ulong()
nw4r::ut::Color::operator ulong |
( |
| ) |
const |
|
inline |
◆ RED
const ulong nw4r::ut::Color::RED = 0xFF0000FF |
|
static |
◆ GREEN
const ulong nw4r::ut::Color::GREEN = 0x00FF00FF |
|
static |
◆ BLUE
const ulong nw4r::ut::Color::BLUE = 0x0000FFFF |
|
static |
◆ CYAN
const ulong nw4r::ut::Color::CYAN = 0x00FFFFFF |
|
static |
◆ MAGENTA
const ulong nw4r::ut::Color::MAGENTA = 0xFF00FFFF |
|
static |
◆ YELLOW
const ulong nw4r::ut::Color::YELLOW = 0xFFFF00FF |
|
static |
◆ BLACK
const ulong nw4r::ut::Color::BLACK = 0x000000FF |
|
static |
◆ GRAY
const ulong nw4r::ut::Color::GRAY = 0x808080FF |
|
static |
◆ WHITE
const ulong nw4r::ut::Color::WHITE = 0xFFFFFFFF |
|
static |