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

#include <minigui.h>

Data Fields

unsigned int method
 
float percent
 
float scale
 

Detailed Description

The combining parameters for the callback compositor.

Definition at line 1784 of file minigui.h.

Field Documentation

◆ method

unsigned int method

The combining method, can be one of the following values:

  • FCM_HORIZONTAL
  • FCM_VERTICAL and/or OR'd with the following value:
  • FCM_SCALE

Definition at line 1792 of file minigui.h.

◆ percent

float percent

The percentage of the screen occupied by the first layer.

Definition at line 1795 of file minigui.h.

◆ scale

float scale

The scale factor of non-global z-nodes.

Definition at line 1798 of file minigui.h.


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