FabGL
ESP32 Display Controller and Graphics Library
RGBA8888 Struct Reference

Represents a 32 bit RGBA color. More...

#include <displaycontroller.h>

Public Attributes

uint8_t A
 
uint8_t B
 
uint8_t G
 
uint8_t R
 

Detailed Description

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.


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