package com.mindprod.palette;import static java.lang.System.out;import static java.lang.System.err; import java.awt.Color; /** * List of 502 "All 657 X11 Colours */ public interface Palette657X11ByAlpha { /* everything is implicitly public static final */ /* R G B Hue Sat Bri */ Color ALICEBLUE = new Color(0xf0f8ff) /* 0.422 0.059 1.000 */; Color ANTIQUEWHITE = new Color(0xfaebd7) /* 0.905 0.140 0.980 */; Color ANTIQUEWHITE1 = new Color(0xffefdb) /* 0.907 0.141 1.000 */; Color ANTIQUEWHITE2 = new Color(0xeedfcc) /* 0.907 0.143 0.933 */; Color ANTIQUEWHITE3 = new Color(0xcdc0b0) /* 0.908 0.141 0.804 */; Color ANTIQUEWHITE4 = new Color(0x8b8378) /* 0.904 0.137 0.545 */; Color AQUAMARINE1 = new Color(0x7fffd4) /* 0.556 0.502 1.000 */; Color AQUAMARINE2 = new Color(0x76eec6) /* 0.556 0.504 0.933 */; Color AQUAMARINE4 = new Color(0x458b74) /* 0.555 0.504 0.545 */; Color AZURE1 = new Color(0xf0ffff) /* 0.500 0.059 1.000 */; Color AZURE2 = new Color(0xe0eeee) /* 0.500 0.059 0.933 */; Color AZURE3 = new Color(0xc1cdcd) /* 0.500 0.059 0.804 */; Color AZURE4 = new Color(0x838b8b) /* 0.500 0.058 0.545 */; Color BEIGE = new Color(0xf5f5dc) /* 0.833 0.102 0.961 */; Color BISQUE1 = new Color(0xffe4c4) /* 0.910 0.231 1.000 */; Color BISQUE2 = new Color(0xeed5b7) /* 0.909 0.231 0.933 */; Color BISQUE3 = new Color(0xcdb79e) /* 0.911 0.229 0.804 */; Color BISQUE4 = new Color(0x8b7d6b) /* 0.906 0.230 0.545 */; Color BLANCHEDALMOND = new Color(0xffebcd) /* 0.900 0.196 1.000 */; Color BLUE1 = new Color(0x0000ff) /* 0.333 1.000 1.000 */; Color BLUE2 = new Color(0x0000ee) /* 0.333 1.000 0.933 */; Color BLUEVIOLET = new Color(0x8a2be2) /* 0.247 0.810 0.886 */; Color BROWN = new Color(0xa52a2a) /* 0.000 0.745 0.647 */; Color BROWN1 = new Color(0xff4040) /* 0.000 0.749 1.000 */; Color BROWN2 = new Color(0xee3b3b) /* 0.000 0.752 0.933 */; Color BROWN3 = new Color(0xcd3333) /* 0.000 0.751 0.804 */; Color BROWN4 = new Color(0x8b2323) /* 0.000 0.748 0.545 */; Color BURLYWOOD = new Color(0xdeb887) /* 0.906 0.392 0.871 */; Color BURLYWOOD1 = new Color(0xffd39b) /* 0.907 0.392 1.000 */; Color BURLYWOOD2 = new Color(0xeec591) /* 0.907 0.391 0.933 */; Color BURLYWOOD3 = new Color(0xcdaa7d) /* 0.906 0.390 0.804 */; Color BURLYWOOD4 = new Color(0x8b7355) /* 0.907 0.388 0.545 */; Color CADETBLUE = new Color(0x5f9ea0) /* 0.495 0.406 0.627 */; Color CADETBLUE1 = new Color(0x98f5ff) /* 0.484 0.404 1.000 */; Color CADETBLUE2 = new Color(0x8ee5ee) /* 0.484 0.403 0.933 */; Color CADETBLUE3 = new Color(0x7ac5cd) /* 0.484 0.405 0.804 */; Color CADETBLUE4 = new Color(0x53868b) /* 0.485 0.403 0.545 */; Color CHARTREUSE1 = new Color(0x7fff00) /* 0.750 1.000 1.000 */; Color CHARTREUSE2 = new Color(0x76ee00) /* 0.749 1.000 0.933 */; Color CHARTREUSE3 = new Color(0x66cd00) /* 0.750 1.000 0.804 */; Color CHARTREUSE4 = new Color(0x458b00) /* 0.749 1.000 0.545 */; Color CHOCOLATE = new Color(0xd2691e) /* 0.931 0.857 0.824 */; Color CHOCOLATE1 = new Color(0xff7f24) /* 0.931 0.859 1.000 */; Color CHOCOLATE2 = new Color(0xee7621) /* 0.931 0.861 0.933 */; Color CHOCOLATE3 = new Color(0xcd661d) /* 0.931 0.859 0.804 */; Color CORAL = new Color(0xff7f50) /* 0.955 0.686 1.000 */; Color CORAL1 = new Color(0xff7256) /* 0.972 0.663 1.000 */; Color CORAL2 = new Color(0xee6a50) /* 0.973 0.664 0.933 */; Color CORAL3 = new Color(0xcd5b45) /* 0.973 0.663 0.804 */; Color CORAL4 = new Color(0x8b3e2f) /* 0.973 0.662 0.545 */; Color CORNFLOWERBLUE = new Color(0x6495ed) /* 0.393 0.578 0.929 */; Color CORNSILK1 = new Color(0xfff8dc) /* 0.867 0.137 1.000 */; Color CORNSILK2 = new Color(0xeee8cd) /* 0.864 0.139 0.933 */; Color CORNSILK3 = new Color(0xcdc8b1) /* 0.863 0.137 0.804 */; Color CORNSILK4 = new Color(0x8b8878) /* 0.860 0.137 0.545 */; Color CYAN1 = new Color(0x00ffff) /* 0.500 1.000 1.000 */; Color CYAN2 = new Color(0x00eeee) /* 0.500 1.000 0.933 */; Color CYAN3 = new Color(0x00cdcd) /* 0.500 1.000 0.804 */; Color DARKBLUE = new Color(0x00008b) /* 0.333 1.000 0.545 */; Color DARKCYAN = new Color(0x008b8b) /* 0.500 1.000 0.545 */; Color DARKGOLDENROD = new Color(0xb8860b) /* 0.882 0.940 0.722 */; Color DARKGOLDENROD1 = new Color(0xffb90f) /* 0.882 0.941 1.000 */; Color DARKGOLDENROD2 = new Color(0xeead0e) /* 0.882 0.941 0.933 */; Color DARKGOLDENROD3 = new Color(0xcd950c) /* 0.882 0.941 0.804 */; Color DARKGOLDENROD4 = new Color(0x8b6508) /* 0.882 0.942 0.545 */; Color DARKGREEN = new Color(0x006400) /* 0.667 1.000 0.392 */; Color DARKGREY = new Color(0xa9a9a9) /* 0.000 0.000 0.663 */; Color DARKKHAKI = new Color(0xbdb76b) /* 0.846 0.434 0.741 */; Color DARKOLIVEGREEN = new Color(0x556b2f) /* 0.772 0.561 0.420 */; Color DARKOLIVEGREEN1 = new Color(0xcaff70) /* 0.772 0.561 1.000 */; Color DARKOLIVEGREEN2 = new Color(0xbcee68) /* 0.771 0.563 0.933 */; Color DARKOLIVEGREEN3 = new Color(0xa2cd5a) /* 0.771 0.561 0.804 */; Color DARKOLIVEGREEN4 = new Color(0x6e8b3d) /* 0.771 0.561 0.545 */; Color DARKORANGE = new Color(0xff8c00) /* 0.908 1.000 1.000 */; Color DARKORANGE1 = new Color(0xff7f00) /* 0.917 1.000 1.000 */; Color DARKORANGE2 = new Color(0xee7600) /* 0.917 1.000 0.933 */; Color DARKORANGE3 = new Color(0xcd6600) /* 0.917 1.000 0.804 */; Color DARKORANGE4 = new Color(0x8b4500) /* 0.917 1.000 0.545 */; Color DARKORCHID = new Color(0x9932cc) /* 0.222 0.755 0.800 */; Color DARKORCHID1 = new Color(0xbf3eff) /* 0.222 0.757 1.000 */; Color DARKORCHID2 = new Color(0xb23aee) /* 0.222 0.756 0.933 */; Color DARKORCHID3 = new Color(0x9a32cd) /* 0.222 0.756 0.804 */; Color DARKORCHID4 = new Color(0x68228b) /* 0.222 0.755 0.545 */; Color DARKSALMON = new Color(0xe9967a) /* 0.958 0.476 0.914 */; Color DARKSEAGREEN = new Color(0x8fbc8f) /* 0.667 0.239 0.737 */; Color DARKSEAGREEN1 = new Color(0xc1ffc1) /* 0.667 0.243 1.000 */; Color DARKSEAGREEN2 = new Color(0xb4eeb4) /* 0.667 0.244 0.933 */; Color DARKSEAGREEN3 = new Color(0x9bcd9b) /* 0.667 0.244 0.804 */; Color DARKSEAGREEN4 = new Color(0x698b69) /* 0.667 0.245 0.545 */; Color DARKSLATEBLUE = new Color(0x483d8b) /* 0.310 0.561 0.545 */; Color DARKSLATEGRAY1 = new Color(0x97ffff) /* 0.500 0.408 1.000 */; Color DARKSLATEGRAY2 = new Color(0x8deeee) /* 0.500 0.408 0.933 */; Color DARKSLATEGRAY3 = new Color(0x79cdcd) /* 0.500 0.410 0.804 */; Color DARKSLATEGRAY4 = new Color(0x528b8b) /* 0.500 0.410 0.545 */; Color DARKSLATEGREY = new Color(0x2f4f4f) /* 0.500 0.405 0.310 */; Color DARKTURQUOISE = new Color(0x00ced1) /* 0.498 1.000 0.820 */; Color DARKVIOLET = new Color(0x9400d3) /* 0.216 1.000 0.827 */; Color DEEPPINK1 = new Color(0xff1493) /* 0.090 0.922 1.000 */; Color DEEPPINK2 = new Color(0xee1289) /* 0.090 0.924 0.933 */; Color DEEPPINK3 = new Color(0xcd1076) /* 0.090 0.922 0.804 */; Color DEEPPINK4 = new Color(0x8b0a50) /* 0.090 0.928 0.545 */; Color DEEPSKYBLUE1 = new Color(0x00bfff) /* 0.458 1.000 1.000 */; Color DEEPSKYBLUE2 = new Color(0x00b2ee) /* 0.458 1.000 0.933 */; Color DEEPSKYBLUE3 = new Color(0x009acd) /* 0.459 1.000 0.804 */; Color DEEPSKYBLUE4 = new Color(0x00688b) /* 0.458 1.000 0.545 */; Color DODGERBLUE1 = new Color(0x1e90ff) /* 0.418 0.882 1.000 */; Color DODGERBLUE2 = new Color(0x1c86ee) /* 0.417 0.882 0.933 */; Color DODGERBLUE3 = new Color(0x1874cd) /* 0.418 0.883 0.804 */; Color DODGERBLUE4 = new Color(0x104e8b) /* 0.417 0.885 0.545 */; Color FIREBRICK = new Color(0xb22222) /* 0.000 0.809 0.698 */; Color FIREBRICK1 = new Color(0xff3030) /* 0.000 0.812 1.000 */; Color FIREBRICK2 = new Color(0xee2c2c) /* 0.000 0.815 0.933 */; Color FIREBRICK3 = new Color(0xcd2626) /* 0.000 0.815 0.804 */; Color FIREBRICK4 = new Color(0x8b1a1a) /* 0.000 0.813 0.545 */; Color FLORALWHITE = new Color(0xfffaf0) /* 0.889 0.059 1.000 */; Color FORESTGREEN = new Color(0x228b22) /* 0.667 0.755 0.545 */; Color GAINSBORO = new Color(0xdcdcdc) /* 0.000 0.000 0.863 */; Color GHOSTWHITE = new Color(0xf8f8ff) /* 0.333 0.027 1.000 */; Color GOLD1 = new Color(0xffd700) /* 0.859 1.000 1.000 */; Color GOLD2 = new Color(0xeec900) /* 0.859 1.000 0.933 */; Color GOLD3 = new Color(0xcdad00) /* 0.859 1.000 0.804 */; Color GOLD4 = new Color(0x8b7500) /* 0.860 1.000 0.545 */; Color GOLDENROD = new Color(0xdaa520) /* 0.881 0.853 0.855 */; Color GOLDENROD1 = new Color(0xffc125) /* 0.881 0.855 1.000 */; Color GOLDENROD2 = new Color(0xeeb422) /* 0.881 0.857 0.933 */; Color GOLDENROD3 = new Color(0xcd9b1d) /* 0.881 0.859 0.804 */; Color GOLDENROD4 = new Color(0x8b6914) /* 0.881 0.856 0.545 */; Color GREEN1 = new Color(0x00ff00) /* 0.667 1.000 1.000 */; Color GREEN2 = new Color(0x00ee00) /* 0.667 1.000 0.933 */; Color GREEN3 = new Color(0x00cd00) /* 0.667 1.000 0.804 */; Color GREEN4 = new Color(0x008b00) /* 0.667 1.000 0.545 */; Color GREENYELLOW = new Color(0xadff2f) /* 0.768 0.816 1.000 */; Color GREY = new Color(0xbebebe) /* 0.000 0.000 0.745 */; Color GREY0 = new Color(0x000000) /* 0.000 0.000 0.000 */; Color GREY1 = new Color(0x030303) /* 0.000 0.000 0.012 */; Color GREY10 = new Color(0x1a1a1a) /* 0.000 0.000 0.102 */; Color GREY11 = new Color(0x1c1c1c) /* 0.000 0.000 0.110 */; Color GREY12 = new Color(0x1f1f1f) /* 0.000 0.000 0.122 */; Color GREY13 = new Color(0x212121) /* 0.000 0.000 0.129 */; Color GREY14 = new Color(0x242424) /* 0.000 0.000 0.141 */; Color GREY15 = new Color(0x262626) /* 0.000 0.000 0.149 */; Color GREY16 = new Color(0x292929) /* 0.000 0.000 0.161 */; Color GREY17 = new Color(0x2b2b2b) /* 0.000 0.000 0.169 */; Color GREY18 = new Color(0x2e2e2e) /* 0.000 0.000 0.180 */; Color GREY19 = new Color(0x303030) /* 0.000 0.000 0.188 */; Color GREY2 = new Color(0x050505) /* 0.000 0.000 0.020 */; Color GREY20 = new Color(0x333333) /* 0.000 0.000 0.200 */; Color GREY21 = new Color(0x363636) /* 0.000 0.000 0.212 */; Color GREY22 = new Color(0x383838) /* 0.000 0.000 0.220 */; Color GREY23 = new Color(0x3b3b3b) /* 0.000 0.000 0.231 */; Color GREY24 = new Color(0x3d3d3d) /* 0.000 0.000 0.239 */; Color GREY25 = new Color(0x404040) /* 0.000 0.000 0.251 */; Color GREY26 = new Color(0x424242) /* 0.000 0.000 0.259 */; Color GREY27 = new Color(0x454545) /* 0.000 0.000 0.271 */; Color GREY28 = new Color(0x474747) /* 0.000 0.000 0.278 */; Color GREY29 = new Color(0x4a4a4a) /* 0.000 0.000 0.290 */; Color GREY3 = new Color(0x080808) /* 0.000 0.000 0.031 */; Color GREY30 = new Color(0x4d4d4d) /* 0.000 0.000 0.302 */; Color GREY31 = new Color(0x4f4f4f) /* 0.000 0.000 0.310 */; Color GREY32 = new Color(0x525252) /* 0.000 0.000 0.322 */; Color GREY33 = new Color(0x545454) /* 0.000 0.000 0.329 */; Color GREY34 = new Color(0x575757) /* 0.000 0.000 0.341 */; Color GREY35 = new Color(0x595959) /* 0.000 0.000 0.349 */; Color GREY36 = new Color(0x5c5c5c) /* 0.000 0.000 0.361 */; Color GREY37 = new Color(0x5e5e5e) /* 0.000 0.000 0.369 */; Color GREY38 = new Color(0x616161) /* 0.000 0.000 0.380 */; Color GREY39 = new Color(0x636363) /* 0.000 0.000 0.388 */; Color GREY4 = new Color(0x0a0a0a) /* 0.000 0.000 0.039 */; Color GREY40 = new Color(0x666666) /* 0.000 0.000 0.400 */; Color GREY41 = new Color(0x696969) /* 0.000 0.000 0.412 */; Color GREY42 = new Color(0x6b6b6b) /* 0.000 0.000 0.420 */; Color GREY43 = new Color(0x6e6e6e) /* 0.000 0.000 0.431 */; Color GREY44 = new Color(0x707070) /* 0.000 0.000 0.439 */; Color GREY45 = new Color(0x737373) /* 0.000 0.000 0.451 */; Color GREY46 = new Color(0x757575) /* 0.000 0.000 0.459 */; Color GREY47 = new Color(0x787878) /* 0.000 0.000 0.471 */; Color GREY48 = new Color(0x7a7a7a) /* 0.000 0.000 0.478 */; Color GREY49 = new Color(0x7d7d7d) /* 0.000 0.000 0.490 */; Color GREY5 = new Color(0x0d0d0d) /* 0.000 0.000 0.051 */; Color GREY50 = new Color(0x7f7f7f) /* 0.000 0.000 0.498 */; Color GREY51 = new Color(0x828282) /* 0.000 0.000 0.510 */; Color GREY52 = new Color(0x858585) /* 0.000 0.000 0.522 */; Color GREY53 = new Color(0x878787) /* 0.000 0.000 0.529 */; Color GREY54 = new Color(0x8a8a8a) /* 0.000 0.000 0.541 */; Color GREY55 = new Color(0x8c8c8c) /* 0.000 0.000 0.549 */; Color GREY56 = new Color(0x8f8f8f) /* 0.000 0.000 0.561 */; Color GREY57 = new Color(0x919191) /* 0.000 0.000 0.569 */; Color GREY58 = new Color(0x949494) /* 0.000 0.000 0.580 */; Color GREY59 = new Color(0x969696) /* 0.000 0.000 0.588 */; Color GREY6 = new Color(0x0f0f0f) /* 0.000 0.000 0.059 */; Color GREY60 = new Color(0x999999) /* 0.000 0.000 0.600 */; Color GREY61 = new Color(0x9c9c9c) /* 0.000 0.000 0.612 */; Color GREY62 = new Color(0x9e9e9e) /* 0.000 0.000 0.620 */; Color GREY63 = new Color(0xa1a1a1) /* 0.000 0.000 0.631 */; Color GREY64 = new Color(0xa3a3a3) /* 0.000 0.000 0.639 */; Color GREY65 = new Color(0xa6a6a6) /* 0.000 0.000 0.651 */; Color GREY66 = new Color(0xa8a8a8) /* 0.000 0.000 0.659 */; Color GREY67 = new Color(0xababab) /* 0.000 0.000 0.671 */; Color GREY68 = new Color(0xadadad) /* 0.000 0.000 0.678 */; Color GREY69 = new Color(0xb0b0b0) /* 0.000 0.000 0.690 */; Color GREY7 = new Color(0x121212) /* 0.000 0.000 0.071 */; Color GREY70 = new Color(0xb3b3b3) /* 0.000 0.000 0.702 */; Color GREY71 = new Color(0xb5b5b5) /* 0.000 0.000 0.710 */; Color GREY72 = new Color(0xb8b8b8) /* 0.000 0.000 0.722 */; Color GREY73 = new Color(0xbababa) /* 0.000 0.000 0.729 */; Color GREY74 = new Color(0xbdbdbd) /* 0.000 0.000 0.741 */; Color GREY75 = new Color(0xbfbfbf) /* 0.000 0.000 0.749 */; Color GREY76 = new Color(0xc2c2c2) /* 0.000 0.000 0.761 */; Color GREY77 = new Color(0xc4c4c4) /* 0.000 0.000 0.769 */; Color GREY78 = new Color(0xc7c7c7) /* 0.000 0.000 0.780 */; Color GREY79 = new Color(0xc9c9c9) /* 0.000 0.000 0.788 */; Color GREY8 = new Color(0x141414) /* 0.000 0.000 0.078 */; Color GREY80 = new Color(0xcccccc) /* 0.000 0.000 0.800 */; Color GREY81 = new Color(0xcfcfcf) /* 0.000 0.000 0.812 */; Color GREY82 = new Color(0xd1d1d1) /* 0.000 0.000 0.820 */; Color GREY83 = new Color(0xd4d4d4) /* 0.000 0.000 0.831 */; Color GREY84 = new Color(0xd6d6d6) /* 0.000 0.000 0.839 */; Color GREY85 = new Color(0xd9d9d9) /* 0.000 0.000 0.851 */; Color GREY86 = new Color(0xdbdbdb) /* 0.000 0.000 0.859 */; Color GREY87 = new Color(0xdedede) /* 0.000 0.000 0.871 */; Color GREY88 = new Color(0xe0e0e0) /* 0.000 0.000 0.878 */; Color GREY89 = new Color(0xe3e3e3) /* 0.000 0.000 0.890 */; Color GREY9 = new Color(0x171717) /* 0.000 0.000 0.090 */; Color GREY90 = new Color(0xe5e5e5) /* 0.000 0.000 0.898 */; Color GREY91 = new Color(0xe8e8e8) /* 0.000 0.000 0.910 */; Color GREY92 = new Color(0xebebeb) /* 0.000 0.000 0.922 */; Color GREY93 = new Color(0xededed) /* 0.000 0.000 0.929 */; Color GREY94 = new Color(0xf0f0f0) /* 0.000 0.000 0.941 */; Color GREY95 = new Color(0xf2f2f2) /* 0.000 0.000 0.949 */; Color GREY97 = new Color(0xf7f7f7) /* 0.000 0.000 0.969 */; Color GREY98 = new Color(0xfafafa) /* 0.000 0.000 0.980 */; Color GREY99 = new Color(0xfcfcfc) /* 0.000 0.000 0.988 */; Color HONEYDEW1 = new Color(0xf0fff0) /* 0.667 0.059 1.000 */; Color HONEYDEW2 = new Color(0xe0eee0) /* 0.667 0.059 0.933 */; Color HONEYDEW3 = new Color(0xc1cdc1) /* 0.667 0.059 0.804 */; Color HONEYDEW4 = new Color(0x838b83) /* 0.667 0.058 0.545 */; Color HOTPINK = new Color(0xff69b4) /* 0.083 0.588 1.000 */; Color HOTPINK1 = new Color(0xff6eb4) /* 0.080 0.569 1.000 */; Color HOTPINK2 = new Color(0xee6aa7) /* 0.077 0.555 0.933 */; Color HOTPINK3 = new Color(0xcd6090) /* 0.073 0.532 0.804 */; Color HOTPINK4 = new Color(0x8b3a62) /* 0.082 0.583 0.545 */; Color INDIANRED = new Color(0xcd5c5c) /* 0.000 0.551 0.804 */; Color INDIANRED1 = new Color(0xff6a6a) /* 0.000 0.584 1.000 */; Color INDIANRED2 = new Color(0xee6363) /* 0.000 0.584 0.933 */; Color INDIANRED3 = new Color(0xcd5555) /* 0.000 0.585 0.804 */; Color INDIANRED4 = new Color(0x8b3a3a) /* 0.000 0.583 0.545 */; Color IVORY1 = new Color(0xfffff0) /* 0.833 0.059 1.000 */; Color IVORY2 = new Color(0xeeeee0) /* 0.833 0.059 0.933 */; Color IVORY3 = new Color(0xcdcdc1) /* 0.833 0.059 0.804 */; Color IVORY4 = new Color(0x8b8b83) /* 0.833 0.058 0.545 */; Color KHAKI = new Color(0xf0e68c) /* 0.850 0.417 0.941 */; Color KHAKI1 = new Color(0xfff68f) /* 0.847 0.439 1.000 */; Color KHAKI2 = new Color(0xeee685) /* 0.846 0.441 0.933 */; Color KHAKI3 = new Color(0xcdc673) /* 0.846 0.439 0.804 */; Color KHAKI4 = new Color(0x8b864e) /* 0.847 0.439 0.545 */; Color LAVENDER = new Color(0xe6e6fa) /* 0.333 0.080 0.980 */; Color LAVENDERBLUSH1 = new Color(0xfff0f5) /* 0.056 0.059 1.000 */; Color LAVENDERBLUSH2 = new Color(0xeee0e5) /* 0.060 0.059 0.933 */; Color LAVENDERBLUSH3 = new Color(0xcdc1c5) /* 0.056 0.059 0.804 */; Color LAVENDERBLUSH4 = new Color(0x8b8386) /* 0.062 0.058 0.545 */; Color LAWNGREEN = new Color(0x7cfc00) /* 0.749 1.000 0.988 */; Color LEMONCHIFFON1 = new Color(0xfffacd) /* 0.850 0.196 1.000 */; Color LEMONCHIFFON2 = new Color(0xeee9bf) /* 0.851 0.197 0.933 */; Color LEMONCHIFFON3 = new Color(0xcdc9a5) /* 0.850 0.195 0.804 */; Color LEMONCHIFFON4 = new Color(0x8b8970) /* 0.846 0.194 0.545 */; Color LIGHTBLUE = new Color(0xadd8e6) /* 0.459 0.248 0.902 */; Color LIGHTBLUE1 = new Color(0xbfefff) /* 0.458 0.251 1.000 */; Color LIGHTBLUE2 = new Color(0xb2dfee) /* 0.458 0.252 0.933 */; Color LIGHTBLUE3 = new Color(0x9ac0cd) /* 0.458 0.249 0.804 */; Color LIGHTBLUE4 = new Color(0x68838b) /* 0.462 0.252 0.545 */; Color LIGHTCORAL = new Color(0xf08080) /* 0.000 0.467 0.941 */; Color LIGHTCYAN1 = new Color(0xe0ffff) /* 0.500 0.122 1.000 */; Color LIGHTCYAN2 = new Color(0xd1eeee) /* 0.500 0.122 0.933 */; Color LIGHTCYAN3 = new Color(0xb4cdcd) /* 0.500 0.122 0.804 */; Color LIGHTCYAN4 = new Color(0x7a8b8b) /* 0.500 0.122 0.545 */; Color LIGHTGOLDENROD = new Color(0xeedd82) /* 0.860 0.454 0.933 */; Color LIGHTGOLDENROD1 = new Color(0xffec8b) /* 0.861 0.455 1.000 */; Color LIGHTGOLDENROD2 = new Color(0xeedc82) /* 0.861 0.454 0.933 */; Color LIGHTGOLDENROD3 = new Color(0xcdbe70) /* 0.860 0.454 0.804 */; Color LIGHTGOLDENROD4 = new Color(0x8b814c) /* 0.860 0.453 0.545 */; Color LIGHTGOLDENRODYELLOW = new Color(0xfafad2) /* 0.833 0.160 0.980 */; Color LIGHTGREY = new Color(0xd3d3d3) /* 0.000 0.000 0.827 */; Color LIGHTPINK = new Color(0xffb6c1) /* 0.025 0.286 1.000 */; Color LIGHTPINK1 = new Color(0xffaeb9) /* 0.023 0.318 1.000 */; Color LIGHTPINK2 = new Color(0xeea2ad) /* 0.024 0.319 0.933 */; Color LIGHTPINK3 = new Color(0xcd8c95) /* 0.023 0.317 0.804 */; Color LIGHTPINK4 = new Color(0x8b5f65) /* 0.023 0.317 0.545 */; Color LIGHTSALMON1 = new Color(0xffa07a) /* 0.952 0.522 1.000 */; Color LIGHTSALMON2 = new Color(0xee9572) /* 0.953 0.521 0.933 */; Color LIGHTSALMON3 = new Color(0xcd8162) /* 0.952 0.522 0.804 */; Color LIGHTSALMON4 = new Color(0x8b5742) /* 0.952 0.525 0.545 */; Color LIGHTSEAGREEN = new Color(0x20b2aa) /* 0.509 0.820 0.698 */; Color LIGHTSKYBLUE = new Color(0x87cefa) /* 0.436 0.460 0.980 */; Color LIGHTSKYBLUE1 = new Color(0xb0e2ff) /* 0.439 0.310 1.000 */; Color LIGHTSKYBLUE2 = new Color(0xa4d3ee) /* 0.439 0.311 0.933 */; Color LIGHTSKYBLUE3 = new Color(0x8db6cd) /* 0.440 0.312 0.804 */; Color LIGHTSKYBLUE4 = new Color(0x607b8b) /* 0.438 0.309 0.545 */; Color LIGHTSLATEBLUE = new Color(0x8470ff) /* 0.310 0.561 1.000 */; Color LIGHTSLATEGREY = new Color(0x778899) /* 0.417 0.222 0.600 */; Color LIGHTSTEELBLUE = new Color(0xb0c4de) /* 0.406 0.207 0.871 */; Color LIGHTSTEELBLUE1 = new Color(0xcae1ff) /* 0.406 0.208 1.000 */; Color LIGHTSTEELBLUE2 = new Color(0xbcd2ee) /* 0.407 0.210 0.933 */; Color LIGHTSTEELBLUE3 = new Color(0xa2b5cd) /* 0.407 0.210 0.804 */; Color LIGHTSTEELBLUE4 = new Color(0x6e7b8b) /* 0.408 0.209 0.545 */; Color LIGHTYELLOW1 = new Color(0xffffe0) /* 0.833 0.122 1.000 */; Color LIGHTYELLOW2 = new Color(0xeeeed1) /* 0.833 0.122 0.933 */; Color LIGHTYELLOW3 = new Color(0xcdcdb4) /* 0.833 0.122 0.804 */; Color LIGHTYELLOW4 = new Color(0x8b8b7a) /* 0.833 0.122 0.545 */; Color LIMEGREEN = new Color(0x32cd32) /* 0.667 0.756 0.804 */; Color LINEN = new Color(0xfaf0e6) /* 0.917 0.080 0.980 */; Color MAGENTA1 = new Color(0xff00ff) /* 0.167 1.000 1.000 */; Color MAGENTA2 = new Color(0xee00ee) /* 0.167 1.000 0.933 */; Color MAGENTA3 = new Color(0xcd00cd) /* 0.167 1.000 0.804 */; Color MAGENTA4 = new Color(0x8b008b) /* 0.167 1.000 0.545 */; Color MAROON = new Color(0xb03060) /* 0.062 0.727 0.690 */; Color MAROON1 = new Color(0xff34b3) /* 0.104 0.796 1.000 */; Color MAROON2 = new Color(0xee30a7) /* 0.104 0.798 0.933 */; Color MAROON3 = new Color(0xcd2990) /* 0.105 0.800 0.804 */; Color MAROON4 = new Color(0x8b1c62) /* 0.105 0.799 0.545 */; Color MEDIUMAQUAMARINE = new Color(0x66cdaa) /* 0.557 0.502 0.804 */; Color MEDIUMBLUE = new Color(0x0000cd) /* 0.333 1.000 0.804 */; Color MEDIUMORCHID = new Color(0xba55d3) /* 0.200 0.597 0.827 */; Color MEDIUMORCHID1 = new Color(0xe066ff) /* 0.200 0.600 1.000 */; Color MEDIUMORCHID2 = new Color(0xd15fee) /* 0.200 0.601 0.933 */; Color MEDIUMORCHID3 = new Color(0xb452cd) /* 0.201 0.600 0.804 */; Color MEDIUMORCHID4 = new Color(0x7a378b) /* 0.200 0.604 0.545 */; Color MEDIUMPURPLE = new Color(0x9370db) /* 0.279 0.489 0.859 */; Color MEDIUMPURPLE1 = new Color(0xab82ff) /* 0.279 0.490 1.000 */; Color MEDIUMPURPLE2 = new Color(0x9f79ee) /* 0.279 0.492 0.933 */; Color MEDIUMPURPLE3 = new Color(0x8968cd) /* 0.279 0.493 0.804 */; Color MEDIUMPURPLE4 = new Color(0x5d478b) /* 0.279 0.489 0.545 */; Color MEDIUMSEAGREEN = new Color(0x3cb371) /* 0.592 0.665 0.702 */; Color MEDIUMSLATEBLUE = new Color(0x7b68ee) /* 0.310 0.563 0.933 */; Color MEDIUMSPRINGGREEN = new Color(0x00fa9a) /* 0.564 1.000 0.980 */; Color MEDIUMTURQUOISE = new Color(0x48d1cc) /* 0.506 0.656 0.820 */; Color MEDIUMVIOLETRED = new Color(0xc71585) /* 0.105 0.894 0.780 */; Color MIDNIGHTBLUE = new Color(0x191970) /* 0.333 0.777 0.439 */; Color MINTCREAM = new Color(0xf5fffa) /* 0.583 0.039 1.000 */; Color MISTYROSE1 = new Color(0xffe4e1) /* 0.983 0.118 1.000 */; Color MISTYROSE2 = new Color(0xeed5d2) /* 0.982 0.118 0.933 */; Color MISTYROSE3 = new Color(0xcdb7b5) /* 0.986 0.117 0.804 */; Color MISTYROSE4 = new Color(0x8b7d7b) /* 0.979 0.115 0.545 */; Color MOCCASIN = new Color(0xffe4b5) /* 0.894 0.290 1.000 */; Color NAVAJOWHITE1 = new Color(0xffdead) /* 0.900 0.322 1.000 */; Color NAVAJOWHITE2 = new Color(0xeecfa1) /* 0.900 0.324 0.933 */; Color NAVAJOWHITE3 = new Color(0xcdb38b) /* 0.899 0.322 0.804 */; Color NAVAJOWHITE4 = new Color(0x8b795e) /* 0.900 0.324 0.545 */; Color NAVYBLUE = new Color(0x000080) /* 0.333 1.000 0.502 */; Color OLDLACE = new Color(0xfdf5e6) /* 0.891 0.091 0.992 */; Color OLIVEDRAB = new Color(0x6b8e23) /* 0.779 0.754 0.557 */; Color OLIVEDRAB1 = new Color(0xc0ff3e) /* 0.779 0.757 1.000 */; Color OLIVEDRAB2 = new Color(0xb3ee3a) /* 0.779 0.756 0.933 */; Color OLIVEDRAB4 = new Color(0x698b22) /* 0.779 0.755 0.545 */; Color ORANGE1 = new Color(0xffa500) /* 0.892 1.000 1.000 */; Color ORANGE2 = new Color(0xee9a00) /* 0.892 1.000 0.933 */; Color ORANGE3 = new Color(0xcd8500) /* 0.892 1.000 0.804 */; Color ORANGE4 = new Color(0x8b5a00) /* 0.892 1.000 0.545 */; Color ORANGERED1 = new Color(0xff4500) /* 0.955 1.000 1.000 */; Color ORANGERED2 = new Color(0xee4000) /* 0.955 1.000 0.933 */; Color ORANGERED3 = new Color(0xcd3700) /* 0.955 1.000 0.804 */; Color ORANGERED4 = new Color(0x8b2500) /* 0.956 1.000 0.545 */; Color ORCHID = new Color(0xda70d6) /* 0.160 0.486 0.855 */; Color ORCHID1 = new Color(0xff83fa) /* 0.160 0.486 1.000 */; Color ORCHID2 = new Color(0xee7ae9) /* 0.159 0.487 0.933 */; Color ORCHID3 = new Color(0xcd69c9) /* 0.160 0.488 0.804 */; Color ORCHID4 = new Color(0x8b4789) /* 0.162 0.489 0.545 */; Color PALEGOLDENROD = new Color(0xeee8aa) /* 0.848 0.286 0.933 */; Color PALEGREEN = new Color(0x98fb98) /* 0.667 0.394 0.984 */; Color PALEGREEN1 = new Color(0x9aff9a) /* 0.667 0.396 1.000 */; Color PALEGREEN2 = new Color(0x90ee90) /* 0.667 0.395 0.933 */; Color PALEGREEN3 = new Color(0x7ccd7c) /* 0.667 0.395 0.804 */; Color PALEGREEN4 = new Color(0x548b54) /* 0.667 0.396 0.545 */; Color PALETURQUOISE = new Color(0xafeeee) /* 0.500 0.265 0.933 */; Color PALETURQUOISE1 = new Color(0xbbffff) /* 0.500 0.267 1.000 */; Color PALETURQUOISE2 = new Color(0xaeeeee) /* 0.500 0.269 0.933 */; Color PALETURQUOISE3 = new Color(0x96cdcd) /* 0.500 0.268 0.804 */; Color PALETURQUOISE4 = new Color(0x668b8b) /* 0.500 0.266 0.545 */; Color PALEVIOLETRED = new Color(0xdb7093) /* 0.055 0.489 0.859 */; Color PALEVIOLETRED1 = new Color(0xff82ab) /* 0.055 0.490 1.000 */; Color PALEVIOLETRED2 = new Color(0xee799f) /* 0.054 0.492 0.933 */; Color PALEVIOLETRED3 = new Color(0xcd6889) /* 0.054 0.493 0.804 */; Color PALEVIOLETRED4 = new Color(0x8b475d) /* 0.054 0.489 0.545 */; Color PAPAYAWHIP = new Color(0xffefd5) /* 0.897 0.165 1.000 */; Color PEACHPUFF1 = new Color(0xffdab9) /* 0.921 0.275 1.000 */; Color PEACHPUFF2 = new Color(0xeecbad) /* 0.923 0.273 0.933 */; Color PEACHPUFF3 = new Color(0xcdaf95) /* 0.923 0.273 0.804 */; Color PEACHPUFF4 = new Color(0x8b7765) /* 0.921 0.273 0.545 */; Color PINK = new Color(0xffc0cb) /* 0.029 0.247 1.000 */; Color PINK1 = new Color(0xffb5c5) /* 0.036 0.290 1.000 */; Color PINK2 = new Color(0xeea9b8) /* 0.036 0.290 0.933 */; Color PINK3 = new Color(0xcd919e) /* 0.036 0.293 0.804 */; Color PINK4 = new Color(0x8b636c) /* 0.038 0.288 0.545 */; Color PLUM = new Color(0xdda0dd) /* 0.167 0.276 0.867 */; Color PLUM1 = new Color(0xffbbff) /* 0.167 0.267 1.000 */; Color PLUM2 = new Color(0xeeaeee) /* 0.167 0.269 0.933 */; Color PLUM3 = new Color(0xcd96cd) /* 0.167 0.268 0.804 */; Color PLUM4 = new Color(0x8b668b) /* 0.167 0.266 0.545 */; Color POWDERBLUE = new Color(0xb0e0e6) /* 0.481 0.235 0.902 */; Color PURPLE = new Color(0xa020f0) /* 0.231 0.867 0.941 */; Color PURPLE1 = new Color(0x9b30ff) /* 0.247 0.812 1.000 */; Color PURPLE2 = new Color(0x912cee) /* 0.247 0.815 0.933 */; Color PURPLE3 = new Color(0x7d26cd) /* 0.247 0.815 0.804 */; Color PURPLE4 = new Color(0x551a8b) /* 0.246 0.813 0.545 */; Color RED1 = new Color(0xff0000) /* 0.000 1.000 1.000 */; Color RED2 = new Color(0xee0000) /* 0.000 1.000 0.933 */; Color RED3 = new Color(0xcd0000) /* 0.000 1.000 0.804 */; Color RED4 = new Color(0x8b0000) /* 0.000 1.000 0.545 */; Color ROSYBROWN = new Color(0xbc8f8f) /* 0.000 0.239 0.737 */; Color ROSYBROWN1 = new Color(0xffc1c1) /* 0.000 0.243 1.000 */; Color ROSYBROWN2 = new Color(0xeeb4b4) /* 0.000 0.244 0.933 */; Color ROSYBROWN3 = new Color(0xcd9b9b) /* 0.000 0.244 0.804 */; Color ROSYBROWN4 = new Color(0x8b6969) /* 0.000 0.245 0.545 */; Color ROYALBLUE = new Color(0x4169e1) /* 0.375 0.711 0.882 */; Color ROYALBLUE1 = new Color(0x4876ff) /* 0.375 0.718 1.000 */; Color ROYALBLUE2 = new Color(0x436eee) /* 0.375 0.718 0.933 */; Color ROYALBLUE3 = new Color(0x3a5fcd) /* 0.375 0.717 0.804 */; Color ROYALBLUE4 = new Color(0x27408b) /* 0.375 0.719 0.545 */; Color SADDLEBROWN = new Color(0x8b4513) /* 0.931 0.863 0.545 */; Color SALMON = new Color(0xfa8072) /* 0.983 0.544 0.980 */; Color SALMON1 = new Color(0xff8c69) /* 0.961 0.588 1.000 */; Color SALMON2 = new Color(0xee8262) /* 0.962 0.588 0.933 */; Color SALMON3 = new Color(0xcd7054) /* 0.961 0.590 0.804 */; Color SALMON4 = new Color(0x8b4c39) /* 0.961 0.590 0.545 */; Color SANDYBROWN = new Color(0xf4a460) /* 0.923 0.607 0.957 */; Color SEAGREEN1 = new Color(0x54ff9f) /* 0.594 0.671 1.000 */; Color SEAGREEN2 = new Color(0x4eee94) /* 0.594 0.672 0.933 */; Color SEAGREEN3 = new Color(0x43cd80) /* 0.593 0.673 0.804 */; Color SEAGREEN4 = new Color(0x2e8b57) /* 0.593 0.669 0.545 */; Color SEASHELL1 = new Color(0xfff5ee) /* 0.931 0.067 1.000 */; Color SEASHELL2 = new Color(0xeee5de) /* 0.927 0.067 0.933 */; Color SEASHELL3 = new Color(0xcdc5bf) /* 0.929 0.068 0.804 */; Color SEASHELL4 = new Color(0x8b8682) /* 0.926 0.065 0.545 */; Color SIENNA = new Color(0xa0522d) /* 0.946 0.719 0.627 */; Color SIENNA1 = new Color(0xff8247) /* 0.947 0.722 1.000 */; Color SIENNA2 = new Color(0xee7942) /* 0.947 0.723 0.933 */; Color SIENNA3 = new Color(0xcd6839) /* 0.947 0.722 0.804 */; Color SIENNA4 = new Color(0x8b4726) /* 0.946 0.727 0.545 */; Color SKYBLUE = new Color(0x87ceeb) /* 0.452 0.426 0.922 */; Color SKYBLUE1 = new Color(0x87ceff) /* 0.432 0.471 1.000 */; Color SKYBLUE2 = new Color(0x7ec0ee) /* 0.432 0.471 0.933 */; Color SKYBLUE3 = new Color(0x6ca6cd) /* 0.433 0.473 0.804 */; Color SKYBLUE4 = new Color(0x4a708b) /* 0.431 0.468 0.545 */; Color SLATEBLUE = new Color(0x6a5acd) /* 0.310 0.561 0.804 */; Color SLATEBLUE1 = new Color(0x836fff) /* 0.310 0.565 1.000 */; Color SLATEBLUE2 = new Color(0x7a67ee) /* 0.310 0.567 0.933 */; Color SLATEBLUE3 = new Color(0x6959cd) /* 0.310 0.566 0.804 */; Color SLATEBLUE4 = new Color(0x473c8b) /* 0.310 0.568 0.545 */; Color SLATEGRAY1 = new Color(0xc6e2ff) /* 0.415 0.224 1.000 */; Color SLATEGRAY2 = new Color(0xb9d3ee) /* 0.415 0.223 0.933 */; Color SLATEGRAY3 = new Color(0x9fb6cd) /* 0.417 0.224 0.804 */; Color SLATEGRAY4 = new Color(0x6c7b8b) /* 0.414 0.223 0.545 */; Color SLATEGREY = new Color(0x708090) /* 0.417 0.222 0.565 */; Color SNOW1 = new Color(0xfffafa) /* 0.000 0.020 1.000 */; Color SNOW2 = new Color(0xeee9e9) /* 0.000 0.021 0.933 */; Color SNOW3 = new Color(0xcdc9c9) /* 0.000 0.020 0.804 */; Color SNOW4 = new Color(0x8b8989) /* 0.000 0.014 0.545 */; Color SPRINGGREEN1 = new Color(0x00ff7f) /* 0.584 1.000 1.000 */; Color SPRINGGREEN2 = new Color(0x00ee76) /* 0.584 1.000 0.933 */; Color SPRINGGREEN3 = new Color(0x00cd66) /* 0.584 1.000 0.804 */; Color SPRINGGREEN4 = new Color(0x008b45) /* 0.584 1.000 0.545 */; Color STEELBLUE = new Color(0x4682b4) /* 0.424 0.611 0.706 */; Color STEELBLUE1 = new Color(0x63b8ff) /* 0.424 0.612 1.000 */; Color STEELBLUE2 = new Color(0x5cacee) /* 0.425 0.613 0.933 */; Color STEELBLUE3 = new Color(0x4f94cd) /* 0.425 0.615 0.804 */; Color STEELBLUE4 = new Color(0x36648b) /* 0.424 0.612 0.545 */; Color TAN = new Color(0xd2b48c) /* 0.905 0.333 0.824 */; Color TAN1 = new Color(0xffa54f) /* 0.919 0.690 1.000 */; Color TAN2 = new Color(0xee9a49) /* 0.918 0.693 0.933 */; Color TAN3 = new Color(0xcd853f) /* 0.918 0.693 0.804 */; Color TAN4 = new Color(0x8b5a2b) /* 0.918 0.691 0.545 */; Color THISTLE = new Color(0xd8bfd8) /* 0.167 0.116 0.847 */; Color THISTLE1 = new Color(0xffe1ff) /* 0.167 0.118 1.000 */; Color THISTLE2 = new Color(0xeed2ee) /* 0.167 0.118 0.933 */; Color THISTLE3 = new Color(0xcdb5cd) /* 0.167 0.117 0.804 */; Color THISTLE4 = new Color(0x8b7b8b) /* 0.167 0.115 0.545 */; Color TOMATO1 = new Color(0xff6347) /* 0.975 0.722 1.000 */; Color TOMATO2 = new Color(0xee5c42) /* 0.975 0.723 0.933 */; Color TOMATO3 = new Color(0xcd4f39) /* 0.975 0.722 0.804 */; Color TOMATO4 = new Color(0x8b3626) /* 0.974 0.727 0.545 */; Color TURQUOISE = new Color(0x40e0d0) /* 0.517 0.714 0.878 */; Color TURQUOISE1 = new Color(0x00f5ff) /* 0.493 1.000 1.000 */; Color TURQUOISE2 = new Color(0x00e5ee) /* 0.494 1.000 0.933 */; Color TURQUOISE3 = new Color(0x00c5cd) /* 0.493 1.000 0.804 */; Color TURQUOISE4 = new Color(0x00868b) /* 0.494 1.000 0.545 */; Color VIOLET = new Color(0xee82ee) /* 0.167 0.454 0.933 */; Color VIOLETRED = new Color(0xd02090) /* 0.106 0.846 0.816 */; Color VIOLETRED1 = new Color(0xff3e96) /* 0.076 0.757 1.000 */; Color VIOLETRED2 = new Color(0xee3a8c) /* 0.076 0.756 0.933 */; Color VIOLETRED3 = new Color(0xcd3278) /* 0.075 0.756 0.804 */; Color VIOLETRED4 = new Color(0x8b2252) /* 0.076 0.755 0.545 */; Color WHEAT = new Color(0xf5deb3) /* 0.891 0.269 0.961 */; Color WHEAT1 = new Color(0xffe7ba) /* 0.891 0.271 1.000 */; Color WHEAT2 = new Color(0xeed8ae) /* 0.891 0.269 0.933 */; Color WHEAT3 = new Color(0xcdba96) /* 0.891 0.268 0.804 */; Color WHEAT4 = new Color(0x8b7e66) /* 0.892 0.266 0.545 */; Color WHITE = new Color(0xffffff) /* 0.000 0.000 1.000 */; Color WHITESMOKE = new Color(0xf5f5f5) /* 0.000 0.000 0.961 */; Color YELLOW1 = new Color(0xffff00) /* 0.833 1.000 1.000 */; Color YELLOW2 = new Color(0xeeee00) /* 0.833 1.000 0.933 */; Color YELLOW3 = new Color(0xcdcd00) /* 0.833 1.000 0.804 */; Color YELLOW4 = new Color(0x8b8b00) /* 0.833 1.000 0.545 */; Color YELLOWGREEN = new Color(0x9acd32) /* 0.778 0.756 0.804 */; }