|
MiniGUI API Reference (MiniGUI-Processes)
v4.0.0
A mature and proven cross-platform GUI system for embedded and smart IoT devices
|
#include <common.h>
Data Fields | |
| BYTE | r |
| BYTE | g |
| BYTE | b |
| BYTE | a |
| BYTE a |
Reserved for alignment, maybe used for the alpha component of a RGB triple.
Definition at line 1018 of file common.h.
Referenced by Pixel2RGBA().
| BYTE b |
The blue component of a RGB triple.
Definition at line 1014 of file common.h.
Referenced by Pixel2RGB(), and Pixel2RGBA().
| BYTE g |
The green component of a RGB triple.
Definition at line 1010 of file common.h.
Referenced by Pixel2RGB(), and Pixel2RGBA().
| BYTE r |
The red component of a RGB triple.
Definition at line 1006 of file common.h.
Referenced by Pixel2RGB(), and Pixel2RGBA().
1.8.13