mGUtils API Reference  v1.2.2
A component of MiniGUI providing users with a number of common dialog templates
Data Fields

#include <mgutils.h>

Data Fields

DWORD style
 
gal_pixel pixel
 
Uint8 r
 
Uint16 h
 
Uint8 s
 
BOOL is_trans
 

Detailed Description

The color data structure used by ColorSelDialog.

See also
ColorSelDialog.

Definition at line 933 of file mgutils.h.

Field Documentation

◆ h

Uint16 h

The H value of the color returned.

Definition at line 941 of file mgutils.h.

◆ is_trans

BOOL is_trans

Indicates the controls is transparent or no?

Definition at line 945 of file mgutils.h.

◆ pixel

gal_pixel pixel

The value of the color returned.

Definition at line 937 of file mgutils.h.

◆ r

Uint8 r

The R, G, B value of the color returned.

Definition at line 939 of file mgutils.h.

◆ s

Uint8 s

The S, V value of the color returned.

Definition at line 943 of file mgutils.h.

◆ style

DWORD style

Reserves, not used now.

Definition at line 935 of file mgutils.h.


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