Loading...
Searching...
No Matches
color_rgba_t Struct Reference

RGBA color value. More...

Detailed Description

RGBA color value.

Definition at line 44 of file color.h.

#include <color.h>

Data Fields

color_rgb_t color
 RGB value.
 
uint8_t alpha
 alpha value [0 - 255]
 

Field Documentation

◆ alpha

uint8_t color_rgba_t::alpha

alpha value [0 - 255]

Definition at line 46 of file color.h.

◆ color

color_rgb_t color_rgba_t::color

RGB value.

Definition at line 45 of file color.h.


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