TracyColor.hpp (17206B)
1 #ifndef __TRACYCOLOR_HPP__ 2 #define __TRACYCOLOR_HPP__ 3 4 namespace tracy 5 { 6 struct Color 7 { 8 enum ColorType 9 { 10 Snow = 0xfffafa, 11 GhostWhite = 0xf8f8ff, 12 WhiteSmoke = 0xf5f5f5, 13 Gainsboro = 0xdcdcdc, 14 FloralWhite = 0xfffaf0, 15 OldLace = 0xfdf5e6, 16 Linen = 0xfaf0e6, 17 AntiqueWhite = 0xfaebd7, 18 PapayaWhip = 0xffefd5, 19 BlanchedAlmond = 0xffebcd, 20 Bisque = 0xffe4c4, 21 PeachPuff = 0xffdab9, 22 NavajoWhite = 0xffdead, 23 Moccasin = 0xffe4b5, 24 Cornsilk = 0xfff8dc, 25 Ivory = 0xfffff0, 26 LemonChiffon = 0xfffacd, 27 Seashell = 0xfff5ee, 28 Honeydew = 0xf0fff0, 29 MintCream = 0xf5fffa, 30 Azure = 0xf0ffff, 31 AliceBlue = 0xf0f8ff, 32 Lavender = 0xe6e6fa, 33 LavenderBlush = 0xfff0f5, 34 MistyRose = 0xffe4e1, 35 White = 0xffffff, 36 Black = 0x000000, 37 DarkSlateGray = 0x2f4f4f, 38 DarkSlateGrey = 0x2f4f4f, 39 DimGray = 0x696969, 40 DimGrey = 0x696969, 41 SlateGray = 0x708090, 42 SlateGrey = 0x708090, 43 LightSlateGray = 0x778899, 44 LightSlateGrey = 0x778899, 45 Gray = 0xbebebe, 46 Grey = 0xbebebe, 47 X11Gray = 0xbebebe, 48 X11Grey = 0xbebebe, 49 WebGray = 0x808080, 50 WebGrey = 0x808080, 51 LightGrey = 0xd3d3d3, 52 LightGray = 0xd3d3d3, 53 MidnightBlue = 0x191970, 54 Navy = 0x000080, 55 NavyBlue = 0x000080, 56 CornflowerBlue = 0x6495ed, 57 DarkSlateBlue = 0x483d8b, 58 SlateBlue = 0x6a5acd, 59 MediumSlateBlue = 0x7b68ee, 60 LightSlateBlue = 0x8470ff, 61 MediumBlue = 0x0000cd, 62 RoyalBlue = 0x4169e1, 63 Blue = 0x0000ff, 64 DodgerBlue = 0x1e90ff, 65 DeepSkyBlue = 0x00bfff, 66 SkyBlue = 0x87ceeb, 67 LightSkyBlue = 0x87cefa, 68 SteelBlue = 0x4682b4, 69 LightSteelBlue = 0xb0c4de, 70 LightBlue = 0xadd8e6, 71 PowderBlue = 0xb0e0e6, 72 PaleTurquoise = 0xafeeee, 73 DarkTurquoise = 0x00ced1, 74 MediumTurquoise = 0x48d1cc, 75 Turquoise = 0x40e0d0, 76 Cyan = 0x00ffff, 77 Aqua = 0x00ffff, 78 LightCyan = 0xe0ffff, 79 CadetBlue = 0x5f9ea0, 80 MediumAquamarine = 0x66cdaa, 81 Aquamarine = 0x7fffd4, 82 DarkGreen = 0x006400, 83 DarkOliveGreen = 0x556b2f, 84 DarkSeaGreen = 0x8fbc8f, 85 SeaGreen = 0x2e8b57, 86 MediumSeaGreen = 0x3cb371, 87 LightSeaGreen = 0x20b2aa, 88 PaleGreen = 0x98fb98, 89 SpringGreen = 0x00ff7f, 90 LawnGreen = 0x7cfc00, 91 Green = 0x00ff00, 92 Lime = 0x00ff00, 93 X11Green = 0x00ff00, 94 WebGreen = 0x008000, 95 Chartreuse = 0x7fff00, 96 MediumSpringGreen = 0x00fa9a, 97 GreenYellow = 0xadff2f, 98 LimeGreen = 0x32cd32, 99 YellowGreen = 0x9acd32, 100 ForestGreen = 0x228b22, 101 OliveDrab = 0x6b8e23, 102 DarkKhaki = 0xbdb76b, 103 Khaki = 0xf0e68c, 104 PaleGoldenrod = 0xeee8aa, 105 LightGoldenrodYellow = 0xfafad2, 106 LightYellow = 0xffffe0, 107 Yellow = 0xffff00, 108 Gold = 0xffd700, 109 LightGoldenrod = 0xeedd82, 110 Goldenrod = 0xdaa520, 111 DarkGoldenrod = 0xb8860b, 112 RosyBrown = 0xbc8f8f, 113 IndianRed = 0xcd5c5c, 114 SaddleBrown = 0x8b4513, 115 Sienna = 0xa0522d, 116 Peru = 0xcd853f, 117 Burlywood = 0xdeb887, 118 Beige = 0xf5f5dc, 119 Wheat = 0xf5deb3, 120 SandyBrown = 0xf4a460, 121 Tan = 0xd2b48c, 122 Chocolate = 0xd2691e, 123 Firebrick = 0xb22222, 124 Brown = 0xa52a2a, 125 DarkSalmon = 0xe9967a, 126 Salmon = 0xfa8072, 127 LightSalmon = 0xffa07a, 128 Orange = 0xffa500, 129 DarkOrange = 0xff8c00, 130 Coral = 0xff7f50, 131 LightCoral = 0xf08080, 132 Tomato = 0xff6347, 133 OrangeRed = 0xff4500, 134 Red = 0xff0000, 135 HotPink = 0xff69b4, 136 DeepPink = 0xff1493, 137 Pink = 0xffc0cb, 138 LightPink = 0xffb6c1, 139 PaleVioletRed = 0xdb7093, 140 Maroon = 0xb03060, 141 X11Maroon = 0xb03060, 142 WebMaroon = 0x800000, 143 MediumVioletRed = 0xc71585, 144 VioletRed = 0xd02090, 145 Magenta = 0xff00ff, 146 Fuchsia = 0xff00ff, 147 Violet = 0xee82ee, 148 Plum = 0xdda0dd, 149 Orchid = 0xda70d6, 150 MediumOrchid = 0xba55d3, 151 DarkOrchid = 0x9932cc, 152 DarkViolet = 0x9400d3, 153 BlueViolet = 0x8a2be2, 154 Purple = 0xa020f0, 155 X11Purple = 0xa020f0, 156 WebPurple = 0x800080, 157 MediumPurple = 0x9370db, 158 Thistle = 0xd8bfd8, 159 Snow1 = 0xfffafa, 160 Snow2 = 0xeee9e9, 161 Snow3 = 0xcdc9c9, 162 Snow4 = 0x8b8989, 163 Seashell1 = 0xfff5ee, 164 Seashell2 = 0xeee5de, 165 Seashell3 = 0xcdc5bf, 166 Seashell4 = 0x8b8682, 167 AntiqueWhite1 = 0xffefdb, 168 AntiqueWhite2 = 0xeedfcc, 169 AntiqueWhite3 = 0xcdc0b0, 170 AntiqueWhite4 = 0x8b8378, 171 Bisque1 = 0xffe4c4, 172 Bisque2 = 0xeed5b7, 173 Bisque3 = 0xcdb79e, 174 Bisque4 = 0x8b7d6b, 175 PeachPuff1 = 0xffdab9, 176 PeachPuff2 = 0xeecbad, 177 PeachPuff3 = 0xcdaf95, 178 PeachPuff4 = 0x8b7765, 179 NavajoWhite1 = 0xffdead, 180 NavajoWhite2 = 0xeecfa1, 181 NavajoWhite3 = 0xcdb38b, 182 NavajoWhite4 = 0x8b795e, 183 LemonChiffon1 = 0xfffacd, 184 LemonChiffon2 = 0xeee9bf, 185 LemonChiffon3 = 0xcdc9a5, 186 LemonChiffon4 = 0x8b8970, 187 Cornsilk1 = 0xfff8dc, 188 Cornsilk2 = 0xeee8cd, 189 Cornsilk3 = 0xcdc8b1, 190 Cornsilk4 = 0x8b8878, 191 Ivory1 = 0xfffff0, 192 Ivory2 = 0xeeeee0, 193 Ivory3 = 0xcdcdc1, 194 Ivory4 = 0x8b8b83, 195 Honeydew1 = 0xf0fff0, 196 Honeydew2 = 0xe0eee0, 197 Honeydew3 = 0xc1cdc1, 198 Honeydew4 = 0x838b83, 199 LavenderBlush1 = 0xfff0f5, 200 LavenderBlush2 = 0xeee0e5, 201 LavenderBlush3 = 0xcdc1c5, 202 LavenderBlush4 = 0x8b8386, 203 MistyRose1 = 0xffe4e1, 204 MistyRose2 = 0xeed5d2, 205 MistyRose3 = 0xcdb7b5, 206 MistyRose4 = 0x8b7d7b, 207 Azure1 = 0xf0ffff, 208 Azure2 = 0xe0eeee, 209 Azure3 = 0xc1cdcd, 210 Azure4 = 0x838b8b, 211 SlateBlue1 = 0x836fff, 212 SlateBlue2 = 0x7a67ee, 213 SlateBlue3 = 0x6959cd, 214 SlateBlue4 = 0x473c8b, 215 RoyalBlue1 = 0x4876ff, 216 RoyalBlue2 = 0x436eee, 217 RoyalBlue3 = 0x3a5fcd, 218 RoyalBlue4 = 0x27408b, 219 Blue1 = 0x0000ff, 220 Blue2 = 0x0000ee, 221 Blue3 = 0x0000cd, 222 Blue4 = 0x00008b, 223 DodgerBlue1 = 0x1e90ff, 224 DodgerBlue2 = 0x1c86ee, 225 DodgerBlue3 = 0x1874cd, 226 DodgerBlue4 = 0x104e8b, 227 SteelBlue1 = 0x63b8ff, 228 SteelBlue2 = 0x5cacee, 229 SteelBlue3 = 0x4f94cd, 230 SteelBlue4 = 0x36648b, 231 DeepSkyBlue1 = 0x00bfff, 232 DeepSkyBlue2 = 0x00b2ee, 233 DeepSkyBlue3 = 0x009acd, 234 DeepSkyBlue4 = 0x00688b, 235 SkyBlue1 = 0x87ceff, 236 SkyBlue2 = 0x7ec0ee, 237 SkyBlue3 = 0x6ca6cd, 238 SkyBlue4 = 0x4a708b, 239 LightSkyBlue1 = 0xb0e2ff, 240 LightSkyBlue2 = 0xa4d3ee, 241 LightSkyBlue3 = 0x8db6cd, 242 LightSkyBlue4 = 0x607b8b, 243 SlateGray1 = 0xc6e2ff, 244 SlateGray2 = 0xb9d3ee, 245 SlateGray3 = 0x9fb6cd, 246 SlateGray4 = 0x6c7b8b, 247 LightSteelBlue1 = 0xcae1ff, 248 LightSteelBlue2 = 0xbcd2ee, 249 LightSteelBlue3 = 0xa2b5cd, 250 LightSteelBlue4 = 0x6e7b8b, 251 LightBlue1 = 0xbfefff, 252 LightBlue2 = 0xb2dfee, 253 LightBlue3 = 0x9ac0cd, 254 LightBlue4 = 0x68838b, 255 LightCyan1 = 0xe0ffff, 256 LightCyan2 = 0xd1eeee, 257 LightCyan3 = 0xb4cdcd, 258 LightCyan4 = 0x7a8b8b, 259 PaleTurquoise1 = 0xbbffff, 260 PaleTurquoise2 = 0xaeeeee, 261 PaleTurquoise3 = 0x96cdcd, 262 PaleTurquoise4 = 0x668b8b, 263 CadetBlue1 = 0x98f5ff, 264 CadetBlue2 = 0x8ee5ee, 265 CadetBlue3 = 0x7ac5cd, 266 CadetBlue4 = 0x53868b, 267 Turquoise1 = 0x00f5ff, 268 Turquoise2 = 0x00e5ee, 269 Turquoise3 = 0x00c5cd, 270 Turquoise4 = 0x00868b, 271 Cyan1 = 0x00ffff, 272 Cyan2 = 0x00eeee, 273 Cyan3 = 0x00cdcd, 274 Cyan4 = 0x008b8b, 275 DarkSlateGray1 = 0x97ffff, 276 DarkSlateGray2 = 0x8deeee, 277 DarkSlateGray3 = 0x79cdcd, 278 DarkSlateGray4 = 0x528b8b, 279 Aquamarine1 = 0x7fffd4, 280 Aquamarine2 = 0x76eec6, 281 Aquamarine3 = 0x66cdaa, 282 Aquamarine4 = 0x458b74, 283 DarkSeaGreen1 = 0xc1ffc1, 284 DarkSeaGreen2 = 0xb4eeb4, 285 DarkSeaGreen3 = 0x9bcd9b, 286 DarkSeaGreen4 = 0x698b69, 287 SeaGreen1 = 0x54ff9f, 288 SeaGreen2 = 0x4eee94, 289 SeaGreen3 = 0x43cd80, 290 SeaGreen4 = 0x2e8b57, 291 PaleGreen1 = 0x9aff9a, 292 PaleGreen2 = 0x90ee90, 293 PaleGreen3 = 0x7ccd7c, 294 PaleGreen4 = 0x548b54, 295 SpringGreen1 = 0x00ff7f, 296 SpringGreen2 = 0x00ee76, 297 SpringGreen3 = 0x00cd66, 298 SpringGreen4 = 0x008b45, 299 Green1 = 0x00ff00, 300 Green2 = 0x00ee00, 301 Green3 = 0x00cd00, 302 Green4 = 0x008b00, 303 Chartreuse1 = 0x7fff00, 304 Chartreuse2 = 0x76ee00, 305 Chartreuse3 = 0x66cd00, 306 Chartreuse4 = 0x458b00, 307 OliveDrab1 = 0xc0ff3e, 308 OliveDrab2 = 0xb3ee3a, 309 OliveDrab3 = 0x9acd32, 310 OliveDrab4 = 0x698b22, 311 DarkOliveGreen1 = 0xcaff70, 312 DarkOliveGreen2 = 0xbcee68, 313 DarkOliveGreen3 = 0xa2cd5a, 314 DarkOliveGreen4 = 0x6e8b3d, 315 Khaki1 = 0xfff68f, 316 Khaki2 = 0xeee685, 317 Khaki3 = 0xcdc673, 318 Khaki4 = 0x8b864e, 319 LightGoldenrod1 = 0xffec8b, 320 LightGoldenrod2 = 0xeedc82, 321 LightGoldenrod3 = 0xcdbe70, 322 LightGoldenrod4 = 0x8b814c, 323 LightYellow1 = 0xffffe0, 324 LightYellow2 = 0xeeeed1, 325 LightYellow3 = 0xcdcdb4, 326 LightYellow4 = 0x8b8b7a, 327 Yellow1 = 0xffff00, 328 Yellow2 = 0xeeee00, 329 Yellow3 = 0xcdcd00, 330 Yellow4 = 0x8b8b00, 331 Gold1 = 0xffd700, 332 Gold2 = 0xeec900, 333 Gold3 = 0xcdad00, 334 Gold4 = 0x8b7500, 335 Goldenrod1 = 0xffc125, 336 Goldenrod2 = 0xeeb422, 337 Goldenrod3 = 0xcd9b1d, 338 Goldenrod4 = 0x8b6914, 339 DarkGoldenrod1 = 0xffb90f, 340 DarkGoldenrod2 = 0xeead0e, 341 DarkGoldenrod3 = 0xcd950c, 342 DarkGoldenrod4 = 0x8b6508, 343 RosyBrown1 = 0xffc1c1, 344 RosyBrown2 = 0xeeb4b4, 345 RosyBrown3 = 0xcd9b9b, 346 RosyBrown4 = 0x8b6969, 347 IndianRed1 = 0xff6a6a, 348 IndianRed2 = 0xee6363, 349 IndianRed3 = 0xcd5555, 350 IndianRed4 = 0x8b3a3a, 351 Sienna1 = 0xff8247, 352 Sienna2 = 0xee7942, 353 Sienna3 = 0xcd6839, 354 Sienna4 = 0x8b4726, 355 Burlywood1 = 0xffd39b, 356 Burlywood2 = 0xeec591, 357 Burlywood3 = 0xcdaa7d, 358 Burlywood4 = 0x8b7355, 359 Wheat1 = 0xffe7ba, 360 Wheat2 = 0xeed8ae, 361 Wheat3 = 0xcdba96, 362 Wheat4 = 0x8b7e66, 363 Tan1 = 0xffa54f, 364 Tan2 = 0xee9a49, 365 Tan3 = 0xcd853f, 366 Tan4 = 0x8b5a2b, 367 Chocolate1 = 0xff7f24, 368 Chocolate2 = 0xee7621, 369 Chocolate3 = 0xcd661d, 370 Chocolate4 = 0x8b4513, 371 Firebrick1 = 0xff3030, 372 Firebrick2 = 0xee2c2c, 373 Firebrick3 = 0xcd2626, 374 Firebrick4 = 0x8b1a1a, 375 Brown1 = 0xff4040, 376 Brown2 = 0xee3b3b, 377 Brown3 = 0xcd3333, 378 Brown4 = 0x8b2323, 379 Salmon1 = 0xff8c69, 380 Salmon2 = 0xee8262, 381 Salmon3 = 0xcd7054, 382 Salmon4 = 0x8b4c39, 383 LightSalmon1 = 0xffa07a, 384 LightSalmon2 = 0xee9572, 385 LightSalmon3 = 0xcd8162, 386 LightSalmon4 = 0x8b5742, 387 Orange1 = 0xffa500, 388 Orange2 = 0xee9a00, 389 Orange3 = 0xcd8500, 390 Orange4 = 0x8b5a00, 391 DarkOrange1 = 0xff7f00, 392 DarkOrange2 = 0xee7600, 393 DarkOrange3 = 0xcd6600, 394 DarkOrange4 = 0x8b4500, 395 Coral1 = 0xff7256, 396 Coral2 = 0xee6a50, 397 Coral3 = 0xcd5b45, 398 Coral4 = 0x8b3e2f, 399 Tomato1 = 0xff6347, 400 Tomato2 = 0xee5c42, 401 Tomato3 = 0xcd4f39, 402 Tomato4 = 0x8b3626, 403 OrangeRed1 = 0xff4500, 404 OrangeRed2 = 0xee4000, 405 OrangeRed3 = 0xcd3700, 406 OrangeRed4 = 0x8b2500, 407 Red1 = 0xff0000, 408 Red2 = 0xee0000, 409 Red3 = 0xcd0000, 410 Red4 = 0x8b0000, 411 DeepPink1 = 0xff1493, 412 DeepPink2 = 0xee1289, 413 DeepPink3 = 0xcd1076, 414 DeepPink4 = 0x8b0a50, 415 HotPink1 = 0xff6eb4, 416 HotPink2 = 0xee6aa7, 417 HotPink3 = 0xcd6090, 418 HotPink4 = 0x8b3a62, 419 Pink1 = 0xffb5c5, 420 Pink2 = 0xeea9b8, 421 Pink3 = 0xcd919e, 422 Pink4 = 0x8b636c, 423 LightPink1 = 0xffaeb9, 424 LightPink2 = 0xeea2ad, 425 LightPink3 = 0xcd8c95, 426 LightPink4 = 0x8b5f65, 427 PaleVioletRed1 = 0xff82ab, 428 PaleVioletRed2 = 0xee799f, 429 PaleVioletRed3 = 0xcd6889, 430 PaleVioletRed4 = 0x8b475d, 431 Maroon1 = 0xff34b3, 432 Maroon2 = 0xee30a7, 433 Maroon3 = 0xcd2990, 434 Maroon4 = 0x8b1c62, 435 VioletRed1 = 0xff3e96, 436 VioletRed2 = 0xee3a8c, 437 VioletRed3 = 0xcd3278, 438 VioletRed4 = 0x8b2252, 439 Magenta1 = 0xff00ff, 440 Magenta2 = 0xee00ee, 441 Magenta3 = 0xcd00cd, 442 Magenta4 = 0x8b008b, 443 Orchid1 = 0xff83fa, 444 Orchid2 = 0xee7ae9, 445 Orchid3 = 0xcd69c9, 446 Orchid4 = 0x8b4789, 447 Plum1 = 0xffbbff, 448 Plum2 = 0xeeaeee, 449 Plum3 = 0xcd96cd, 450 Plum4 = 0x8b668b, 451 MediumOrchid1 = 0xe066ff, 452 MediumOrchid2 = 0xd15fee, 453 MediumOrchid3 = 0xb452cd, 454 MediumOrchid4 = 0x7a378b, 455 DarkOrchid1 = 0xbf3eff, 456 DarkOrchid2 = 0xb23aee, 457 DarkOrchid3 = 0x9a32cd, 458 DarkOrchid4 = 0x68228b, 459 Purple1 = 0x9b30ff, 460 Purple2 = 0x912cee, 461 Purple3 = 0x7d26cd, 462 Purple4 = 0x551a8b, 463 MediumPurple1 = 0xab82ff, 464 MediumPurple2 = 0x9f79ee, 465 MediumPurple3 = 0x8968cd, 466 MediumPurple4 = 0x5d478b, 467 Thistle1 = 0xffe1ff, 468 Thistle2 = 0xeed2ee, 469 Thistle3 = 0xcdb5cd, 470 Thistle4 = 0x8b7b8b, 471 Gray0 = 0x000000, 472 Grey0 = 0x000000, 473 Gray1 = 0x030303, 474 Grey1 = 0x030303, 475 Gray2 = 0x050505, 476 Grey2 = 0x050505, 477 Gray3 = 0x080808, 478 Grey3 = 0x080808, 479 Gray4 = 0x0a0a0a, 480 Grey4 = 0x0a0a0a, 481 Gray5 = 0x0d0d0d, 482 Grey5 = 0x0d0d0d, 483 Gray6 = 0x0f0f0f, 484 Grey6 = 0x0f0f0f, 485 Gray7 = 0x121212, 486 Grey7 = 0x121212, 487 Gray8 = 0x141414, 488 Grey8 = 0x141414, 489 Gray9 = 0x171717, 490 Grey9 = 0x171717, 491 Gray10 = 0x1a1a1a, 492 Grey10 = 0x1a1a1a, 493 Gray11 = 0x1c1c1c, 494 Grey11 = 0x1c1c1c, 495 Gray12 = 0x1f1f1f, 496 Grey12 = 0x1f1f1f, 497 Gray13 = 0x212121, 498 Grey13 = 0x212121, 499 Gray14 = 0x242424, 500 Grey14 = 0x242424, 501 Gray15 = 0x262626, 502 Grey15 = 0x262626, 503 Gray16 = 0x292929, 504 Grey16 = 0x292929, 505 Gray17 = 0x2b2b2b, 506 Grey17 = 0x2b2b2b, 507 Gray18 = 0x2e2e2e, 508 Grey18 = 0x2e2e2e, 509 Gray19 = 0x303030, 510 Grey19 = 0x303030, 511 Gray20 = 0x333333, 512 Grey20 = 0x333333, 513 Gray21 = 0x363636, 514 Grey21 = 0x363636, 515 Gray22 = 0x383838, 516 Grey22 = 0x383838, 517 Gray23 = 0x3b3b3b, 518 Grey23 = 0x3b3b3b, 519 Gray24 = 0x3d3d3d, 520 Grey24 = 0x3d3d3d, 521 Gray25 = 0x404040, 522 Grey25 = 0x404040, 523 Gray26 = 0x424242, 524 Grey26 = 0x424242, 525 Gray27 = 0x454545, 526 Grey27 = 0x454545, 527 Gray28 = 0x474747, 528 Grey28 = 0x474747, 529 Gray29 = 0x4a4a4a, 530 Grey29 = 0x4a4a4a, 531 Gray30 = 0x4d4d4d, 532 Grey30 = 0x4d4d4d, 533 Gray31 = 0x4f4f4f, 534 Grey31 = 0x4f4f4f, 535 Gray32 = 0x525252, 536 Grey32 = 0x525252, 537 Gray33 = 0x545454, 538 Grey33 = 0x545454, 539 Gray34 = 0x575757, 540 Grey34 = 0x575757, 541 Gray35 = 0x595959, 542 Grey35 = 0x595959, 543 Gray36 = 0x5c5c5c, 544 Grey36 = 0x5c5c5c, 545 Gray37 = 0x5e5e5e, 546 Grey37 = 0x5e5e5e, 547 Gray38 = 0x616161, 548 Grey38 = 0x616161, 549 Gray39 = 0x636363, 550 Grey39 = 0x636363, 551 Gray40 = 0x666666, 552 Grey40 = 0x666666, 553 Gray41 = 0x696969, 554 Grey41 = 0x696969, 555 Gray42 = 0x6b6b6b, 556 Grey42 = 0x6b6b6b, 557 Gray43 = 0x6e6e6e, 558 Grey43 = 0x6e6e6e, 559 Gray44 = 0x707070, 560 Grey44 = 0x707070, 561 Gray45 = 0x737373, 562 Grey45 = 0x737373, 563 Gray46 = 0x757575, 564 Grey46 = 0x757575, 565 Gray47 = 0x787878, 566 Grey47 = 0x787878, 567 Gray48 = 0x7a7a7a, 568 Grey48 = 0x7a7a7a, 569 Gray49 = 0x7d7d7d, 570 Grey49 = 0x7d7d7d, 571 Gray50 = 0x7f7f7f, 572 Grey50 = 0x7f7f7f, 573 Gray51 = 0x828282, 574 Grey51 = 0x828282, 575 Gray52 = 0x858585, 576 Grey52 = 0x858585, 577 Gray53 = 0x878787, 578 Grey53 = 0x878787, 579 Gray54 = 0x8a8a8a, 580 Grey54 = 0x8a8a8a, 581 Gray55 = 0x8c8c8c, 582 Grey55 = 0x8c8c8c, 583 Gray56 = 0x8f8f8f, 584 Grey56 = 0x8f8f8f, 585 Gray57 = 0x919191, 586 Grey57 = 0x919191, 587 Gray58 = 0x949494, 588 Grey58 = 0x949494, 589 Gray59 = 0x969696, 590 Grey59 = 0x969696, 591 Gray60 = 0x999999, 592 Grey60 = 0x999999, 593 Gray61 = 0x9c9c9c, 594 Grey61 = 0x9c9c9c, 595 Gray62 = 0x9e9e9e, 596 Grey62 = 0x9e9e9e, 597 Gray63 = 0xa1a1a1, 598 Grey63 = 0xa1a1a1, 599 Gray64 = 0xa3a3a3, 600 Grey64 = 0xa3a3a3, 601 Gray65 = 0xa6a6a6, 602 Grey65 = 0xa6a6a6, 603 Gray66 = 0xa8a8a8, 604 Grey66 = 0xa8a8a8, 605 Gray67 = 0xababab, 606 Grey67 = 0xababab, 607 Gray68 = 0xadadad, 608 Grey68 = 0xadadad, 609 Gray69 = 0xb0b0b0, 610 Grey69 = 0xb0b0b0, 611 Gray70 = 0xb3b3b3, 612 Grey70 = 0xb3b3b3, 613 Gray71 = 0xb5b5b5, 614 Grey71 = 0xb5b5b5, 615 Gray72 = 0xb8b8b8, 616 Grey72 = 0xb8b8b8, 617 Gray73 = 0xbababa, 618 Grey73 = 0xbababa, 619 Gray74 = 0xbdbdbd, 620 Grey74 = 0xbdbdbd, 621 Gray75 = 0xbfbfbf, 622 Grey75 = 0xbfbfbf, 623 Gray76 = 0xc2c2c2, 624 Grey76 = 0xc2c2c2, 625 Gray77 = 0xc4c4c4, 626 Grey77 = 0xc4c4c4, 627 Gray78 = 0xc7c7c7, 628 Grey78 = 0xc7c7c7, 629 Gray79 = 0xc9c9c9, 630 Grey79 = 0xc9c9c9, 631 Gray80 = 0xcccccc, 632 Grey80 = 0xcccccc, 633 Gray81 = 0xcfcfcf, 634 Grey81 = 0xcfcfcf, 635 Gray82 = 0xd1d1d1, 636 Grey82 = 0xd1d1d1, 637 Gray83 = 0xd4d4d4, 638 Grey83 = 0xd4d4d4, 639 Gray84 = 0xd6d6d6, 640 Grey84 = 0xd6d6d6, 641 Gray85 = 0xd9d9d9, 642 Grey85 = 0xd9d9d9, 643 Gray86 = 0xdbdbdb, 644 Grey86 = 0xdbdbdb, 645 Gray87 = 0xdedede, 646 Grey87 = 0xdedede, 647 Gray88 = 0xe0e0e0, 648 Grey88 = 0xe0e0e0, 649 Gray89 = 0xe3e3e3, 650 Grey89 = 0xe3e3e3, 651 Gray90 = 0xe5e5e5, 652 Grey90 = 0xe5e5e5, 653 Gray91 = 0xe8e8e8, 654 Grey91 = 0xe8e8e8, 655 Gray92 = 0xebebeb, 656 Grey92 = 0xebebeb, 657 Gray93 = 0xededed, 658 Grey93 = 0xededed, 659 Gray94 = 0xf0f0f0, 660 Grey94 = 0xf0f0f0, 661 Gray95 = 0xf2f2f2, 662 Grey95 = 0xf2f2f2, 663 Gray96 = 0xf5f5f5, 664 Grey96 = 0xf5f5f5, 665 Gray97 = 0xf7f7f7, 666 Grey97 = 0xf7f7f7, 667 Gray98 = 0xfafafa, 668 Grey98 = 0xfafafa, 669 Gray99 = 0xfcfcfc, 670 Grey99 = 0xfcfcfc, 671 Gray100 = 0xffffff, 672 Grey100 = 0xffffff, 673 DarkGrey = 0xa9a9a9, 674 DarkGray = 0xa9a9a9, 675 DarkBlue = 0x00008b, 676 DarkCyan = 0x008b8b, 677 DarkMagenta = 0x8b008b, 678 DarkRed = 0x8b0000, 679 LightGreen = 0x90ee90, 680 Crimson = 0xdc143c, 681 Indigo = 0x4b0082, 682 Olive = 0x808000, 683 RebeccaPurple = 0x663399, 684 Silver = 0xc0c0c0, 685 Teal = 0x008080, 686 }; 687 }; 688 } 689 690 #endif