From 7b358424ebad9349421acd533c2fa1cbf6cf3e3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 28 Dec 2016 16:52:56 +0100 Subject: Initial import of xtrkcad version 1:4.0.2-2 --- app/wlib/include/wcolors.h | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 app/wlib/include/wcolors.h (limited to 'app/wlib/include/wcolors.h') diff --git a/app/wlib/include/wcolors.h b/app/wlib/include/wcolors.h new file mode 100644 index 0000000..46d15a8 --- /dev/null +++ b/app/wlib/include/wcolors.h @@ -0,0 +1,42 @@ +/* Some colors */ +#define wDrawColorWhite (0) +#define wDrawColorBlack (1) +#define wDrawColorRed (2) +#define wDrawColorGreen (3) +#define wDrawColorBlue (4) +#define wDrawColorYellow (5) +#define wDrawColorPurple (6) +#define wDrawColorAqua (7) +#define wDrawColorDkRed (8) +#define wDrawColorDkGreen (9) +#define wDrawColorDkBlue (10) +#define wDrawColorDkYellow (11) +#define wDrawColorDkPurple (12) +#define wDrawColorDkAqua (13) +#define wDrawColorRoyalBlue (14) +#define wDrawColorDeepSkyBlue (15) +#define wDrawColorLightSkyBlue (16) +#define wDrawColorSteelBlue (17) +#define wDrawColorPowderBlue (18) +#define wDrawColorAquamarine (19) +#define wDrawColorSeaGreen (20) +#define wDrawColorPaleGreen (21) +#define wDrawColorLawnGreen (22) +#define wDrawColorLimeGreen (23) +#define wDrawColorForestGreen (24) +#define wDrawColorGold (25) +#define wDrawColorRosyBrown (26) +#define wDrawColorSaddleBrown (27) +#define wDrawColorBeige (28) +#define wDrawColorTan (29) +#define wDrawColorChocolate (30) +#define wDrawColorBrown (31) +#define wDrawColorOrange (32) +#define wDrawColorCoral (33) +#define wDrawColorTomato (34) +#define wDrawColorHotPink (35) +#define wDrawColorPink (36) +#define wDrawColorMaroon (37) +#define wDrawColorViolet (38) +#define wDrawColorPurple2 (39) + -- cgit v1.2.3