etqw-sdk/base/guis/common/colors.include

13 lines
371 B
Text
Raw Permalink Normal View History

2008-05-29 00:00:00 +00:00
#ifndef __sys_colors__
#define __sys_colors__
#define COLOR_BLACK "0, 0, 0, 1"
#define COLOR_WHITE "1, 1, 1, 1"
#define COLOR_RED "1, 0, 0, 1"
#define COLOR_GREEN "0, 1, 0, 1"
#define COLOR_BLUE "0, 0, 1, 1"
#define COLOR_INVISIBLE "0, 0, 0, 0"
#endif // !__sys_colors__