|
| | Color (float r, float g, float b, float a=1.0f) |
| |
|
| float | r |
| |
| float | g |
| |
| float | b |
| |
| float | a |
| |
Definition at line 11 of file color.hpp.
◆ Color()
| brenta::Color::Color |
( |
float |
r, |
|
|
float |
g, |
|
|
float |
b, |
|
|
float |
a = 1.0f |
|
) |
| |
|
inline |
◆ black()
| static const Color brenta::Color::black |
( |
| ) |
|
|
inlinestatic |
◆ blue()
| static const Color brenta::Color::blue |
( |
| ) |
|
|
inlinestatic |
◆ green()
| static const Color brenta::Color::green |
( |
| ) |
|
|
inlinestatic |
◆ grey()
| static const Color brenta::Color::grey |
( |
| ) |
|
|
inlinestatic |
◆ red()
| static const Color brenta::Color::red |
( |
| ) |
|
|
inlinestatic |
◆ white()
| static const Color brenta::Color::white |
( |
| ) |
|
|
inlinestatic |
◆ yellow()
| static const Color brenta::Color::yellow |
( |
| ) |
|
|
inlinestatic |
The documentation for this class was generated from the following file: