MiniGUI API Reference (MiniGUI-Threads)
v5.0.6
A mature and proven cross-platform GUI system for embedded and smart IoT devices
|
Variables | |
MG_EXPORT gal_pixel | SysPixelIndex [] |
The pre-defined system pixel values. More... | |
const MG_EXPORT RGB | SysPixelColor [] |
The pre-defined system RGB colors. More... | |
#define COLOR_black PIXEL_black |
#define COLOR_blue PIXEL_blue |
#define COLOR_cyan PIXEL_cyan |
#define COLOR_darkblue PIXEL_darkblue |
#define COLOR_darkcyan PIXEL_darkcyan |
#define COLOR_darkgray PIXEL_darkgray |
#define COLOR_darkgreen PIXEL_darkgreen |
#define COLOR_darkmagenta PIXEL_darkmagenta |
#define COLOR_darkred PIXEL_darkred |
#define COLOR_darkyellow PIXEL_darkyellow |
#define COLOR_green PIXEL_green |
#define COLOR_invalid PIXEL_invalid |
#define COLOR_lightgray PIXEL_lightgray |
#define COLOR_lightwhite PIXEL_lightwhite |
#define COLOR_magenta PIXEL_magenta |
#define COLOR_transparent PIXEL_transparent |
#define COLOR_yellow PIXEL_yellow |
#define PIXEL_black SysPixelIndex[16] |
#define PIXEL_blue SysPixelIndex[9] |
#define PIXEL_cyan SysPixelIndex[11] |
#define PIXEL_darkblue SysPixelIndex[1] |
#define PIXEL_darkcyan SysPixelIndex[3] |
#define PIXEL_darkgray SysPixelIndex[7] |
#define PIXEL_darkgreen SysPixelIndex[2] |
#define PIXEL_darkmagenta SysPixelIndex[5] |
#define PIXEL_darkred SysPixelIndex[4] |
#define PIXEL_darkyellow SysPixelIndex[6] |
#define PIXEL_green SysPixelIndex[10] |
#define PIXEL_invalid 0 |
#define PIXEL_lightgray SysPixelIndex[8] |
#define PIXEL_lightwhite SysPixelIndex[15] |
#define PIXEL_magenta SysPixelIndex[13] |
#define PIXEL_red SysPixelIndex[12] |
#define PIXEL_transparent SysPixelIndex[0] |
#define PIXEL_yellow SysPixelIndex[14] |
#define RGBA_black |
The RGBA quadruple for black color.
#define RGBA_blue |
The RGBA quadruple for blue color.
#define RGBA_cyan |
The RGBA quadruple for cyan color.
#define RGBA_darkblue |
The RGBA quadruple for dark blue color.
#define RGBA_darkcyan |
The RGBA quadruple for dark cyan color.
#define RGBA_darkgray |
The RGBA quadruple for dark gray color.
#define RGBA_darkgreen |
The RGBA quadruple for dark green color.
#define RGBA_darkmagenta |
The RGBA quadruple for dark magenta color.
#define RGBA_darkred |
The RGBA quadruple for dark red color.
#define RGBA_darkyellow |
The RGBA quadruple for dark yellow color.
#define RGBA_green |
The RGBA quadruple for green color.
#define RGBA_lightgray |
The RGBA quadruple for light gray color.
#define RGBA_lightwhite |
The RGBA quadruple for light white color.
#define RGBA_magenta |
The RGBA quadruple for magenta color.
#define RGBA_red |
The RGBA quadruple for red color.
#define RGBA_transparent |
The RGBA quadruple for transparent color.
#define RGBA_yellow |
The RGBA quadruple for yellow color.
#define SysColorIndex SysPixelColor |
anonymous enum |
Indexes for system standard colors.
RGB SysPixelColor[] |
The pre-defined system RGB colors.
The elements in this array are system colors in RGBA quadruple.
gal_pixel SysPixelIndex[] |
The pre-defined system pixel values.
MiniGUI defines some system pixel values when initializing the graphics sub-system. You can access the arrary to get the system pixel values, or just use the following macros: