comparison sub/subassconvert.c @ 34913:69fe59abe044

Add a few new CSS colors. Patch by Federico Kereki, fkereki gmail
author cehoyos
date Sun, 24 Jun 2012 12:17:56 +0000
parents 3f8886645ebd
children 482418e9e922
comparison
equal deleted inserted replaced
34912:3f8886645ebd 34913:69fe59abe044
96 /* Named CSS3 colors in BGR format; a subset of those 96 /* Named CSS3 colors in BGR format; a subset of those
97 at http://www.w3.org/TR/css3-color/#svg-color */ 97 at http://www.w3.org/TR/css3-color/#svg-color */
98 {"aqua", 0xffff00}, 98 {"aqua", 0xffff00},
99 {"black", 0x000000}, 99 {"black", 0x000000},
100 {"blue", 0xff0000}, 100 {"blue", 0xff0000},
101 {"cyan", 0xffff00},
101 {"fuchsia", 0xff00ff}, 102 {"fuchsia", 0xff00ff},
102 {"gray", 0x808080}, 103 {"gray", 0x808080},
103 {"green", 0x008000}, 104 {"green", 0x008000},
105 {"grey", 0x808080},
104 {"lime", 0x00ff00}, 106 {"lime", 0x00ff00},
107 {"magenta", 0xff00ff},
105 {"maroon", 0x000080}, 108 {"maroon", 0x000080},
106 {"navy", 0x800000}, 109 {"navy", 0x800000},
107 {"olive", 0x008080}, 110 {"olive", 0x008080},
111 {"orange", 0x00a5ff},
112 {"pink", 0xcbc0ff},
108 {"purple", 0x800080}, 113 {"purple", 0x800080},
109 {"red", 0x0000ff}, 114 {"red", 0x0000ff},
110 {"silver", 0xc0c0c0}, 115 {"silver", 0xc0c0c0},
111 {"teal", 0x808000}, 116 {"teal", 0x808000},
112 {"white", 0xffffff}, 117 {"white", 0xffffff},