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