02.06.2010, 19:06
Right since I didn't feel like writing 0xFFFFFFFF each time I wanted white, and I didn't know which colors I'd need I just decided I'd write define lines for all the colors in the X11 list on Wikipedia I'm sure someone else has done it before me, but since I couldn't find it I've gone ahead and done it.
Thought I'd share =)
If you do use it, just letting me know would be cool, just paste it in a file called "colors.inc" located in your include folder and use:
colors.inc
PS. Those who have gone 'n checked, I've only taken WHITE from the white colors list because honestly, I don't see the difference unless I look really really really good.
Thought I'd share =)
If you do use it, just letting me know would be cool, just paste it in a file called "colors.inc" located in your include folder and use:
Code:
#include <colors>
Code:
//Shades of red #define COLOR_INDIANRED 0xCD5C5CFF #define COLOR_LIGHTCORAL 0xF08080FF #define COLOR_SALMON 0xFA8072FF #define COLOR_DARKSALMON 0xE9967AFF #define COLOR_LIGHTSALMON 0xFFA07AFF #define COLOR_CRIMSON 0xDC143CFF #define COLOR_RED 0xFF0000FF #define COLOR_FIREBRICK B22222FF #define COLOR_DARKRED 0x8B0000FF //Shades of pink #define COLOR_PINK 0xFFC0CBFF #define COLOR_LIGHTPINK 0xFFB6C1FF #define COLOR_HOTPINK 0xFF69B4FF #define COLOR_DEEPPINK 0xFF1493FF #define COLOR_MEDIUMVIOLETRED 0xC71585FF #define COLOR_PALEVIOLETRED 0xDB7093FF //Shades of Orange #define COLOR_CORAL 0xFF7F50FF #define COLOR_TOMATO 0xFF6347FF #define COLOR_ORANGERED 0xFF4500FF #define COLOR_DARKORANGE 0xFF8C00FF #define COLOR_ORANGE 0xFFA500FF //Shades of Yellow #define COLOR_GOLD 0xFFD700FF #define COLOR_YELLOW 0xFFFF00FF #define COLOR_LIGHTYELLOW 0xFFFFE0FF #define COLOR_LEMONCHIFFON 0xFFFACDFF #define COLOR_LIGHTGOLDENRODYELLOW 0xFAFAD2FF #define COLOR_PAPAYAWHIP 0xFFEFD5FF #define COLOR_MOCCASIN 0xFFE4B5FF #define COLOR_PEACHPUFF 0xFFDAB9FF #define COLOR_PALEGOLDENROD 0xEEE8AAFF #define COLOR_KHAKI 0xF0E68CFF #define COLOR_DARKKHAKI 0xBDB76BFF //Shades of Purple #define COLOR_LAVENDER 0xE6E6FAFF #define COLOR_THISTLE 0xD8BFD8FF #define COLOR_PLUM 0xDDA0DDFF #define COLOR_VIOLET 0xEE82EEFF #define COLOR_ORCHID 0xDA70D6FF #define COLOR_FUCHSIA 0xFF00FFFF #define COLOR_MAGENTA 0xFF00FFFF #define COLOR_MEDIUMORCHID 0xBA55D3FF #define COLOR_MEDIUMPURPLE 0x9370DBFF #define COLOR_AMETHYST 0x9966CCFF #define COLOR_BLUEVIOLET 0x8A2BE2FF #define COLOR_DARKVIOLET 0x9400D3FF #define COLOR_DARKORCHID 0x9932CCFF #define COLOR_DARKMAGENTA 0x8B008BFF #define COLOR_PURPLE 0x800080FF #define COLOR_INDIGO 0x4B0082FF #define COLOR_SLATEBLUE 0x6A5ACDFF #define COLOR_DARKSLATEBLUE 0x483D8BFF #define COLOR_MEDIUMSLATEBLUE 0x7B68EEFF //Shades of Green #define COLOR_GREENYELLOW 0xADFF2FFF #define COLOR_CHARTREUSE 0x7FFF00FF #define COLOR_LAWNGREEN 0x7CFC00FF #define COLOR_LIME 0x00FF00FF #define COLOR_LIMEGREEN 0x32CD32FF #define COLOR_PALEGREEN 0x98FB98FF #define COLOR_LIGHTGREEN 0x90EE90FF #define COLOR_MEDIUMSPRINGGREEN 0x00FA9AFF #define COLOR_SPRINGGREEN 0x00FF7FFF #define COLOR_MEDIUMSEAGREEN 0x3CB371FF #define COLOR_SEAGREEN 0x2E8B57FF #define COLOR_FORESTGREEN 0x228B22FF #define COLOR_GREEN 0x008000FF #define COLOR_DARKGREEN 0x006400FF #define COLOR_YELLOWGREEN 0x9ACD32FF #define COLOR_OLIVEDRAB 0x6B8E23FF #define COLOR_OLIVE 0x808000FF #define COLOR_DARKOLIVEGREEN 0x556B2FFF #define COLOR_MEDIUMAQUAMARINE 0x66CDAAFF #define COLOR_DARKSEAGREEN 0x8FBC8FFF #define COLOR_LIGHTSEAGREEN 0x20B2AAFF #define COLOR_DARKCYAN 0x008B8BFF #define COLOR_TEAL 0x008080FF //Shades of Blue/Cyan #define COLOR_AQUA 0x00FFFFFF #define COLOR_CYAN 0x00FFFFFF #define COLOR_LIGHTCYAN 0xE0FFFFFF #define COLOR_PALETURQUOISE 0xAFEEEEFF #define COLOR_AQUAMARINE 0x7FFFD4FF #define COLOR_TURQUOISE 0x40E0D0FF #define COLOR_MEDIUMTURQUOISE 0x48D1CC #define COLOR_DARKTURQUOISE 0x00CED1FF #define COLOR_CADETBLUE 0x5F9EA0FF #define COLOR_STEELBLUE 0x4682B4FF #define COLOR_LIGHTSTEELBLUE 0xB0C4DEFF #define COLOR_POWDERBLUE 0xB0E0E6FF #define COLOR_LIGHTBLUE 0xADD8E6FF #define COLOR_SKYBLUE 0x87CEEBFF #define COLOR_LIGHTSKYBLUE 0x87CEFAFF #define COLOR_DEEPSKYBLUE 0x00BFFFFF #define COLOR_DODGERBLUE 0x1E90FFFF #define COLOR_CORNFLOWERBLUE 0x6495EDFF #define COLOR_MEDIUMSLATEBLUE 0x7B68EEFF #define COLOR_ROYALBLUE 0x4169E1FF #define COLOR_BLUE 0x0000FFFF #define COLOR_MEDIUMBLUE 0x0000CDFF #define DARKBLUE 0x00008BFF #define COLOR_NAVY 0x000080FF #define COLOR_MIDNIGHTBLUE 0x191970FF //Shades of Brown #define COLOR_CORNSILK 0xFFF8DCFF #define COLOR_BLANCHEDALMOND 0xFFEBCDFF #define COLOR_BISQUE 0xFFE4C4FF #define COLOR_NAVAJOWHITE 0xFFDEADFF #define COLOR_WHEAT 0xF5DEB3FF #define COLOR_BURLYWOOD 0xDEB887FF #define COLOR_TAN 0xD2B48CFF #define COLOR_ROSYBROWN 0xBC8F8FFF #define COLOR_SANDYBROWN 0xF4A460FF #define COLOR_DARKGOLDENROD 0xB8860BFF #define COLOR_PERU 0xCD853FFF #define COLOR_SADDLEBROWN 0x8B4513FF #define COLOR_SIENNA 0xA0522DFF #define COLOR_BROWN 0xA52A2AFF #define COLOR_MAROON 0x800000FF //Shades of Grey #define COLOR_WHITE 0xFFFFFFFF #define COLOR_GAINSBORO 0xDCDCDCFF #define COLOR_LIGHTGREY 0xD3D3D3FF #define COLOR_SILVER 0xC0C0C0FF #define COLOR_DARKGRAY 0xA9A9A9FF #define COLOR_GRAY 0x808080FF #define COLOR_DIMGRAY 0x696969FF #define COLOR_LIGHTSLATEGRAY 0x778899FF #define COLOR_SLATEGRAY 0x708090FF #define COLOR_DARKSLATEGRAY 0x2F4F4FFF #define COLOR_BLACK 0x000000FF