unlogic
Loading...
Searching...
No Matches
Color.h
Go to the documentation of this file.
1
#ifndef COLOR_H
2
#define COLOR_H
3
4
namespace
unlogic
5
{
6
struct
Color
7
{
8
float
r
= 0.0;
9
float
g
= 0.0;
10
float
b
= 0.0;
11
float
a
= 1.0;
12
13
static
Color
White
;
14
static
Color
Black
;
15
static
Color
Red
;
16
static
Color
Orange
;
17
static
Color
Yellow
;
18
static
Color
Green
;
19
static
Color
Blue
;
20
static
Color
Cyan
;
21
static
Color
Purple
;
22
static
Color
Pink
;
23
};
24
}
// namespace unlogic
25
26
#endif
// COLOR_H
unlogic
Definition
Compiler.h:18
unlogic::Color
Definition
Color.h:7
unlogic::Color::Pink
static Color Pink
Definition
Color.h:22
unlogic::Color::Cyan
static Color Cyan
Definition
Color.h:20
unlogic::Color::g
float g
Definition
Color.h:9
unlogic::Color::Red
static Color Red
Definition
Color.h:15
unlogic::Color::b
float b
Definition
Color.h:10
unlogic::Color::Green
static Color Green
Definition
Color.h:18
unlogic::Color::Blue
static Color Blue
Definition
Color.h:19
unlogic::Color::r
float r
Definition
Color.h:8
unlogic::Color::White
static Color White
Definition
Color.h:13
unlogic::Color::Orange
static Color Orange
Definition
Color.h:16
unlogic::Color::a
float a
Definition
Color.h:11
unlogic::Color::Black
static Color Black
Definition
Color.h:14
unlogic::Color::Purple
static Color Purple
Definition
Color.h:21
unlogic::Color::Yellow
static Color Yellow
Definition
Color.h:17
unlogic
src
graphic
Color.h
Generated by
1.9.8