KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
colors.h File Reference
#include <raylib.h>
#include <vector>

Go to the source code of this file.

Functions

std::vector< Color > GetCellColors ()
 

Variables

const Color darkGrey
 
const Color green
 
const Color red
 
const Color orange
 
const Color yellow
 
const Color purple
 
const Color cyan
 
const Color blue
 
const Color lightBlue
 
const Color darkBlue
 

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
extern

Referenced by GetCellColors().

◆ cyan

const Color cyan
extern

Referenced by GetCellColors().

◆ darkBlue

const Color darkBlue
extern

Referenced by main().

◆ darkGrey

const Color darkGrey
extern

Referenced by GetCellColors().

◆ green

const Color green
extern

Referenced by GetCellColors().

◆ lightBlue

const Color lightBlue
extern

Referenced by main().

◆ orange

const Color orange
extern

Referenced by GetCellColors().

◆ purple

const Color purple
extern

Referenced by GetCellColors().

◆ red

const Color red
extern

Referenced by GetCellColors().

◆ yellow

const Color yellow
extern

Referenced by GetCellColors().