typedef uint32_t color_t;

use

color_t represent a gfx color.

note

color_t are gfx_t context specific, a color created for a context might not work on another context. Application should never use the same color_r on multiples gfx_t.