FabGL
ESP32 Display Controller and Graphics Library
RGB888 Struct Reference

Represents a 24 bit RGB color. More...

#include <displaycontroller.h>

Public Attributes

uint8_t B
 
uint8_t G
 
uint8_t R
 

Detailed Description

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.


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