diff options
author | pixel <pixel> | 2003-01-21 03:01:05 +0000 |
---|---|---|
committer | pixel <pixel> | 2003-01-21 03:01:05 +0000 |
commit | e5846a17a7e350ec8b87c3c0ec2d6c55033d62d7 (patch) | |
tree | 1fcc11e97a8c27c657207c18bb972a2a721b5f29 /include | |
parent | 1dd9875cc6ce2e3acf29fb4b1ac3d3f17c536384 (diff) |
Beautified Color.h.... :>
Diffstat (limited to 'include')
-rw-r--r-- | include/Color.h | 274 |
1 files changed, 137 insertions, 137 deletions
diff --git a/include/Color.h b/include/Color.h index 06390ff..0f64e89 100644 --- a/include/Color.h +++ b/include/Color.h @@ -158,144 +158,144 @@ FFFF00 yellow */ -#define ALICEBLUE (Color(0xf0, 0xf8, 0xff)) -#define ANTIQUEWHITE (Color(0xfa, 0xeb, 0xd7)) -#define AQUA (Color(0x00, 0xff, 0xff)) -#define AQUAMARINE (Color(0x7f, 0xff, 0xd4)) -#define AZURE (Color(0xf0, 0xff, 0xff)) -#define BEIGE (Color(0xf5, 0xf5, 0xdc)) -#define BISQUE (Color(0xff, 0xe4, 0xc4)) -#define BLACK (Color(0x00, 0x00, 0x00)) -#define BLANCHEDALMOND (Color(0xff, 0xeb, 0xcd)) -#define BLUE (Color(0x00, 0x00, 0xff)) -#define BLUEVIOLET (Color(0x8a, 0x2b, 0xe2)) -#define BROWN (Color(0xa5, 0x2a, 0x2a)) -#define BURLYWOOD (Color(0xde, 0xb8, 0x87)) -#define CADETBLUE (Color(0x5f, 0x9e, 0xa0)) -#define CHARTREUSE (Color(0x7f, 0xff, 0x00)) -#define CHOCOLATE (Color(0xd2, 0x69, 0x1e)) -#define CORAL (Color(0xff, 0x7f, 0x50)) -#define CORNFLOWERBLUE (Color(0x64, 0x95, 0xed)) -#define CORNSILK (Color(0xff, 0xf8, 0xdc)) -#define CRIMSON (Color(0xdc, 0x14, 0x3c)) -#define CYAN (Color(0x00, 0xff, 0xff)) -#define DARKBLUE (Color(0x00, 0x00, 0x8b)) -#define DARKCYAN (Color(0x00, 0x8b, 0x8b)) -#define DARKGOLDENROD (Color(0xb8, 0x86, 0x0b)) -#define DARKGRAY (Color(0xa9, 0xa9, 0xa9)) -#define DARKGREEN (Color(0x00, 0x64, 0x00)) -#define DARKKHAKI (Color(0xbd, 0xb7, 0x6b)) -#define DARKMAGENTA (Color(0x8b, 0x00, 0x8b)) -#define DARKOLIVEGREEN (Color(0x55, 0x6b, 0x2f)) -#define DARKORANGE (Color(0xff, 0x8c, 0x00)) -#define DARKORCHID (Color(0x99, 0x32, 0xcc)) -#define DARKRED (Color(0x8b, 0x00, 0x00)) -#define DARKSALMON (Color(0xe9, 0x96, 0x7a)) -#define DARKSEAGREEN (Color(0x8f, 0xbc, 0x8f)) -#define DARKSLATEBLUE (Color(0x48, 0x3d, 0x8b)) -#define DARKSLATEGRAY (Color(0x2f, 0x4f, 0x4f)) -#define DARKTURQUOISE (Color(0x00, 0xce, 0xd1)) -#define DARKVIOLET (Color(0x94, 0x00, 0xd3)) -#define DEEPPINK (Color(0xff, 0x14, 0x93)) -#define DEEPSKYBLUE (Color(0x00, 0xbf, 0xff)) -#define DIMGRAY (Color(0x69, 0x69, 0x69)) -#define DODGERBLUE (Color(0x1e, 0x90, 0xff)) -#define FIREBRICK (Color(0xb2, 0x22, 0x22)) -#define FLORALWHITE (Color(0xff, 0xfa, 0xf0)) -#define FORESTGREEN (Color(0x22, 0x8b, 0x22)) -#define FUCHSIA (Color(0xff, 0x00, 0xff)) -#define GAINSBORO (Color(0xdc, 0xdc, 0xdc)) -#define GHOSTWHITE (Color(0xf8, 0xf8, 0xff)) -#define GOLD (Color(0xff, 0xd7, 0x00)) -#define GOLDENROD (Color(0xda, 0xa5, 0x20)) -#define GRAY (Color(0x80, 0x80, 0x80)) -#define GREEN (Color(0x00, 0x80, 0x00)) -#define GREENYELLOW (Color(0xad, 0xff, 0x2f)) -#define HONEYDEW (Color(0xf0, 0xff, 0xf0)) -#define HOTPINK (Color(0xff, 0x69, 0xb4)) -#define INDIANRED (Color(0xcd, 0x5c, 0x5c)) -#define INDIGO (Color(0x4b, 0x00, 0x82)) -#define IVORY (Color(0xff, 0xff, 0xf0)) -#define KHAKI (Color(0xf0, 0xe6, 0x8c)) -#define LAVENDER (Color(0xe6, 0xe6, 0xfa)) -#define LAVENDERBLUSH (Color(0xff, 0xf0, 0xf5)) -#define LAWNGREEN (Color(0x7c, 0xfc, 0x00)) -#define LEMONCHIFFON (Color(0xff, 0xfa, 0xcd)) -#define LIGHTBLUE (Color(0xad, 0xd8, 0xe6)) -#define LIGHTCORAL (Color(0xf0, 0x80, 0x80)) -#define LIGHTCYAN (Color(0xe0, 0xff, 0xff)) +#define ALICEBLUE (Color(0xf0, 0xf8, 0xff)) +#define ANTIQUEWHITE (Color(0xfa, 0xeb, 0xd7)) +#define AQUA (Color(0x00, 0xff, 0xff)) +#define AQUAMARINE (Color(0x7f, 0xff, 0xd4)) +#define AZURE (Color(0xf0, 0xff, 0xff)) +#define BEIGE (Color(0xf5, 0xf5, 0xdc)) +#define BISQUE (Color(0xff, 0xe4, 0xc4)) +#define BLACK (Color(0x00, 0x00, 0x00)) +#define BLANCHEDALMOND (Color(0xff, 0xeb, 0xcd)) +#define BLUE (Color(0x00, 0x00, 0xff)) +#define BLUEVIOLET (Color(0x8a, 0x2b, 0xe2)) +#define BROWN (Color(0xa5, 0x2a, 0x2a)) +#define BURLYWOOD (Color(0xde, 0xb8, 0x87)) +#define CADETBLUE (Color(0x5f, 0x9e, 0xa0)) +#define CHARTREUSE (Color(0x7f, 0xff, 0x00)) +#define CHOCOLATE (Color(0xd2, 0x69, 0x1e)) +#define CORAL (Color(0xff, 0x7f, 0x50)) +#define CORNFLOWERBLUE (Color(0x64, 0x95, 0xed)) +#define CORNSILK (Color(0xff, 0xf8, 0xdc)) +#define CRIMSON (Color(0xdc, 0x14, 0x3c)) +#define CYAN (Color(0x00, 0xff, 0xff)) +#define DARKBLUE (Color(0x00, 0x00, 0x8b)) +#define DARKCYAN (Color(0x00, 0x8b, 0x8b)) +#define DARKGOLDENROD (Color(0xb8, 0x86, 0x0b)) +#define DARKGRAY (Color(0xa9, 0xa9, 0xa9)) +#define DARKGREEN (Color(0x00, 0x64, 0x00)) +#define DARKKHAKI (Color(0xbd, 0xb7, 0x6b)) +#define DARKMAGENTA (Color(0x8b, 0x00, 0x8b)) +#define DARKOLIVEGREEN (Color(0x55, 0x6b, 0x2f)) +#define DARKORANGE (Color(0xff, 0x8c, 0x00)) +#define DARKORCHID (Color(0x99, 0x32, 0xcc)) +#define DARKRED (Color(0x8b, 0x00, 0x00)) +#define DARKSALMON (Color(0xe9, 0x96, 0x7a)) +#define DARKSEAGREEN (Color(0x8f, 0xbc, 0x8f)) +#define DARKSLATEBLUE (Color(0x48, 0x3d, 0x8b)) +#define DARKSLATEGRAY (Color(0x2f, 0x4f, 0x4f)) +#define DARKTURQUOISE (Color(0x00, 0xce, 0xd1)) +#define DARKVIOLET (Color(0x94, 0x00, 0xd3)) +#define DEEPPINK (Color(0xff, 0x14, 0x93)) +#define DEEPSKYBLUE (Color(0x00, 0xbf, 0xff)) +#define DIMGRAY (Color(0x69, 0x69, 0x69)) +#define DODGERBLUE (Color(0x1e, 0x90, 0xff)) +#define FIREBRICK (Color(0xb2, 0x22, 0x22)) +#define FLORALWHITE (Color(0xff, 0xfa, 0xf0)) +#define FORESTGREEN (Color(0x22, 0x8b, 0x22)) +#define FUCHSIA (Color(0xff, 0x00, 0xff)) +#define GAINSBORO (Color(0xdc, 0xdc, 0xdc)) +#define GHOSTWHITE (Color(0xf8, 0xf8, 0xff)) +#define GOLD (Color(0xff, 0xd7, 0x00)) +#define GOLDENROD (Color(0xda, 0xa5, 0x20)) +#define GRAY (Color(0x80, 0x80, 0x80)) +#define GREEN (Color(0x00, 0x80, 0x00)) +#define GREENYELLOW (Color(0xad, 0xff, 0x2f)) +#define HONEYDEW (Color(0xf0, 0xff, 0xf0)) +#define HOTPINK (Color(0xff, 0x69, 0xb4)) +#define INDIANRED (Color(0xcd, 0x5c, 0x5c)) +#define INDIGO (Color(0x4b, 0x00, 0x82)) +#define IVORY (Color(0xff, 0xff, 0xf0)) +#define KHAKI (Color(0xf0, 0xe6, 0x8c)) +#define LAVENDER (Color(0xe6, 0xe6, 0xfa)) +#define LAVENDERBLUSH (Color(0xff, 0xf0, 0xf5)) +#define LAWNGREEN (Color(0x7c, 0xfc, 0x00)) +#define LEMONCHIFFON (Color(0xff, 0xfa, 0xcd)) +#define LIGHTBLUE (Color(0xad, 0xd8, 0xe6)) +#define LIGHTCORAL (Color(0xf0, 0x80, 0x80)) +#define LIGHTCYAN (Color(0xe0, 0xff, 0xff)) #define LIGHTGOLDENRODYELLOW (Color(0xfa, 0xfa, 0xd2)) -#define LIGHTGREEN (Color(0x90, 0xee, 0x90)) -#define LIGHTGREY (Color(0xd3, 0xd3, 0xd3)) -#define LIGHTPINK (Color(0xff, 0xb6, 0xc1)) -#define LIGHTSALMON (Color(0xff, 0xa0, 0x7a)) -#define LIGHTSEAGREEN (Color(0x20, 0xb2, 0xaa)) -#define LIGHTSKYBLUE (Color(0x87, 0xce, 0xfa)) -#define LIGHTSLATEGRAY (Color(0x77, 0x88, 0x99)) -#define LIGHTSTEELBLUE (Color(0xb0, 0xc4, 0xde)) -#define LIGHTYELLOW (Color(0xff, 0xff, 0xe0)) -#define LIME (Color(0x00, 0xff, 0x00)) -#define LIMEGREEN (Color(0x32, 0xcd, 0x32)) -#define LINEN (Color(0xfa, 0xf0, 0xe6)) -#define MAGENTA (Color(0xff, 0x00, 0xff)) -#define MAROON (Color(0x80, 0x00, 0x00)) +#define LIGHTGREEN (Color(0x90, 0xee, 0x90)) +#define LIGHTGREY (Color(0xd3, 0xd3, 0xd3)) +#define LIGHTPINK (Color(0xff, 0xb6, 0xc1)) +#define LIGHTSALMON (Color(0xff, 0xa0, 0x7a)) +#define LIGHTSEAGREEN (Color(0x20, 0xb2, 0xaa)) +#define LIGHTSKYBLUE (Color(0x87, 0xce, 0xfa)) +#define LIGHTSLATEGRAY (Color(0x77, 0x88, 0x99)) +#define LIGHTSTEELBLUE (Color(0xb0, 0xc4, 0xde)) +#define LIGHTYELLOW (Color(0xff, 0xff, 0xe0)) +#define LIME (Color(0x00, 0xff, 0x00)) +#define LIMEGREEN (Color(0x32, 0xcd, 0x32)) +#define LINEN (Color(0xfa, 0xf0, 0xe6)) +#define MAGENTA (Color(0xff, 0x00, 0xff)) +#define MAROON (Color(0x80, 0x00, 0x00)) #define MEDIUMAQUAMARINE (Color(0x66, 0xcd, 0xaa)) -#define MEDIUMBLUE (Color(0x00, 0x00, 0xcd)) -#define MEDIUMORCHID (Color(0xba, 0x55, 0xd3)) -#define MEDIUMPURPLE (Color(0x93, 0x70, 0xdb)) -#define MEDIUMSEAGREEN (Color(0x3c, 0xb3, 0x71)) -#define MEDIUMSLATEBLUE (Color(0x7b, 0x68, 0xee)) +#define MEDIUMBLUE (Color(0x00, 0x00, 0xcd)) +#define MEDIUMORCHID (Color(0xba, 0x55, 0xd3)) +#define MEDIUMPURPLE (Color(0x93, 0x70, 0xdb)) +#define MEDIUMSEAGREEN (Color(0x3c, 0xb3, 0x71)) +#define MEDIUMSLATEBLUE (Color(0x7b, 0x68, 0xee)) #define MEDIUMSPRINGGREEN (Color(0x00, 0xfa, 0x9a)) -#define MEDIUMTURQUOISE (Color(0x48, 0xd1, 0xcc)) -#define MEDIUMVIOLETRED (Color(0xc7, 0x15, 0x85)) -#define MIDNIGHTBLUE (Color(0x19, 0x19, 0x70)) -#define MINTCREAM (Color(0xf5, 0xff, 0xfa)) -#define MISTYROSE (Color(0xff, 0xe4, 0xe1)) -#define MOCCASIN (Color(0xff, 0xe4, 0xb5)) -#define NAVAJOWHITE (Color(0xff, 0xde, 0xad)) -#define NAVY (Color(0x00, 0x00, 0x80)) -#define OLDLACE (Color(0xfd, 0xf5, 0xe6)) -#define OLIVE (Color(0x80, 0x80, 0x00)) -#define OLIVEDRAB (Color(0x6b, 0x8e, 0x23)) -#define ORANGE (Color(0xff, 0xa5, 0x00)) -#define ORANGERED (Color(0xff, 0x45, 0x00)) -#define ORCHID (Color(0xda, 0x70, 0xd6)) -#define PALEGOLDENROD (Color(0xee, 0xe8, 0xaa)) -#define PALEGREEN (Color(0x98, 0xfb, 0x98)) -#define PALETURQUOISE (Color(0xaf, 0xee, 0xee)) -#define PALEVIOLETRED (Color(0xdb, 0x70, 0x93)) -#define PAPAYAWHIP (Color(0xff, 0xef, 0xd5)) -#define PEACHPUFF (Color(0xff, 0xda, 0xb9)) -#define PERU (Color(0xcd, 0x85, 0x3f)) -#define PINK (Color(0xff, 0xc0, 0xcb)) -#define PLUM (Color(0xdd, 0xa0, 0xdd)) -#define POWDERBLUE (Color(0xb0, 0xe0, 0xe6)) -#define PURPLE (Color(0x80, 0x00, 0x80)) -#define RED (Color(0xff, 0x00, 0x00)) -#define ROSYBROWN (Color(0xbc, 0x8f, 0x8f)) -#define ROYALBLUE (Color(0x41, 0x69, 0xe1)) -#define SADDLEBROWN (Color(0x8b, 0x45, 0x13)) -#define SALMON (Color(0xfa, 0x80, 0x72)) -#define SANDYBROWN (Color(0xf4, 0xa4, 0x60)) -#define SEAGREEN (Color(0x2e, 0x8b, 0x57)) -#define SEASHELL (Color(0xff, 0xf5, 0xee)) -#define SIENNA (Color(0xa0, 0x52, 0x2d)) -#define SILVER (Color(0xc0, 0xc0, 0xc0)) -#define SKYBLUE (Color(0x87, 0xce, 0xeb)) -#define SLATEBLUE (Color(0x6a, 0x5a, 0xcd)) -#define SLATEGRAY (Color(0x70, 0x80, 0x90)) -#define SNOW (Color(0xff, 0xfa, 0xfa)) -#define SPRINGGREEN (Color(0x00, 0xff, 0x7f)) -#define STEELBLUE (Color(0x46, 0x82, 0xb4)) -#define TAN (Color(0xd2, 0xb4, 0x8c)) -#define TEAL (Color(0x00, 0x80, 0x80)) -#define THISTLE (Color(0xd8, 0xbf, 0xd8)) -#define TOMATO (Color(0xff, 0x63, 0x47)) -#define TURQUOISE (Color(0x40, 0xe0, 0xd0)) -#define VIOLET (Color(0xee, 0x82, 0xee)) -#define WHEAT (Color(0xf5, 0xde, 0xb3)) -#define WHITE (Color(0xff, 0xff, 0xff)) -#define WHITESMOKE (Color(0xf5, 0xf5, 0xf5)) -#define YELLOW (Color(0xff, 0xff, 0x00)) -#define YELLOWGREEN (Color(0x9a, 0xcd, 0x32)) +#define MEDIUMTURQUOISE (Color(0x48, 0xd1, 0xcc)) +#define MEDIUMVIOLETRED (Color(0xc7, 0x15, 0x85)) +#define MIDNIGHTBLUE (Color(0x19, 0x19, 0x70)) +#define MINTCREAM (Color(0xf5, 0xff, 0xfa)) +#define MISTYROSE (Color(0xff, 0xe4, 0xe1)) +#define MOCCASIN (Color(0xff, 0xe4, 0xb5)) +#define NAVAJOWHITE (Color(0xff, 0xde, 0xad)) +#define NAVY (Color(0x00, 0x00, 0x80)) +#define OLDLACE (Color(0xfd, 0xf5, 0xe6)) +#define OLIVE (Color(0x80, 0x80, 0x00)) +#define OLIVEDRAB (Color(0x6b, 0x8e, 0x23)) +#define ORANGE (Color(0xff, 0xa5, 0x00)) +#define ORANGERED (Color(0xff, 0x45, 0x00)) +#define ORCHID (Color(0xda, 0x70, 0xd6)) +#define PALEGOLDENROD (Color(0xee, 0xe8, 0xaa)) +#define PALEGREEN (Color(0x98, 0xfb, 0x98)) +#define PALETURQUOISE (Color(0xaf, 0xee, 0xee)) +#define PALEVIOLETRED (Color(0xdb, 0x70, 0x93)) +#define PAPAYAWHIP (Color(0xff, 0xef, 0xd5)) +#define PEACHPUFF (Color(0xff, 0xda, 0xb9)) +#define PERU (Color(0xcd, 0x85, 0x3f)) +#define PINK (Color(0xff, 0xc0, 0xcb)) +#define PLUM (Color(0xdd, 0xa0, 0xdd)) +#define POWDERBLUE (Color(0xb0, 0xe0, 0xe6)) +#define PURPLE (Color(0x80, 0x00, 0x80)) +#define RED (Color(0xff, 0x00, 0x00)) +#define ROSYBROWN (Color(0xbc, 0x8f, 0x8f)) +#define ROYALBLUE (Color(0x41, 0x69, 0xe1)) +#define SADDLEBROWN (Color(0x8b, 0x45, 0x13)) +#define SALMON (Color(0xfa, 0x80, 0x72)) +#define SANDYBROWN (Color(0xf4, 0xa4, 0x60)) +#define SEAGREEN (Color(0x2e, 0x8b, 0x57)) +#define SEASHELL (Color(0xff, 0xf5, 0xee)) +#define SIENNA (Color(0xa0, 0x52, 0x2d)) +#define SILVER (Color(0xc0, 0xc0, 0xc0)) +#define SKYBLUE (Color(0x87, 0xce, 0xeb)) +#define SLATEBLUE (Color(0x6a, 0x5a, 0xcd)) +#define SLATEGRAY (Color(0x70, 0x80, 0x90)) +#define SNOW (Color(0xff, 0xfa, 0xfa)) +#define SPRINGGREEN (Color(0x00, 0xff, 0x7f)) +#define STEELBLUE (Color(0x46, 0x82, 0xb4)) +#define TAN (Color(0xd2, 0xb4, 0x8c)) +#define TEAL (Color(0x00, 0x80, 0x80)) +#define THISTLE (Color(0xd8, 0xbf, 0xd8)) +#define TOMATO (Color(0xff, 0x63, 0x47)) +#define TURQUOISE (Color(0x40, 0xe0, 0xd0)) +#define VIOLET (Color(0xee, 0x82, 0xee)) +#define WHEAT (Color(0xf5, 0xde, 0xb3)) +#define WHITE (Color(0xff, 0xff, 0xff)) +#define WHITESMOKE (Color(0xf5, 0xf5, 0xf5)) +#define YELLOW (Color(0xff, 0xff, 0x00)) +#define YELLOWGREEN (Color(0x9a, 0xcd, 0x32)) #endif |