KallistiOS
git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
colors.h
Go to the documentation of this file.
1
/* KallistiOS ##version##
2
examples/dreamcast/raylib/raytris/src/colors/colors.h
3
Copyright (C) 2024 Cole Hall
4
*/
5
6
#pragma once
7
#include <raylib.h>
8
#include <vector>
9
10
extern
const
Color
darkGrey
;
11
extern
const
Color
green
;
12
extern
const
Color
red
;
13
extern
const
Color
orange
;
14
extern
const
Color
yellow
;
15
extern
const
Color
purple
;
16
extern
const
Color
cyan
;
17
extern
const
Color
blue
;
18
extern
const
Color
lightBlue
;
19
extern
const
Color
darkBlue
;
20
21
std::vector<Color>
GetCellColors
();
red
const Color red
Definition
colors.cpp:10
purple
const Color purple
Definition
colors.cpp:13
orange
const Color orange
Definition
colors.cpp:11
darkBlue
const Color darkBlue
Definition
colors.cpp:17
blue
const Color blue
Definition
colors.cpp:15
lightBlue
const Color lightBlue
Definition
colors.cpp:16
darkGrey
const Color darkGrey
Definition
colors.cpp:8
green
const Color green
Definition
colors.cpp:9
cyan
const Color cyan
Definition
colors.cpp:14
GetCellColors
std::vector< Color > GetCellColors()
Definition
colors.cpp:19
yellow
const Color yellow
Definition
colors.cpp:12
examples
dreamcast
raylib
raytris
src
colors
colors.h
Generated by
1.12.0