sGUI  V1.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Modules Pages
Color
+ Collaboration diagram for Color:

Files

file  color.h
 Simple graphic library color definitions.
 

Macros

#define GUI_COLOR_BLACK   0x0000
 
#define GUI_COLOR_WHITE   0xFFFF
 
#define GUI_COLOR_LIGHT_GRAY   0xBDF7
 
#define GUI_COLOR_DARK_GREY   0x7BEF
 
#define GUI_COLOR_RED   0xF800
 
#define GUI_COLOR_YELLOW   0xFFE0
 
#define GUI_COLOR_ORANGE   0xFBE0
 
#define GUI_COLOR_BROWN   0x79E0
 
#define GUI_COLOR_GREEN   0x07E0
 
#define GUI_COLOR_CYAN   0x07FF
 
#define GUI_COLOR_BLUE   0x001F
 
#define GUI_COLOR_PINK   0xF81F
 
#define GUI_COLOR_MAGENTA   0xF81F
 

Typedefs

typedef uint16_t LCDCOLOR
 Data type for a color definition.
 

Detailed Description

Macro Definition Documentation

#define GUI_COLOR_BLACK   0x0000

Black screen color

Definition at line 80 of file color.h.

#define GUI_COLOR_BLUE   0x001F

Blue screen color

Definition at line 90 of file color.h.

#define GUI_COLOR_BROWN   0x79E0

Brown screen color

Definition at line 87 of file color.h.

#define GUI_COLOR_CYAN   0x07FF

Cyan screen color

Definition at line 89 of file color.h.

#define GUI_COLOR_DARK_GREY   0x7BEF

Dark Gray screen color

Definition at line 83 of file color.h.

#define GUI_COLOR_GREEN   0x07E0

Green screen color

Examples:
geometry.c.

Definition at line 88 of file color.h.

#define GUI_COLOR_LIGHT_GRAY   0xBDF7

Light Gray screen color

Examples:
geometry.c.

Definition at line 82 of file color.h.

#define GUI_COLOR_MAGENTA   0xF81F

Magenta screen color

Definition at line 92 of file color.h.

#define GUI_COLOR_ORANGE   0xFBE0

Orange screen color

Definition at line 86 of file color.h.

#define GUI_COLOR_PINK   0xF81F

Pink screen color

Definition at line 91 of file color.h.

#define GUI_COLOR_RED   0xF800

Red screen color

Examples:
geometry.c.

Definition at line 84 of file color.h.

#define GUI_COLOR_WHITE   0xFFFF

White screen color

Examples:
geometry.c.

Definition at line 81 of file color.h.

#define GUI_COLOR_YELLOW   0xFFE0

Yellow screen color

Definition at line 85 of file color.h.