Beatmup
constants.h File Reference
#include "../basic_types.h"

Go to the source code of this file.

Namespaces

 Beatmup
 
 Beatmup::Color
 Color representation and conversion tools
 

Variables

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