FabGL
ESP32 Display Controller and Graphics Library
RGBA2222 Struct Reference

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
 

Detailed Description

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.


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