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

#include <xvfb.h>

Data Fields

unsigned char r
 
unsigned char g
 
unsigned char b
 
unsigned char a
 

Detailed Description

the entry in palette

Definition at line 197 of file xvfb.h.

Field Documentation

◆ a

unsigned char a

alpha weight of color in palette

Definition at line 205 of file xvfb.h.

◆ b

unsigned char b

blue of color in palette

Definition at line 203 of file xvfb.h.

◆ g

unsigned char g

gree of color in palette

Definition at line 201 of file xvfb.h.

◆ r

unsigned char r

red of color in palette

Definition at line 199 of file xvfb.h.


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