|
KallistiOS git master
Independent SDK for the Sega Dreamcast
|
#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} |
| std::vector< Color > GetCellColors | ( | ) |
References blue, cyan, darkGrey, green, orange, purple, red, and yellow.
Referenced by Block::Block(), and Grid::Grid().
| const Color blue = {0, 64, 216, 255} |
Referenced by GetCellColors().
| const Color cyan = {21, 204, 209, 255} |
Referenced by GetCellColors().
| const Color darkBlue = {44, 44, 127, 255} |
Referenced by main().
| const Color darkGrey = {26, 31, 40, 255} |
Referenced by GetCellColors().
| const Color green = {47, 230, 23, 255} |
Referenced by GetCellColors().
| const Color lightBlue = {47, 109, 122, 255} |
Referenced by main().
| const Color orange = {226, 116, 17, 255} |
Referenced by GetCellColors().
| const Color purple = {166, 0, 247, 255} |
Referenced by GetCellColors().
| const Color red = {232, 18, 18, 255} |
Referenced by GetCellColors().
| const Color yellow = {237, 234, 4, 255} |
Referenced by GetCellColors().