_color_var_t Struct Reference

Color structure. More...

#include <hal_gfx_interpolators.h>

Public Attributes

float r
 
float g
 
float b
 
float a
 

Detailed Description

Color structure.

Definition at line 25 of file hal_gfx_interpolators.h.

Member Data Documentation

◆ a

float _color_var_t::a

Alpha

Definition at line 30 of file hal_gfx_interpolators.h.

◆ b

float _color_var_t::b

Blue

Definition at line 29 of file hal_gfx_interpolators.h.

◆ g

float _color_var_t::g

Green

Definition at line 28 of file hal_gfx_interpolators.h.

◆ r

float _color_var_t::r

Red

Definition at line 27 of file hal_gfx_interpolators.h.


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