Color structure. More...
#include <hal_gfx_interpolators.h>
Public Attributes | |
| float | r |
| Red. More... | |
| float | g |
| Green. More... | |
| float | b |
| Blue. More... | |
| float | a |
| Alpha. More... | |
Color structure.
Definition at line 64 of file hal_gfx_interpolators.h.
| float _color_var_t::a |
Alpha.
Definition at line 69 of file hal_gfx_interpolators.h.
| float _color_var_t::b |
Blue.
Definition at line 68 of file hal_gfx_interpolators.h.
| float _color_var_t::g |
Green.
Definition at line 67 of file hal_gfx_interpolators.h.
| float _color_var_t::r |
Red.
Definition at line 66 of file hal_gfx_interpolators.h.