mGUtils API Reference  v1.2.0
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 921 of file mgutils.h.

Field Documentation

Uint16 h

The H value of the color returned.

Definition at line 929 of file mgutils.h.

BOOL is_trans

Indicates the controls is transparent or no?

Definition at line 933 of file mgutils.h.

gal_pixel pixel

The value of the color returned.

Definition at line 925 of file mgutils.h.

Uint8 r

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

Definition at line 927 of file mgutils.h.

Uint8 s

The S, V value of the color returned.

Definition at line 931 of file mgutils.h.

DWORD style

Reserves, not used now.

Definition at line 923 of file mgutils.h.


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