MiniGUI API Reference (MiniGUI-Processes)  v4.0.7
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 1113 of file common.h.

Field Documentation

◆ a

The alpha component of a RGBA quarter.

Definition at line 1130 of file common.h.

◆ b

The blue component of a RGBA quarter.

Definition at line 1126 of file common.h.

◆ g

The green component of a RGBA quarter.

Definition at line 1122 of file common.h.

◆ r

The red component of a RGBA quarter.

Definition at line 1118 of file common.h.


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