| 98 | | colorMap.put( "aliceblue", new Integer(0xF0F8FF) ); |
|---|
| 99 | | colorMap.put( "antiquewhite", new Integer(0xFAEBD7) ); |
|---|
| 100 | | colorMap.put( "aquamarine", new Integer(0x7FFFD4) ); |
|---|
| 101 | | colorMap.put( "azure", new Integer(0xF0FFFF) ); |
|---|
| 102 | | colorMap.put( "beige", new Integer(0xF5F5DC) ); |
|---|
| 103 | | colorMap.put( "blueviolet", new Integer(0x8A2BE2) ); |
|---|
| 104 | | colorMap.put( "brown", new Integer(0xA52A2A) ); |
|---|
| 105 | | colorMap.put( "burlywood", new Integer(0xDEB887) ); |
|---|
| 106 | | colorMap.put( "cadetblue", new Integer(0x5F9EA0) ); |
|---|
| 107 | | colorMap.put( "chartreuse", new Integer(0x7FFF00) ); |
|---|
| 108 | | colorMap.put( "chocolate", new Integer(0xD2691E) ); |
|---|
| 109 | | colorMap.put( "coral", new Integer(0xFF7F50) ); |
|---|
| 110 | | colorMap.put( "cornflowerblue", new Integer(0x6495ED) ); |
|---|
| 111 | | colorMap.put( "cornsilk", new Integer(0xFFF8DC) ); |
|---|
| 112 | | colorMap.put( "crimson", new Integer(0xDC143C) ); |
|---|
| 113 | | colorMap.put( "darkblue", new Integer(0x00008B) ); |
|---|
| 114 | | colorMap.put( "darkcyan", new Integer(0x008B8B) ); |
|---|
| 115 | | colorMap.put( "darkgoldenrod",new Integer(0xB8860B) ); |
|---|
| 116 | | colorMap.put( "darkgray", new Integer(0xA9A9A9) ); |
|---|
| 117 | | colorMap.put( "darkgreen", new Integer(0x006400) ); |
|---|
| 118 | | colorMap.put( "darkkhaki", new Integer(0xBDB76B) ); |
|---|
| 119 | | colorMap.put( "darkmagenta", new Integer(0x8B008B) ); |
|---|
| 120 | | colorMap.put( "darkolivegreen", new Integer(0x556B2F) ); |
|---|
| 121 | | colorMap.put( "darkorange", new Integer(0xFF8C00) ); |
|---|
| 122 | | colorMap.put( "darkorchid", new Integer(0x9932CC) ); |
|---|
| 123 | | colorMap.put( "darkred", new Integer(0x8B0000) ); |
|---|
| 124 | | colorMap.put( "darksalmon", new Integer(0xE9967A) ); |
|---|
| 125 | | colorMap.put( "darkseagreen", new Integer(0x8FBC8F) ); |
|---|
| 126 | | colorMap.put( "darkslateblue",new Integer(0x483D8B) ); |
|---|
| 127 | | colorMap.put( "darkslategray",new Integer(0x2F4F4F) ); |
|---|
| 128 | | colorMap.put( "darkturquoise",new Integer(0x00CED1) ); |
|---|
| 129 | | colorMap.put( "darkviolet", new Integer(0x9400D3) ); |
|---|
| 130 | | colorMap.put( "deeppink", new Integer(0xFF1493) ); |
|---|
| 131 | | colorMap.put( "deepskyblue", new Integer(0x00BFFF) ); |
|---|
| 132 | | colorMap.put( "dimgray", new Integer(0x696969) ); |
|---|
| 133 | | colorMap.put( "dodgerblue", new Integer(0x1E90FF) ); |
|---|
| 134 | | colorMap.put( "firebrick", new Integer(0xB22222) ); |
|---|
| 135 | | colorMap.put( "floralwhite", new Integer(0xFFFAF0) ); |
|---|
| 136 | | colorMap.put( "forestgreen", new Integer(0x228B22) ); |
|---|
| 137 | | colorMap.put( "gainsboro", new Integer(0xDCDCDC) ); |
|---|
| 138 | | colorMap.put( "ghostwhite", new Integer(0xF8F8FF) ); |
|---|
| 139 | | colorMap.put( "gold", new Integer(0xFFD700) ); |
|---|
| 140 | | colorMap.put( "goldenrod", new Integer(0xDAA520) ); |
|---|
| 141 | | colorMap.put( "greenyellow", new Integer(0xADFF2F) ); |
|---|
| 142 | | colorMap.put( "honeydew", new Integer(0xF0FFF0) ); |
|---|
| 143 | | colorMap.put( "hotpink", new Integer(0xFF69B4) ); |
|---|
| 144 | | colorMap.put( "indianred", new Integer(0xCD5C5C) ); |
|---|
| 145 | | colorMap.put( "indigo", new Integer(0x4B0082) ); |
|---|
| 146 | | colorMap.put( "ivory", new Integer(0xFFFFF0) ); |
|---|
| 147 | | colorMap.put( "khaki", new Integer(0xF0E68C) ); |
|---|
| 148 | | colorMap.put( "lavender", new Integer(0xE6E6FA) ); |
|---|
| 149 | | colorMap.put( "lavenderblush",new Integer(0xFFF0F5) ); |
|---|
| 150 | | colorMap.put( "lawngreen", new Integer(0x7CFC00) ); |
|---|
| 151 | | colorMap.put( "lemonchiffon", new Integer(0xFFFACD) ); |
|---|
| 152 | | colorMap.put( "lightblue", new Integer(0xADD8E6) ); |
|---|
| 153 | | colorMap.put( "lightcoral", new Integer(0xF08080) ); |
|---|
| 154 | | colorMap.put( "lightcyan", new Integer(0xE0FFFF) ); |
|---|
| 155 | | colorMap.put( "lightgoldenrodyellow", new Integer(0xFAFAD2) ); |
|---|
| 156 | | colorMap.put( "lightgreen", new Integer(0x90EE90) ); |
|---|
| 157 | | colorMap.put( "lightgrey", new Integer(0xD3D3D3) ); |
|---|
| 158 | | colorMap.put( "lightpink", new Integer(0xFFB6C1) ); |
|---|
| 159 | | colorMap.put( "lightsalmon", new Integer(0xFFA07A) ); |
|---|
| 160 | | colorMap.put( "lightseagreen",new Integer(0x20B2AA) ); |
|---|
| 161 | | colorMap.put( "lightskyblue", new Integer(0x87CEFA) ); |
|---|
| 162 | | colorMap.put( "lightslategray", new Integer(0x778899) ); |
|---|
| 163 | | colorMap.put( "lightsteelblue", new Integer(0xB0C4DE) ); |
|---|
| 164 | | colorMap.put( "lightyellow", new Integer(0xFFFFE0) ); |
|---|
| 165 | | colorMap.put( "limegreen", new Integer(0x32CD32) ); |
|---|
| 166 | | colorMap.put( "linen", new Integer(0xFAF0E6) ); |
|---|
| 167 | | colorMap.put( "mediumaquamarine", new Integer(0x66CDAA) ); |
|---|
| 168 | | colorMap.put( "mediumblue", new Integer(0x0000CD) ); |
|---|
| 169 | | colorMap.put( "mediumorchid", new Integer(0xBA55D3) ); |
|---|
| 170 | | colorMap.put( "mediumpurple", new Integer(0x9370DB) ); |
|---|
| 171 | | colorMap.put( "mediumseagreen", new Integer(0x3CB371) ); |
|---|
| 172 | | colorMap.put( "mediumslateblue", new Integer(0x7B68EE) ); |
|---|
| 173 | | colorMap.put( "mediumspringgreen",new Integer(0x00FA9A) ); |
|---|
| 174 | | colorMap.put( "mediumturquoise", new Integer(0x48D1CC) ); |
|---|
| 175 | | colorMap.put( "mediumvioletred", new Integer(0xC71585) ); |
|---|
| 176 | | colorMap.put( "midnightblue", new Integer(0x191970) ); |
|---|
| 177 | | colorMap.put( "mintcream", new Integer(0xF5FFFA) ); |
|---|
| 178 | | colorMap.put( "mistyrose", new Integer(0xFFE4E1) ); |
|---|
| 179 | | colorMap.put( "moccasin", new Integer(0xFFE4B5) ); |
|---|
| 180 | | colorMap.put( "navajowhite", new Integer(0xFFDEAD) ); |
|---|
| 181 | | colorMap.put( "oldlace", new Integer(0xFDF5E6) ); |
|---|
| 182 | | colorMap.put( "olivedrab", new Integer(0x6B8E23) ); |
|---|
| 183 | | colorMap.put( "orange", new Integer(0xFFA500) ); |
|---|
| 184 | | colorMap.put( "orangered", new Integer(0xFF4500) ); |
|---|
| 185 | | colorMap.put( "orchid", new Integer(0xDA70D6) ); |
|---|
| 186 | | colorMap.put( "palegoldenrod",new Integer(0xEEE8AA) ); |
|---|
| 187 | | colorMap.put( "palegreen", new Integer(0x98FB98) ); |
|---|
| 188 | | colorMap.put( "paleturquoise",new Integer(0xAFEEEE) ); |
|---|
| 189 | | colorMap.put( "palevioletred",new Integer(0xDB7093) ); |
|---|
| 190 | | colorMap.put( "papayawhip", new Integer(0xFFEFD5) ); |
|---|
| 191 | | colorMap.put( "peachpuff", new Integer(0xFFDAB9) ); |
|---|
| 192 | | colorMap.put( "peru", new Integer(0xCD853F) ); |
|---|
| 193 | | colorMap.put( "pink", new Integer(0xFFC0CB) ); |
|---|
| 194 | | colorMap.put( "plum", new Integer(0xDDA0DD) ); |
|---|
| 195 | | colorMap.put( "powderblue", new Integer(0xB0E0E6) ); |
|---|
| 196 | | colorMap.put( "rosybrown", new Integer(0xBC8F8F) ); |
|---|
| 197 | | colorMap.put( "royalblue", new Integer(0x4169E1) ); |
|---|
| 198 | | colorMap.put( "saddlebrown", new Integer(0x8B4513) ); |
|---|
| 199 | | colorMap.put( "salmon", new Integer(0xFA8072) ); |
|---|
| 200 | | colorMap.put( "sandybrown", new Integer(0xF4A460) ); |
|---|
| 201 | | colorMap.put( "seagreen", new Integer(0x2E8B57) ); |
|---|
| 202 | | colorMap.put( "seashell", new Integer(0xFFF5EE) ); |
|---|
| 203 | | colorMap.put( "sienna", new Integer(0xA0522D) ); |
|---|
| 204 | | colorMap.put( "skyblue", new Integer(0x87CEEB) ); |
|---|
| 205 | | colorMap.put( "slateblue", new Integer(0x6A5ACD) ); |
|---|
| 206 | | colorMap.put( "slategray", new Integer(0x708090) ); |
|---|
| 207 | | colorMap.put( "snow", new Integer(0xFFFAFA) ); |
|---|
| 208 | | colorMap.put( "springgreen", new Integer(0x00FF7F) ); |
|---|
| 209 | | colorMap.put( "steelblue", new Integer(0x4682B4) ); |
|---|
| 210 | | colorMap.put( "tan", new Integer(0xD2B48C) ); |
|---|
| 211 | | colorMap.put( "thistle", new Integer(0xD8BFD8) ); |
|---|
| 212 | | colorMap.put( "tomato", new Integer(0xFF6347) ); |
|---|
| 213 | | colorMap.put( "turquoise", new Integer(0x40E0D0) ); |
|---|
| 214 | | colorMap.put( "violet", new Integer(0xEE82EE) ); |
|---|
| 215 | | colorMap.put( "wheat", new Integer(0xF5DEB3) ); |
|---|
| 216 | | colorMap.put( "whitesmoke", new Integer(0xF5F5F5) ); |
|---|
| 217 | | colorMap.put( "yellowgreen", new Integer(0x9ACD32) ); |
|---|
| | 112 | colorMap.put( "aliceblue", 0xF0F8FF ); |
|---|
| | 113 | colorMap.put( "antiquewhite", 0xFAEBD7 ); |
|---|
| | 114 | colorMap.put( "aquamarine", 0x7FFFD4 ); |
|---|
| | 115 | colorMap.put( "azure", 0xF0FFFF ); |
|---|
| | 116 | colorMap.put( "beige", 0xF5F5DC ); |
|---|
| | 117 | colorMap.put( "blueviolet", 0x8A2BE2 ); |
|---|
| | 118 | colorMap.put( "brown", 0xA52A2A ); |
|---|
| | 119 | colorMap.put( "burlywood", 0xDEB887 ); |
|---|
| | 120 | colorMap.put( "cadetblue", 0x5F9EA0 ); |
|---|
| | 121 | colorMap.put( "chartreuse", 0x7FFF00 ); |
|---|
| | 122 | colorMap.put( "chocolate", 0xD2691E ); |
|---|
| | 123 | colorMap.put( "coral", 0xFF7F50 ); |
|---|
| | 124 | colorMap.put( "cornflowerblue", 0x6495ED ); |
|---|
| | 125 | colorMap.put( "cornsilk", 0xFFF8DC ); |
|---|
| | 126 | colorMap.put( "crimson", 0xDC143C ); |
|---|
| | 127 | colorMap.put( "darkblue", 0x00008B ); |
|---|
| | 128 | colorMap.put( "darkcyan", 0x008B8B ); |
|---|
| | 129 | colorMap.put( "darkgoldenrod",0xB8860B ); |
|---|
| | 130 | colorMap.put( "darkgray", 0xA9A9A9 ); |
|---|
| | 131 | colorMap.put( "darkgreen", 0x006400 ); |
|---|
| | 132 | colorMap.put( "darkkhaki", 0xBDB76B ); |
|---|
| | 133 | colorMap.put( "darkmagenta", 0x8B008B ); |
|---|
| | 134 | colorMap.put( "darkolivegreen", 0x556B2F ); |
|---|
| | 135 | colorMap.put( "darkorange", 0xFF8C00 ); |
|---|
| | 136 | colorMap.put( "darkorchid", 0x9932CC ); |
|---|
| | 137 | colorMap.put( "darkred", 0x8B0000 ); |
|---|
| | 138 | colorMap.put( "darksalmon", 0xE9967A ); |
|---|
| | 139 | colorMap.put( "darkseagreen", 0x8FBC8F ); |
|---|
| | 140 | colorMap.put( "darkslateblue",0x483D8B ); |
|---|
| | 141 | colorMap.put( "darkslategray",0x2F4F4F ); |
|---|
| | 142 | colorMap.put( "darkturquoise",0x00CED1 ); |
|---|
| | 143 | colorMap.put( "darkviolet", 0x9400D3 ); |
|---|
| | 144 | colorMap.put( "deeppink", 0xFF1493 ); |
|---|
| | 145 | colorMap.put( "deepskyblue", 0x00BFFF ); |
|---|
| | 146 | colorMap.put( "dimgray", 0x696969 ); |
|---|
| | 147 | colorMap.put( "dodgerblue", 0x1E90FF ); |
|---|
| | 148 | colorMap.put( "firebrick", 0xB22222 ); |
|---|
| | 149 | colorMap.put( "floralwhite", 0xFFFAF0 ); |
|---|
| | 150 | colorMap.put( "forestgreen", 0x228B22 ); |
|---|
| | 151 | colorMap.put( "gainsboro", 0xDCDCDC ); |
|---|
| | 152 | colorMap.put( "ghostwhite", 0xF8F8FF ); |
|---|
| | 153 | colorMap.put( "gold", 0xFFD700 ); |
|---|
| | 154 | colorMap.put( "goldenrod", 0xDAA520 ); |
|---|
| | 155 | colorMap.put( "greenyellow", 0xADFF2F ); |
|---|
| | 156 | colorMap.put( "honeydew", 0xF0FFF0 ); |
|---|
| | 157 | colorMap.put( "hotpink", 0xFF69B4 ); |
|---|
| | 158 | colorMap.put( "indianred", 0xCD5C5C ); |
|---|
| | 159 | colorMap.put( "indigo", 0x4B0082 ); |
|---|
| | 160 | colorMap.put( "ivory", 0xFFFFF0 ); |
|---|
| | 161 | colorMap.put( "khaki", 0xF0E68C ); |
|---|
| | 162 | colorMap.put( "lavender", 0xE6E6FA ); |
|---|
| | 163 | colorMap.put( "lavenderblush",0xFFF0F5 ); |
|---|
| | 164 | colorMap.put( "lawngreen", 0x7CFC00 ); |
|---|
| | 165 | colorMap.put( "lemonchiffon", 0xFFFACD ); |
|---|
| | 166 | colorMap.put( "lightblue", 0xADD8E6 ); |
|---|
| | 167 | colorMap.put( "lightcoral", 0xF08080 ); |
|---|
| | 168 | colorMap.put( "lightcyan", 0xE0FFFF ); |
|---|
| | 169 | colorMap.put( "lightgoldenrodyellow", 0xFAFAD2 ); |
|---|
| | 170 | colorMap.put( "lightgreen", 0x90EE90 ); |
|---|
| | 171 | colorMap.put( "lightgrey", 0xD3D3D3 ); |
|---|
| | 172 | colorMap.put( "lightpink", 0xFFB6C1 ); |
|---|
| | 173 | colorMap.put( "lightsalmon", 0xFFA07A ); |
|---|
| | 174 | colorMap.put( "lightseagreen",0x20B2AA ); |
|---|
| | 175 | colorMap.put( "lightskyblue", 0x87CEFA ); |
|---|
| | 176 | colorMap.put( "lightslategray", 0x778899 ); |
|---|
| | 177 | colorMap.put( "lightsteelblue", 0xB0C4DE ); |
|---|
| | 178 | colorMap.put( "lightyellow", 0xFFFFE0 ); |
|---|
| | 179 | colorMap.put( "limegreen", 0x32CD32 ); |
|---|
| | 180 | colorMap.put( "linen", 0xFAF0E6 ); |
|---|
| | 181 | colorMap.put( "mediumaquamarine", 0x66CDAA ); |
|---|
| | 182 | colorMap.put( "mediumblue", 0x0000CD ); |
|---|
| | 183 | colorMap.put( "mediumorchid", 0xBA55D3 ); |
|---|
| | 184 | colorMap.put( "mediumpurple", 0x9370DB ); |
|---|
| | 185 | colorMap.put( "mediumseagreen", 0x3CB371 ); |
|---|
| | 186 | colorMap.put( "mediumslateblue", 0x7B68EE ); |
|---|
| | 187 | colorMap.put( "mediumspringgreen",0x00FA9A ); |
|---|
| | 188 | colorMap.put( "mediumturquoise", 0x48D1CC ); |
|---|
| | 189 | colorMap.put( "mediumvioletred", 0xC71585 ); |
|---|
| | 190 | colorMap.put( "midnightblue", 0x191970 ); |
|---|
| | 191 | colorMap.put( "mintcream", 0xF5FFFA ); |
|---|
| | 192 | colorMap.put( "mistyrose", 0xFFE4E1 ); |
|---|
| | 193 | colorMap.put( "moccasin", 0xFFE4B5 ); |
|---|
| | 194 | colorMap.put( "navajowhite", 0xFFDEAD ); |
|---|
| | 195 | colorMap.put( "oldlace", 0xFDF5E6 ); |
|---|
| | 196 | colorMap.put( "olivedrab", 0x6B8E23 ); |
|---|
| | 197 | colorMap.put( "orange", 0xFFA500 ); |
|---|
| | 198 | colorMap.put( "orangered", 0xFF4500 ); |
|---|
| | 199 | colorMap.put( "orchid", 0xDA70D6 ); |
|---|
| | 200 | colorMap.put( "palegoldenrod",0xEEE8AA ); |
|---|
| | 201 | colorMap.put( "palegreen", 0x98FB98 ); |
|---|
| | 202 | colorMap.put( "paleturquoise",0xAFEEEE ); |
|---|
| | 203 | colorMap.put( "palevioletred",0xDB7093 ); |
|---|
| | 204 | colorMap.put( "papayawhip", 0xFFEFD5 ); |
|---|
| | 205 | colorMap.put( "peachpuff", 0xFFDAB9 ); |
|---|
| | 206 | colorMap.put( "peru", 0xCD853F ); |
|---|
| | 207 | colorMap.put( "pink", 0xFFC0CB ); |
|---|
| | 208 | colorMap.put( "plum", 0xDDA0DD ); |
|---|
| | 209 | colorMap.put( "powderblue", 0xB0E0E6 ); |
|---|
| | 210 | colorMap.put( "rosybrown", 0xBC8F8F ); |
|---|
| | 211 | colorMap.put( "royalblue", 0x4169E1 ); |
|---|
| | 212 | colorMap.put( "saddlebrown", 0x8B4513 ); |
|---|
| | 213 | colorMap.put( "salmon", 0xFA8072 ); |
|---|
| | 214 | colorMap.put( "sandybrown", 0xF4A460 ); |
|---|
| | 215 | colorMap.put( "seagreen", 0x2E8B57 ); |
|---|
| | 216 | colorMap.put( "seashell", 0xFFF5EE ); |
|---|
| | 217 | colorMap.put( "sienna", 0xA0522D ); |
|---|
| | 218 | colorMap.put( "skyblue", 0x87CEEB ); |
|---|
| | 219 | colorMap.put( "slateblue", 0x6A5ACD ); |
|---|
| | 220 | colorMap.put( "slategray", 0x708090 ); |
|---|
| | 221 | colorMap.put( "snow", 0xFFFAFA ); |
|---|
| | 222 | colorMap.put( "springgreen", 0x00FF7F ); |
|---|
| | 223 | colorMap.put( "steelblue", 0x4682B4 ); |
|---|
| | 224 | colorMap.put( "tan", 0xD2B48C ); |
|---|
| | 225 | colorMap.put( "thistle", 0xD8BFD8 ); |
|---|
| | 226 | colorMap.put( "tomato", 0xFF6347 ); |
|---|
| | 227 | colorMap.put( "turquoise", 0x40E0D0 ); |
|---|
| | 228 | colorMap.put( "violet", 0xEE82EE ); |
|---|
| | 229 | colorMap.put( "wheat", 0xF5DEB3 ); |
|---|
| | 230 | colorMap.put( "whitesmoke", 0xF5F5F5 ); |
|---|
| | 231 | colorMap.put( "yellowgreen", 0x9ACD32 ); |
|---|