Go to the source code of this file.
|
static const color4i | Beatmup::Color::WHITE = { 255, 255, 255, 255 } |
|
static const color4i | Beatmup::Color::BLACK = { 0, 0, 0, 255 } |
|
static const color4i | Beatmup::Color::DARK_SEA_GREEN1 = { 193, 255, 193, 255 } |
|
static const color4i | Beatmup::Color::DARK_SEA_GREEN2 = { 180, 238, 180, 255 } |
|
static const color4i | Beatmup::Color::FECAMP_SKY = { 100, 140, 189, 255 } |
|
static const color4i | Beatmup::Color::TRANSPARENT_BLACK = { 0, 0, 0, 0 } |
|
static const color4i | Beatmup::Color::ZERO = TRANSPARENT_BLACK |
|
static const color4f | Beatmup::Color::TRANSPARENT_BLACK_F = { 0, 0, 0, 0 } |
|
static const color4f | Beatmup::Color::ZERO_F = TRANSPARENT_BLACK_F |
|