FabGL
ESP32 Display Controller and Graphics Library
|
Represents a 32 bit RGBA color. More...
#include <displaycontroller.h>
Public Attributes | |
uint8_t | A |
uint8_t | B |
uint8_t | G |
uint8_t | R |
Represents a 32 bit RGBA color.
For each channel minimum value is 0, maximum value is 255.
Definition at line 257 of file displaycontroller.h.