#include <gui.h>
|
| union { |
| struct { |
| float r |
| |
| float g |
| |
| float b |
| |
| float a |
| |
| } | |
| |
| float rgba [4] |
| |
| }; | |
| |
Definition at line 50 of file gui.h.
◆ getRGBA()
| const float* ForeGroundColor::getRGBA |
( |
| ) |
|
|
inline |
Definition at line 69 of file gui.h.
◆ setRGBA()
| void ForeGroundColor::setRGBA |
( |
const float |
prgba[4] | ) |
|
|
inline |
Definition at line 63 of file gui.h.
◆ @14
Definition at line 72 of file gui.h.
Definition at line 72 of file gui.h.
Definition at line 72 of file gui.h.
Definition at line 72 of file gui.h.
◆ rgba
| float ForeGroundColor::rgba[4] |
Definition at line 73 of file gui.h.
The documentation for this class was generated from the following file: