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

#include <common.h>

Data Fields

BYTE r
 
BYTE g
 
BYTE b
 
BYTE a
 

Detailed Description

RGB triple structure.

See also
PRGB, GAL_Color

Definition at line 1012 of file common.h.

Field Documentation

◆ a

BYTE a

Reserved for alignment; or the alpha component of a RGBA quadruple.

Definition at line 1029 of file common.h.

Referenced by Pixel2RGBA().

◆ b

BYTE b

The blue component of a RGB triple.

Definition at line 1025 of file common.h.

Referenced by Pixel2RGB(), and Pixel2RGBA().

◆ g

BYTE g

The green component of a RGB triple.

Definition at line 1021 of file common.h.

Referenced by Pixel2RGB(), and Pixel2RGBA().

◆ r

BYTE r

The red component of a RGB triple.

Definition at line 1017 of file common.h.

Referenced by Pixel2RGB(), and Pixel2RGBA().


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