apa102 1.0
apa102 driver library
Loading...
Searching...
No Matches
GFX_RGBA_Color_t Struct Reference

Represents the data structure for color and intensity data. More...

#include <color.h>

Data Fields

unsigned char red
unsigned char green
unsigned char blue
unsigned char alpha

Detailed Description

Represents the data structure for color and intensity data.

This structure bundles intensity and RGB color channels (red, green, blue, alpha). Intensity is an unsigned char controlling brightness, while colors are 0-255 values.

Field Documentation

◆ alpha

unsigned char alpha

◆ blue

unsigned char blue

◆ green

unsigned char green

◆ red

unsigned char red

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