µGFX  2.9
version 2.9
GColorSet Struct Reference

Detailed Description

The GColorSet structure.

Definition at line 37 of file gwin_widget.h.

#include <gwin_widget.h>

Data Fields

gColor text
 
gColor edge
 
gColor fill
 
gColor progress
 

Field Documentation

◆ edge

gColor GColorSet::edge

The edge color

Definition at line 39 of file gwin_widget.h.

◆ fill

gColor GColorSet::fill

The fill color

Definition at line 40 of file gwin_widget.h.

◆ progress

gColor GColorSet::progress

The color of progress bars

Definition at line 41 of file gwin_widget.h.

◆ text

gColor GColorSet::text

The text color

Definition at line 38 of file gwin_widget.h.