FabGL
ESP32 Display Controller and Graphics Library
|
Represents an 8 bit ABGR color. More...
#include <displaycontroller.h>
Public Attributes | |
uint8_t | A: 2 |
uint8_t | B: 2 |
uint8_t | G: 2 |
uint8_t | R: 2 |
Represents an 8 bit ABGR color.
For each channel minimum value is 0, maximum value is 3.
Definition at line 305 of file displaycontroller.h.