MiniGUI API Reference (MiniGUI-Threads)  v5.0.6
A mature and proven cross-platform GUI system for embedded and smart IoT devices
Data Fields

#include <common.h>

Data Fields

gal_uint8 r
 
gal_uint8 g
 
gal_uint8 b
 
gal_uint8 a
 

Detailed Description

RGBA quarter structure.

See also
RGB

Definition at line 1123 of file common.h.

Field Documentation

◆ a

The alpha component of a RGBA quarter.

Definition at line 1140 of file common.h.

◆ b

The blue component of a RGBA quarter.

Definition at line 1136 of file common.h.

◆ g

The green component of a RGBA quarter.

Definition at line 1132 of file common.h.

◆ r

The red component of a RGBA quarter.

Definition at line 1128 of file common.h.


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