_color_var_t Struct Reference

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...
 

Detailed Description

Color structure.

Definition at line 64 of file hal_gfx_interpolators.h.

Member Data Documentation

◆ a

float _color_var_t::a

Alpha.

Definition at line 69 of file hal_gfx_interpolators.h.

◆ b

float _color_var_t::b

Blue.

Definition at line 68 of file hal_gfx_interpolators.h.

◆ g

float _color_var_t::g

Green.

Definition at line 67 of file hal_gfx_interpolators.h.

◆ r

float _color_var_t::r

Red.

Definition at line 66 of file hal_gfx_interpolators.h.


The documentation for this struct was generated from the following file: