KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
colors.cpp File Reference
#include "colors.h"

Functions

std::vector< Color > GetCellColors ()
 

Variables

const Color darkGrey = {26, 31, 40, 255}
 
const Color green = {47, 230, 23, 255}
 
const Color red = {232, 18, 18, 255}
 
const Color orange = {226, 116, 17, 255}
 
const Color yellow = {237, 234, 4, 255}
 
const Color purple = {166, 0, 247, 255}
 
const Color cyan = {21, 204, 209, 255}
 
const Color blue = {0, 64, 216, 255}
 
const Color lightBlue = {47, 109, 122, 255}
 
const Color darkBlue = {44, 44, 127, 255}
 

Function Documentation

◆ GetCellColors()

std::vector< Color > GetCellColors ( )

References blue, cyan, darkGrey, green, orange, purple, red, and yellow.

Referenced by Block::Block(), and Grid::Grid().

Variable Documentation

◆ blue

const Color blue = {0, 64, 216, 255}

Referenced by GetCellColors().

◆ cyan

const Color cyan = {21, 204, 209, 255}

Referenced by GetCellColors().

◆ darkBlue

const Color darkBlue = {44, 44, 127, 255}

Referenced by main().

◆ darkGrey

const Color darkGrey = {26, 31, 40, 255}

Referenced by GetCellColors().

◆ green

const Color green = {47, 230, 23, 255}

Referenced by GetCellColors().

◆ lightBlue

const Color lightBlue = {47, 109, 122, 255}

Referenced by main().

◆ orange

const Color orange = {226, 116, 17, 255}

Referenced by GetCellColors().

◆ purple

const Color purple = {166, 0, 247, 255}

Referenced by GetCellColors().

◆ red

const Color red = {232, 18, 18, 255}

Referenced by GetCellColors().

◆ yellow

const Color yellow = {237, 234, 4, 255}

Referenced by GetCellColors().