Packageblitting.constant
Classpublic class ColorPalette
InheritanceColorPalette Inheritance Object

Enumeration of X11 colors. Use the static X11ColorPalette Colors array of names for full enumeration. Example:
                  
 for(var i:uint = 0; i < X11ColorPalette.Colors.length; i++) {
     var color:uint = X11ColorPalette[X11ColorPalette.Colors[i]];
 }
 
               



Public Methods
 MethodDefined By
  
fromName(name:String):uint
[static]
ColorPalette
  
[static]
ColorPalette
Public Constants
 ConstantDefined By
  aliceBlue : uint = 0xf0f8ff
[static]
ColorPalette
  antiqueWhite : uint = 0xfaebd7
[static]
ColorPalette
  antiqueWhite1 : uint = 0xffefdb
[static]
ColorPalette
  antiqueWhite2 : uint = 0xeedfcc
[static]
ColorPalette
  antiqueWhite3 : uint = 0xcdc0b0
[static]
ColorPalette
  antiqueWhite4 : uint = 0x8b8378
[static]
ColorPalette
  aquamarine : uint = 0x7fffd4
[static]
ColorPalette
  aquamarine1 : uint = 0x7fffd4
[static]
ColorPalette
  aquamarine2 : uint = 0x76eec6
[static]
ColorPalette
  aquamarine3 : uint = 0x66cdaa
[static]
ColorPalette
  aquamarine4 : uint = 0x458b74
[static]
ColorPalette
  azure : uint = 0xf0ffff
[static]
ColorPalette
  azure1 : uint = 0xf0ffff
[static]
ColorPalette
  azure2 : uint = 0xe0eeee
[static]
ColorPalette
  azure3 : uint = 0xc1cdcd
[static]
ColorPalette
  azure4 : uint = 0x838b8b
[static]
ColorPalette
  beige : uint = 0xf5f5dc
[static]
ColorPalette
  bisque : uint = 0xffe4c4
[static]
ColorPalette
  bisque1 : uint = 0xffe4c4
[static]
ColorPalette
  bisque2 : uint = 0xeed5b7
[static]
ColorPalette
  bisque3 : uint = 0xcdb79e
[static]
ColorPalette
  bisque4 : uint = 0x8b7d6b
[static]
ColorPalette
  black : uint = 0x000000
[static]
ColorPalette
  blanchedAlmond : uint = 0xffebcd
[static]
ColorPalette
  blue : uint = 0x0000ff
[static]
ColorPalette
  blue1 : uint = 0x0000ff
[static]
ColorPalette
  blue2 : uint = 0x0000ee
[static]
ColorPalette
  blue3 : uint = 0x0000cd
[static]
ColorPalette
  blue4 : uint = 0x00008b
[static]
ColorPalette
  blueViolet : uint = 0x8a2be2
[static]
ColorPalette
  brown : uint = 0xa52a2a
[static]
ColorPalette
  brown1 : uint = 0xff4040
[static]
ColorPalette
  brown2 : uint = 0xee3b3b
[static]
ColorPalette
  brown3 : uint = 0xcd3333
[static]
ColorPalette
  brown4 : uint = 0x8b2323
[static]
ColorPalette
  burlywood : uint = 0xdeb887
[static]
ColorPalette
  burlywood1 : uint = 0xffd39b
[static]
ColorPalette
  burlywood2 : uint = 0xeec591
[static]
ColorPalette
  burlywood3 : uint = 0xcdaa7d
[static]
ColorPalette
  burlywood4 : uint = 0x8b7355
[static]
ColorPalette
  cadetBlue : uint = 0x5f9ea0
[static]
ColorPalette
  cadetBlue1 : uint = 0x98f5ff
[static]
ColorPalette
  cadetBlue2 : uint = 0x8ee5ee
[static]
ColorPalette
  cadetBlue3 : uint = 0x7ac5cd
[static]
ColorPalette
  cadetBlue4 : uint = 0x53868b
[static]
ColorPalette
  chartreuse : uint = 0x7fff00
[static]
ColorPalette
  chartreuse1 : uint = 0x7fff00
[static]
ColorPalette
  chartreuse2 : uint = 0x76ee00
[static]
ColorPalette
  chartreuse3 : uint = 0x66cd00
[static]
ColorPalette
  chartreuse4 : uint = 0x458b00
[static]
ColorPalette
  chocolate : uint = 0xd2691e
[static]
ColorPalette
  chocolate1 : uint = 0xff7f24
[static]
ColorPalette
  chocolate2 : uint = 0xee7621
[static]
ColorPalette
  chocolate3 : uint = 0xcd661d
[static]
ColorPalette
  chocolate4 : uint = 0x8b4513
[static]
ColorPalette
  Colors : Array
[static] Array of all colors defined.
ColorPalette
  coral : uint = 0xff7f50
[static]
ColorPalette
  coral1 : uint = 0xff7256
[static]
ColorPalette
  coral2 : uint = 0xee6a50
[static]
ColorPalette
  coral3 : uint = 0xcd5b45
[static]
ColorPalette
  coral4 : uint = 0x8b3e2f
[static]
ColorPalette
  cornflowerBlue : uint = 0x6495ed
[static]
ColorPalette
  cornsilk : uint = 0xfff8dc
[static]
ColorPalette
  cornsilk1 : uint = 0xfff8dc
[static]
ColorPalette
  cornsilk2 : uint = 0xeee8cd
[static]
ColorPalette
  cornsilk3 : uint = 0xcdc8b1
[static]
ColorPalette
  cornsilk4 : uint = 0x8b8878
[static]
ColorPalette
  cyan : uint = 0x00ffff
[static]
ColorPalette
  cyan1 : uint = 0x00ffff
[static]
ColorPalette
  cyan2 : uint = 0x00eeee
[static]
ColorPalette
  cyan3 : uint = 0x00cdcd
[static]
ColorPalette
  cyan4 : uint = 0x008b8b
[static]
ColorPalette
  darkBlue : uint = 0x00008b
[static]
ColorPalette
  darkCyan : uint = 0x008b8b
[static]
ColorPalette
  darkGoldenrod : uint = 0xb8860b
[static]
ColorPalette
  darkGoldenrod1 : uint = 0xffb90f
[static]
ColorPalette
  darkGoldenrod2 : uint = 0xeead0e
[static]
ColorPalette
  darkGoldenrod3 : uint = 0xcd950c
[static]
ColorPalette
  darkGoldenrod4 : uint = 0x8b6508
[static]
ColorPalette
  darkGreen : uint = 0x006400
[static]
ColorPalette
  darkGrey : uint = 0xa9a9a9
[static]
ColorPalette
  darkKhaki : uint = 0xbdb76b
[static]
ColorPalette
  darkMagenta : uint = 0x8b008b
[static]
ColorPalette
  darkOliveGreen : uint = 0x556b2f
[static]
ColorPalette
  darkOliveGreen1 : uint = 0xcaff70
[static]
ColorPalette
  darkOliveGreen2 : uint = 0xbcee68
[static]
ColorPalette
  darkOliveGreen3 : uint = 0xa2cd5a
[static]
ColorPalette
  darkOliveGreen4 : uint = 0x6e8b3d
[static]
ColorPalette
  darkOrange : uint = 0xff8c00
[static]
ColorPalette
  darkOrange1 : uint = 0xff7f00
[static]
ColorPalette
  darkOrange2 : uint = 0xee7600
[static]
ColorPalette
  darkOrange3 : uint = 0xcd6600
[static]
ColorPalette
  darkOrange4 : uint = 0x8b4500
[static]
ColorPalette
  darkOrchid : uint = 0x9932cc
[static]
ColorPalette
  darkOrchid1 : uint = 0xbf3eff
[static]
ColorPalette
  darkOrchid2 : uint = 0xb23aee
[static]
ColorPalette
  darkOrchid3 : uint = 0x9a32cd
[static]
ColorPalette
  darkOrchid4 : uint = 0x68228b
[static]
ColorPalette
  darkRed : uint = 0x8b0000
[static]
ColorPalette
  darkSalmon : uint = 0xe9967a
[static]
ColorPalette
  darkSeaGreen : uint = 0x8fbc8f
[static]
ColorPalette
  darkSeaGreen1 : uint = 0xc1ffc1
[static]
ColorPalette
  darkSeaGreen2 : uint = 0xb4eeb4
[static]
ColorPalette
  darkSeaGreen3 : uint = 0x9bcd9b
[static]
ColorPalette
  darkSeaGreen4 : uint = 0x698b69
[static]
ColorPalette
  darkSlateBlue : uint = 0x483d8b
[static]
ColorPalette
  darkSlateGray : uint = 0x2f4f4f
[static]
ColorPalette
  darkSlateGray1 : uint = 0x97ffff
[static]
ColorPalette
  darkSlateGray2 : uint = 0x8deeee
[static]
ColorPalette
  darkSlateGray3 : uint = 0x79cdcd
[static]
ColorPalette
  darkSlateGray4 : uint = 0x528b8b
[static]
ColorPalette
  darkTurquoise : uint = 0x00ced1
[static]
ColorPalette
  darkViolet : uint = 0x9400d3
[static]
ColorPalette
  deepPink : uint = 0xff1493
[static]
ColorPalette
  deepPink1 : uint = 0xff1493
[static]
ColorPalette
  deepPink2 : uint = 0xee1289
[static]
ColorPalette
  deepPink3 : uint = 0xcd1076
[static]
ColorPalette
  deepPink4 : uint = 0x8b0a50
[static]
ColorPalette
  deepSkyBlue : uint = 0x00bfff
[static]
ColorPalette
  deepSkyBlue1 : uint = 0x00bfff
[static]
ColorPalette
  deepSkyBlue2 : uint = 0x00b2ee
[static]
ColorPalette
  deepSkyBlue3 : uint = 0x009acd
[static]
ColorPalette
  deepSkyBlue4 : uint = 0x00688b
[static]
ColorPalette
  dimGrey : uint = 0x696969
[static]
ColorPalette
  dodgerBlue : uint = 0x1e90ff
[static]
ColorPalette
  dodgerBlue1 : uint = 0x1e90ff
[static]
ColorPalette
  dodgerBlue2 : uint = 0x1c86ee
[static]
ColorPalette
  dodgerBlue3 : uint = 0x1874cd
[static]
ColorPalette
  dodgerBlue4 : uint = 0x104e8b
[static]
ColorPalette
  firebrick : uint = 0xb22222
[static]
ColorPalette
  firebrick1 : uint = 0xff3030
[static]
ColorPalette
  firebrick2 : uint = 0xee2c2c
[static]
ColorPalette
  firebrick3 : uint = 0xcd2626
[static]
ColorPalette
  firebrick4 : uint = 0x8b1a1a
[static]
ColorPalette
  floralWhite : uint = 0xfffaf0
[static]
ColorPalette
  forestGreen : uint = 0x228b22
[static]
ColorPalette
  gainsboro : uint = 0xdcdcdc
[static]
ColorPalette
  ghostWhite : uint = 0xf8f8ff
[static]
ColorPalette
  gold : uint = 0xffd700
[static]
ColorPalette
  gold1 : uint = 0xffd700
[static]
ColorPalette
  gold2 : uint = 0xeec900
[static]
ColorPalette
  gold3 : uint = 0xcdad00
[static]
ColorPalette
  gold4 : uint = 0x8b7500
[static]
ColorPalette
  goldenrod : uint = 0xdaa520
[static]
ColorPalette
  goldenrod1 : uint = 0xffc125
[static]
ColorPalette
  goldenrod2 : uint = 0xeeb422
[static]
ColorPalette
  goldenrod3 : uint = 0xcd9b1d
[static]
ColorPalette
  goldenrod4 : uint = 0x8b6914
[static]
ColorPalette
  gray : uint = 0xbebebe
[static]
ColorPalette
  gray0 : uint = 0x000000
[static]
ColorPalette
  gray1 : uint = 0x030303
[static]
ColorPalette
  gray10 : uint = 0x1a1a1a
[static]
ColorPalette
  gray100 : uint = 0xffffff
[static]
ColorPalette
  gray11 : uint = 0x1c1c1c
[static]
ColorPalette
  gray12 : uint = 0x1f1f1f
[static]
ColorPalette
  gray13 : uint = 0x212121
[static]
ColorPalette
  gray14 : uint = 0x242424
[static]
ColorPalette
  gray15 : uint = 0x262626
[static]
ColorPalette
  gray16 : uint = 0x292929
[static]
ColorPalette
  gray17 : uint = 0x2b2b2b
[static]
ColorPalette
  gray18 : uint = 0x2e2e2e
[static]
ColorPalette
  gray19 : uint = 0x303030
[static]
ColorPalette
  gray2 : uint = 0x050505
[static]
ColorPalette
  gray20 : uint = 0x333333
[static]
ColorPalette
  gray21 : uint = 0x363636
[static]
ColorPalette
  gray22 : uint = 0x383838
[static]
ColorPalette
  gray23 : uint = 0x3b3b3b
[static]
ColorPalette
  gray24 : uint = 0x3d3d3d
[static]
ColorPalette
  gray25 : uint = 0x404040
[static]
ColorPalette
  gray26 : uint = 0x424242
[static]
ColorPalette
  gray27 : uint = 0x454545
[static]
ColorPalette
  gray28 : uint = 0x474747
[static]
ColorPalette
  gray29 : uint = 0x4a4a4a
[static]
ColorPalette
  gray3 : uint = 0x080808
[static]
ColorPalette
  gray30 : uint = 0x4d4d4d
[static]
ColorPalette
  gray31 : uint = 0x4f4f4f
[static]
ColorPalette
  gray32 : uint = 0x525252
[static]
ColorPalette
  gray33 : uint = 0x545454
[static]
ColorPalette
  gray34 : uint = 0x575757
[static]
ColorPalette
  gray35 : uint = 0x595959
[static]
ColorPalette
  gray36 : uint = 0x5c5c5c
[static]
ColorPalette
  gray37 : uint = 0x5e5e5e
[static]
ColorPalette
  gray38 : uint = 0x616161
[static]
ColorPalette
  gray39 : uint = 0x636363
[static]
ColorPalette
  gray4 : uint = 0x0a0a0a
[static]
ColorPalette
  gray40 : uint = 0x666666
[static]
ColorPalette
  gray41 : uint = 0x696969
[static]
ColorPalette
  gray42 : uint = 0x6b6b6b
[static]
ColorPalette
  gray43 : uint = 0x6e6e6e
[static]
ColorPalette
  gray44 : uint = 0x707070
[static]
ColorPalette
  gray45 : uint = 0x737373
[static]
ColorPalette
  gray46 : uint = 0x757575
[static]
ColorPalette
  gray47 : uint = 0x787878
[static]
ColorPalette
  gray48 : uint = 0x7a7a7a
[static]
ColorPalette
  gray49 : uint = 0x7d7d7d
[static]
ColorPalette
  gray5 : uint = 0x0d0d0d
[static]
ColorPalette
  gray50 : uint = 0x7f7f7f
[static]
ColorPalette
  gray51 : uint = 0x828282
[static]
ColorPalette
  gray52 : uint = 0x858585
[static]
ColorPalette
  gray53 : uint = 0x878787
[static]
ColorPalette
  gray54 : uint = 0x8a8a8a
[static]
ColorPalette
  gray55 : uint = 0x8c8c8c
[static]
ColorPalette
  gray56 : uint = 0x8f8f8f
[static]
ColorPalette
  gray57 : uint = 0x919191
[static]
ColorPalette
  gray58 : uint = 0x949494
[static]
ColorPalette
  gray59 : uint = 0x969696
[static]
ColorPalette
  gray6 : uint = 0x0f0f0f
[static]
ColorPalette
  gray60 : uint = 0x999999
[static]
ColorPalette
  gray61 : uint = 0x9c9c9c
[static]
ColorPalette
  gray62 : uint = 0x9e9e9e
[static]
ColorPalette
  gray63 : uint = 0xa1a1a1
[static]
ColorPalette
  gray64 : uint = 0xa3a3a3
[static]
ColorPalette
  gray65 : uint = 0xa6a6a6
[static]
ColorPalette
  gray66 : uint = 0xa8a8a8
[static]
ColorPalette
  gray67 : uint = 0xababab
[static]
ColorPalette
  gray68 : uint = 0xadadad
[static]
ColorPalette
  gray69 : uint = 0xb0b0b0
[static]
ColorPalette
  gray7 : uint = 0x121212
[static]
ColorPalette
  gray70 : uint = 0xb3b3b3
[static]
ColorPalette
  gray71 : uint = 0xb5b5b5
[static]
ColorPalette
  gray72 : uint = 0xb8b8b8
[static]
ColorPalette
  gray73 : uint = 0xbababa
[static]
ColorPalette
  gray74 : uint = 0xbdbdbd
[static]
ColorPalette
  gray75 : uint = 0xbfbfbf
[static]
ColorPalette
  gray76 : uint = 0xc2c2c2
[static]
ColorPalette
  gray77 : uint = 0xc4c4c4
[static]
ColorPalette
  gray78 : uint = 0xc7c7c7
[static]
ColorPalette
  gray79 : uint = 0xc9c9c9
[static]
ColorPalette
  gray8 : uint = 0x141414
[static]
ColorPalette
  gray80 : uint = 0xcccccc
[static]
ColorPalette
  gray81 : uint = 0xcfcfcf
[static]
ColorPalette
  gray82 : uint = 0xd1d1d1
[static]
ColorPalette
  gray83 : uint = 0xd4d4d4
[static]
ColorPalette
  gray84 : uint = 0xd6d6d6
[static]
ColorPalette
  gray85 : uint = 0xd9d9d9
[static]
ColorPalette
  gray86 : uint = 0xdbdbdb
[static]
ColorPalette
  gray87 : uint = 0xdedede
[static]
ColorPalette
  gray88 : uint = 0xe0e0e0
[static]
ColorPalette
  gray89 : uint = 0xe3e3e3
[static]
ColorPalette
  gray9 : uint = 0x171717
[static]
ColorPalette
  gray90 : uint = 0xe5e5e5
[static]
ColorPalette
  gray91 : uint = 0xe8e8e8
[static]
ColorPalette
  gray92 : uint = 0xebebeb
[static]
ColorPalette
  gray93 : uint = 0xededed
[static]
ColorPalette
  gray94 : uint = 0xf0f0f0
[static]
ColorPalette
  gray95 : uint = 0xf2f2f2
[static]
ColorPalette
  gray96 : uint = 0xf5f5f5
[static]
ColorPalette
  gray97 : uint = 0xf7f7f7
[static]
ColorPalette
  gray98 : uint = 0xfafafa
[static]
ColorPalette
  gray99 : uint = 0xfcfcfc
[static]
ColorPalette
  green : uint = 0x00ff00
[static]
ColorPalette
  green1 : uint = 0x00ff00
[static]
ColorPalette
  green2 : uint = 0x00ee00
[static]
ColorPalette
  green3 : uint = 0x00cd00
[static]
ColorPalette
  green4 : uint = 0x008b00
[static]
ColorPalette
  greenYellow : uint = 0xadff2f
[static]
ColorPalette
  honeydew : uint = 0xf0fff0
[static]
ColorPalette
  honeydew1 : uint = 0xf0fff0
[static]
ColorPalette
  honeydew2 : uint = 0xe0eee0
[static]
ColorPalette
  honeydew3 : uint = 0xc1cdc1
[static]
ColorPalette
  honeydew4 : uint = 0x838b83
[static]
ColorPalette
  hotPink : uint = 0xff69b4
[static]
ColorPalette
  hotPink1 : uint = 0xff6eb4
[static]
ColorPalette
  hotPink2 : uint = 0xee6aa7
[static]
ColorPalette
  hotPink3 : uint = 0xcd6090
[static]
ColorPalette
  hotPink4 : uint = 0x8b3a62
[static]
ColorPalette
  indianRed : uint = 0xcd5c5c
[static]
ColorPalette
  indianRed1 : uint = 0xff6a6a
[static]
ColorPalette
  indianRed2 : uint = 0xee6363
[static]
ColorPalette
  indianRed3 : uint = 0xcd5555
[static]
ColorPalette
  indianRed4 : uint = 0x8b3a3a
[static]
ColorPalette
  ivory : uint = 0xfffff0
[static]
ColorPalette
  ivory1 : uint = 0xfffff0
[static]
ColorPalette
  ivory2 : uint = 0xeeeee0
[static]
ColorPalette
  ivory3 : uint = 0xcdcdc1
[static]
ColorPalette
  ivory4 : uint = 0x8b8b83
[static]
ColorPalette
  khaki : uint = 0xf0e68c
[static]
ColorPalette
  khaki1 : uint = 0xfff68f
[static]
ColorPalette
  khaki2 : uint = 0xeee685
[static]
ColorPalette
  khaki3 : uint = 0xcdc673
[static]
ColorPalette
  khaki4 : uint = 0x8b864e
[static]
ColorPalette
  lavender : uint = 0xe6e6fa
[static]
ColorPalette
  lavenderBlush : uint = 0xfff0f5
[static]
ColorPalette
  lavenderBlush1 : uint = 0xfff0f5
[static]
ColorPalette
  lavenderBlush2 : uint = 0xeee0e5
[static]
ColorPalette
  lavenderBlush3 : uint = 0xcdc1c5
[static]
ColorPalette
  lavenderBlush4 : uint = 0x8b8386
[static]
ColorPalette
  lawnGreen : uint = 0x7cfc00
[static]
ColorPalette
  lemonChiffon : uint = 0xfffacd
[static]
ColorPalette
  lemonChiffon1 : uint = 0xfffacd
[static]
ColorPalette
  lemonChiffon2 : uint = 0xeee9bf
[static]
ColorPalette
  lemonChiffon3 : uint = 0xcdc9a5
[static]
ColorPalette
  lemonChiffon4 : uint = 0x8b8970
[static]
ColorPalette
  lightBlue : uint = 0xadd8e6
[static]
ColorPalette
  lightBlue1 : uint = 0xbfefff
[static]
ColorPalette
  lightBlue2 : uint = 0xb2dfee
[static]
ColorPalette
  lightBlue3 : uint = 0x9ac0cd
[static]
ColorPalette
  lightBlue4 : uint = 0x68838b
[static]
ColorPalette
  lightCoral : uint = 0xf08080
[static]
ColorPalette
  lightCyan : uint = 0xe0ffff
[static]
ColorPalette
  lightCyan1 : uint = 0xe0ffff
[static]
ColorPalette
  lightCyan2 : uint = 0xd1eeee
[static]
ColorPalette
  lightCyan3 : uint = 0xb4cdcd
[static]
ColorPalette
  lightCyan4 : uint = 0x7a8b8b
[static]
ColorPalette
  lightGoldenrod : uint = 0xeedd82
[static]
ColorPalette
  lightGoldenrod1 : uint = 0xffec8b
[static]
ColorPalette
  lightGoldenrod2 : uint = 0xeedc82
[static]
ColorPalette
  lightGoldenrod3 : uint = 0xcdbe70
[static]
ColorPalette
  lightGoldenrod4 : uint = 0x8b814c
[static]
ColorPalette
  lightGoldenrodYellow : uint = 0xfafad2
[static]
ColorPalette
  lightGray : uint = 0xd3d3d3
[static]
ColorPalette
  lightGreen : uint = 0x90ee90
[static]
ColorPalette
  lightPink : uint = 0xffb6c1
[static]
ColorPalette
  lightPink1 : uint = 0xffaeb9
[static]
ColorPalette
  lightPink2 : uint = 0xeea2ad
[static]
ColorPalette
  lightPink3 : uint = 0xcd8c95
[static]
ColorPalette
  lightPink4 : uint = 0x8b5f65
[static]
ColorPalette
  lightSalmon : uint = 0xffa07a
[static]
ColorPalette
  lightSalmon1 : uint = 0xffa07a
[static]
ColorPalette
  lightSalmon2 : uint = 0xee9572
[static]
ColorPalette
  lightSalmon3 : uint = 0xcd8162
[static]
ColorPalette
  lightSalmon4 : uint = 0x8b5742
[static]
ColorPalette
  lightSeaGreen : uint = 0x20b2aa
[static]
ColorPalette
  lightSkyBlue : uint = 0x87cefa
[static]
ColorPalette
  lightSkyBlue1 : uint = 0xb0e2ff
[static]
ColorPalette
  lightSkyBlue2 : uint = 0xa4d3ee
[static]
ColorPalette
  lightSkyBlue3 : uint = 0x8db6cd
[static]
ColorPalette
  lightSkyBlue4 : uint = 0x607b8b
[static]
ColorPalette
  lightSlateBlue : uint = 0x8470ff
[static]
ColorPalette
  lightSlateGrey : uint = 0x778899
[static]
ColorPalette
  lightSteelBlue : uint = 0xb0c4de
[static]
ColorPalette
  lightSteelBlue1 : uint = 0xcae1ff
[static]
ColorPalette
  lightSteelBlue2 : uint = 0xbcd2ee
[static]
ColorPalette
  lightSteelBlue3 : uint = 0xa2b5cd
[static]
ColorPalette
  lightSteelBlue4 : uint = 0x6e7b8b
[static]
ColorPalette
  lightYellow : uint = 0xffffe0
[static]
ColorPalette
  lightYellow1 : uint = 0xffffe0
[static]
ColorPalette
  lightYellow2 : uint = 0xeeeed1
[static]
ColorPalette
  lightYellow3 : uint = 0xcdcdb4
[static]
ColorPalette
  lightYellow4 : uint = 0x8b8b7a
[static]
ColorPalette
  limeGreen : uint = 0x32cd32
[static]
ColorPalette
  linen : uint = 0xfaf0e6
[static]
ColorPalette
  magenta : uint = 0xff00ff
[static]
ColorPalette
  magenta1 : uint = 0xff00ff
[static]
ColorPalette
  magenta2 : uint = 0xee00ee
[static]
ColorPalette
  magenta3 : uint = 0xcd00cd
[static]
ColorPalette
  magenta4 : uint = 0x8b008b
[static]
ColorPalette
  maroon : uint = 0xb03060
[static]
ColorPalette
  maroon1 : uint = 0xff34b3
[static]
ColorPalette
  maroon2 : uint = 0xee30a7
[static]
ColorPalette
  maroon3 : uint = 0xcd2990
[static]
ColorPalette
  maroon4 : uint = 0x8b1c62
[static]
ColorPalette
  mediumAquamarine : uint = 0x66cdaa
[static]
ColorPalette
  mediumBlue : uint = 0x0000cd
[static]
ColorPalette
  mediumOrchid : uint = 0xba55d3
[static]
ColorPalette
  mediumOrchid1 : uint = 0xe066ff
[static]
ColorPalette
  mediumOrchid2 : uint = 0xd15fee
[static]
ColorPalette
  mediumOrchid3 : uint = 0xb452cd
[static]
ColorPalette
  mediumOrchid4 : uint = 0x7a378b
[static]
ColorPalette
  mediumPurple : uint = 0x9370db
[static]
ColorPalette
  mediumPurple1 : uint = 0xab82ff
[static]
ColorPalette
  mediumPurple2 : uint = 0x9f79ee
[static]
ColorPalette
  mediumPurple3 : uint = 0x8968cd
[static]
ColorPalette
  mediumPurple4 : uint = 0x5d478b
[static]
ColorPalette
  mediumSeaGreen : uint = 0x3cb371
[static]
ColorPalette
  mediumSlateBlue : uint = 0x7b68ee
[static]
ColorPalette
  mediumSpringGreen : uint = 0x00fa9a
[static]
ColorPalette
  mediumTurquoise : uint = 0x48d1cc
[static]
ColorPalette
  mediumVioletRed : uint = 0xc71585
[static]
ColorPalette
  midnightBlue : uint = 0x191970
[static]
ColorPalette
  mintCream : uint = 0xf5fffa
[static]
ColorPalette
  mistyRose : uint = 0xffe4e1
[static]
ColorPalette
  mistyRose1 : uint = 0xffe4e1
[static]
ColorPalette
  mistyRose2 : uint = 0xeed5d2
[static]
ColorPalette
  mistyRose3 : uint = 0xcdb7b5
[static]
ColorPalette
  mistyRose4 : uint = 0x8b7d7b
[static]
ColorPalette
  moccasin : uint = 0xffe4b5
[static]
ColorPalette
  navajoWhite : uint = 0xffdead
[static]
ColorPalette
  navajoWhite1 : uint = 0xffdead
[static]
ColorPalette
  navajoWhite2 : uint = 0xeecfa1
[static]
ColorPalette
  navajoWhite3 : uint = 0xcdb38b
[static]
ColorPalette
  navajoWhite4 : uint = 0x8b795e
[static]
ColorPalette
  navy : uint = 0x000080
[static]
ColorPalette
  navyBlue : uint = 0x000080
[static]
ColorPalette
  oldLace : uint = 0xfdf5e6
[static]
ColorPalette
  oliveDrab : uint = 0x6b8e23
[static]
ColorPalette
  oliveDrab1 : uint = 0xc0ff3e
[static]
ColorPalette
  oliveDrab2 : uint = 0xb3ee3a
[static]
ColorPalette
  oliveDrab3 : uint = 0x9acd32
[static]
ColorPalette
  oliveDrab4 : uint = 0x698b22
[static]
ColorPalette
  orange : uint = 0xffa500
[static]
ColorPalette
  orange1 : uint = 0xffa500
[static]
ColorPalette
  orange2 : uint = 0xee9a00
[static]
ColorPalette
  orange3 : uint = 0xcd8500
[static]
ColorPalette
  orange4 : uint = 0x8b5a00
[static]
ColorPalette
  orangeRed : uint = 0xff4500
[static]
ColorPalette
  orangeRed1 : uint = 0xff4500
[static]
ColorPalette
  orangeRed2 : uint = 0xee4000
[static]
ColorPalette
  orangeRed3 : uint = 0xcd3700
[static]
ColorPalette
  orangeRed4 : uint = 0x8b2500
[static]
ColorPalette
  orchid : uint = 0xda70d6
[static]
ColorPalette
  orchid1 : uint = 0xff83fa
[static]
ColorPalette
  orchid2 : uint = 0xee7ae9
[static]
ColorPalette
  orchid3 : uint = 0xcd69c9
[static]
ColorPalette
  orchid4 : uint = 0x8b4789
[static]
ColorPalette
  paleGoldenrod : uint = 0xeee8aa
[static]
ColorPalette
  paleGreen : uint = 0x98fb98
[static]
ColorPalette
  paleGreen1 : uint = 0x9aff9a
[static]
ColorPalette
  paleGreen2 : uint = 0x90ee90
[static]
ColorPalette
  paleGreen3 : uint = 0x7ccd7c
[static]
ColorPalette
  paleGreen4 : uint = 0x548b54
[static]
ColorPalette
  paleTurquoise : uint = 0xafeeee
[static]
ColorPalette
  paleTurquoise1 : uint = 0xbbffff
[static]
ColorPalette
  paleTurquoise2 : uint = 0xaeeeee
[static]
ColorPalette
  paleTurquoise3 : uint = 0x96cdcd
[static]
ColorPalette
  paleTurquoise4 : uint = 0x668b8b
[static]
ColorPalette
  paleVioletRed : uint = 0xdb7093
[static]
ColorPalette
  paleVioletRed1 : uint = 0xff82ab
[static]
ColorPalette
  paleVioletRed2 : uint = 0xee799f
[static]
ColorPalette
  paleVioletRed3 : uint = 0xcd6889
[static]
ColorPalette
  paleVioletRed4 : uint = 0x8b475d
[static]
ColorPalette
  papayaWhip : uint = 0xffefd5
[static]
ColorPalette
  peachPuff : uint = 0xffdab9
[static]
ColorPalette
  peachPuff1 : uint = 0xffdab9
[static]
ColorPalette
  peachPuff2 : uint = 0xeecbad
[static]
ColorPalette
  peachPuff3 : uint = 0xcdaf95
[static]
ColorPalette
  peachPuff4 : uint = 0x8b7765
[static]
ColorPalette
  peru : uint = 0xcd853f
[static]
ColorPalette
  pink : uint = 0xffc0cb
[static]
ColorPalette
  pink1 : uint = 0xffb5c5
[static]
ColorPalette
  pink2 : uint = 0xeea9b8
[static]
ColorPalette
  pink3 : uint = 0xcd919e
[static]
ColorPalette
  pink4 : uint = 0x8b636c
[static]
ColorPalette
  plum : uint = 0xdda0dd
[static]
ColorPalette
  plum1 : uint = 0xffbbff
[static]
ColorPalette
  plum2 : uint = 0xeeaeee
[static]
ColorPalette
  plum3 : uint = 0xcd96cd
[static]
ColorPalette
  plum4 : uint = 0x8b668b
[static]
ColorPalette
  powderBlue : uint = 0xb0e0e6
[static]
ColorPalette
  purple : uint = 0xa020f0
[static]
ColorPalette
  purple1 : uint = 0x9b30ff
[static]
ColorPalette
  purple2 : uint = 0x912cee
[static]
ColorPalette
  purple3 : uint = 0x7d26cd
[static]
ColorPalette
  purple4 : uint = 0x551a8b
[static]
ColorPalette
  red : uint = 0xff0000
[static]
ColorPalette
  red1 : uint = 0xff0000
[static]
ColorPalette
  red2 : uint = 0xee0000
[static]
ColorPalette
  red3 : uint = 0xcd0000
[static]
ColorPalette
  red4 : uint = 0x8b0000
[static]
ColorPalette
  rosyBrown : uint = 0xbc8f8f
[static]
ColorPalette
  rosyBrown1 : uint = 0xffc1c1
[static]
ColorPalette
  rosyBrown2 : uint = 0xeeb4b4
[static]
ColorPalette
  rosyBrown3 : uint = 0xcd9b9b
[static]
ColorPalette
  rosyBrown4 : uint = 0x8b6969
[static]
ColorPalette
  royalBlue : uint = 0x4169e1
[static]
ColorPalette
  royalBlue1 : uint = 0x4876ff
[static]
ColorPalette
  royalBlue2 : uint = 0x436eee
[static]
ColorPalette
  royalBlue3 : uint = 0x3a5fcd
[static]
ColorPalette
  royalBlue4 : uint = 0x27408b
[static]
ColorPalette
  saddleBrown : uint = 0x8b4513
[static]
ColorPalette
  salmon : uint = 0xfa8072
[static]
ColorPalette
  salmon1 : uint = 0xff8c69
[static]
ColorPalette
  salmon2 : uint = 0xee8262
[static]
ColorPalette
  salmon3 : uint = 0xcd7054
[static]
ColorPalette
  salmon4 : uint = 0x8b4c39
[static]
ColorPalette
  sandyBrown : uint = 0xf4a460
[static]
ColorPalette
  seaGreen : uint = 0x2e8b57
[static]
ColorPalette
  seaGreen1 : uint = 0x54ff9f
[static]
ColorPalette
  seaGreen2 : uint = 0x4eee94
[static]
ColorPalette
  seaGreen3 : uint = 0x43cd80
[static]
ColorPalette
  seaGreen4 : uint = 0x2e8b57
[static]
ColorPalette
  seashell : uint = 0xfff5ee
[static]
ColorPalette
  seashell1 : uint = 0xfff5ee
[static]
ColorPalette
  seashell2 : uint = 0xeee5de
[static]
ColorPalette
  seashell3 : uint = 0xcdc5bf
[static]
ColorPalette
  seashell4 : uint = 0x8b8682
[static]
ColorPalette
  sienna : uint = 0xa0522d
[static]
ColorPalette
  sienna1 : uint = 0xff8247
[static]
ColorPalette
  sienna2 : uint = 0xee7942
[static]
ColorPalette
  sienna3 : uint = 0xcd6839
[static]
ColorPalette
  sienna4 : uint = 0x8b4726
[static]
ColorPalette
  skyBlue : uint = 0x87ceeb
[static]
ColorPalette
  skyBlue1 : uint = 0x87ceff
[static]
ColorPalette
  skyBlue2 : uint = 0x7ec0ee
[static]
ColorPalette
  skyBlue3 : uint = 0x6ca6cd
[static]
ColorPalette
  skyBlue4 : uint = 0x4a708b
[static]
ColorPalette
  slateBlue : uint = 0x6a5acd
[static]
ColorPalette
  slateBlue1 : uint = 0x836fff
[static]
ColorPalette
  slateBlue2 : uint = 0x7a67ee
[static]
ColorPalette
  slateBlue3 : uint = 0x6959cd
[static]
ColorPalette
  slateBlue4 : uint = 0x473c8b
[static]
ColorPalette
  slateGray : uint = 0x708090
[static]
ColorPalette
  slateGray1 : uint = 0xc6e2ff
[static]
ColorPalette
  slateGray2 : uint = 0xb9d3ee
[static]
ColorPalette
  slateGray3 : uint = 0x9fb6cd
[static]
ColorPalette
  slateGray4 : uint = 0x6c7b8b
[static]
ColorPalette
  snow : uint = 0xfffafa
[static]
ColorPalette
  snow1 : uint = 0xfffafa
[static]
ColorPalette
  snow2 : uint = 0xeee9e9
[static]
ColorPalette
  snow3 : uint = 0xcdc9c9
[static]
ColorPalette
  snow4 : uint = 0x8b8989
[static]
ColorPalette
  springGreen : uint = 0x00ff7f
[static]
ColorPalette
  springGreen1 : uint = 0x00ff7f
[static]
ColorPalette
  springGreen2 : uint = 0x00ee76
[static]
ColorPalette
  springGreen3 : uint = 0x00cd66
[static]
ColorPalette
  springGreen4 : uint = 0x008b45
[static]
ColorPalette
  steelBlue : uint = 0x4682b4
[static]
ColorPalette
  steelBlue1 : uint = 0x63b8ff
[static]
ColorPalette
  steelBlue2 : uint = 0x5cacee
[static]
ColorPalette
  steelBlue3 : uint = 0x4f94cd
[static]
ColorPalette
  steelBlue4 : uint = 0x36648b
[static]
ColorPalette
  tan : uint = 0xd2b48c
[static]
ColorPalette
  tan1 : uint = 0xffa54f
[static]
ColorPalette
  tan2 : uint = 0xee9a49
[static]
ColorPalette
  tan3 : uint = 0xcd853f
[static]
ColorPalette
  tan4 : uint = 0x8b5a2b
[static]
ColorPalette
  thistle : uint = 0xd8bfd8
[static]
ColorPalette
  thistle1 : uint = 0xffe1ff
[static]
ColorPalette
  thistle2 : uint = 0xeed2ee
[static]
ColorPalette
  thistle3 : uint = 0xcdb5cd
[static]
ColorPalette
  thistle4 : uint = 0x8b7b8b
[static]
ColorPalette
  tomato : uint = 0xff6347
[static]
ColorPalette
  tomato1 : uint = 0xff6347
[static]
ColorPalette
  tomato2 : uint = 0xee5c42
[static]
ColorPalette
  tomato3 : uint = 0xcd4f39
[static]
ColorPalette
  tomato4 : uint = 0xff6347
[static]
ColorPalette
  turquoise : uint = 0x40e0d0
[static]
ColorPalette
  turquoise1 : uint = 0x00f5ff
[static]
ColorPalette
  turquoise2 : uint = 0x00e5ee
[static]
ColorPalette
  turquoise3 : uint = 0x00c5cd
[static]
ColorPalette
  turquoise4 : uint = 0x00868b
[static]
ColorPalette
  violet : uint = 0xee82ee
[static]
ColorPalette
  violetRed : uint = 0xd02090
[static]
ColorPalette
  violetRed1 : uint = 0xff3e96
[static]
ColorPalette
  violetRed2 : uint = 0xee3a8c
[static]
ColorPalette
  violetRed3 : uint = 0xcd3278
[static]
ColorPalette
  violetRed4 : uint = 0x8b2252
[static]
ColorPalette
  wheat : uint = 0xf5deb3
[static]
ColorPalette
  wheat1 : uint = 0xffe7ba
[static]
ColorPalette
  wheat2 : uint = 0xeed8ae
[static]
ColorPalette
  wheat3 : uint = 0xcdba96
[static]
ColorPalette
  wheat4 : uint = 0x8b7e66
[static]
ColorPalette
  white : uint = 0xffffff
[static]
ColorPalette
  whiteSmoke : uint = 0xf5f5f5
[static]
ColorPalette
  yellow : uint = 0xffff00
[static]
ColorPalette
  yellow1 : uint = 0xffff00
[static]
ColorPalette
  yellow2 : uint = 0xeeee00
[static]
ColorPalette
  yellow3 : uint = 0xcdcd00
[static]
ColorPalette
  yellow4 : uint = 0x8b8b00
[static]
ColorPalette
  yellowGreen : uint = 0x9acd32
[static]
ColorPalette
Method Detail
fromName()method
public static function fromName(name:String):uint

Parameters

name:String

Returns
uint
randomColor()method 
public static function randomColor():uint

Returns
uint
Constant Detail
aliceBlueConstant
public static const aliceBlue:uint = 0xf0f8ff

antiqueWhiteConstant 
public static const antiqueWhite:uint = 0xfaebd7

antiqueWhite1Constant 
public static const antiqueWhite1:uint = 0xffefdb

antiqueWhite2Constant 
public static const antiqueWhite2:uint = 0xeedfcc

antiqueWhite3Constant 
public static const antiqueWhite3:uint = 0xcdc0b0

antiqueWhite4Constant 
public static const antiqueWhite4:uint = 0x8b8378

aquamarineConstant 
public static const aquamarine:uint = 0x7fffd4

aquamarine1Constant 
public static const aquamarine1:uint = 0x7fffd4

aquamarine2Constant 
public static const aquamarine2:uint = 0x76eec6

aquamarine3Constant 
public static const aquamarine3:uint = 0x66cdaa

aquamarine4Constant 
public static const aquamarine4:uint = 0x458b74

azureConstant 
public static const azure:uint = 0xf0ffff

azure1Constant 
public static const azure1:uint = 0xf0ffff

azure2Constant 
public static const azure2:uint = 0xe0eeee

azure3Constant 
public static const azure3:uint = 0xc1cdcd

azure4Constant 
public static const azure4:uint = 0x838b8b

beigeConstant 
public static const beige:uint = 0xf5f5dc

bisqueConstant 
public static const bisque:uint = 0xffe4c4

bisque1Constant 
public static const bisque1:uint = 0xffe4c4

bisque2Constant 
public static const bisque2:uint = 0xeed5b7

bisque3Constant 
public static const bisque3:uint = 0xcdb79e

bisque4Constant 
public static const bisque4:uint = 0x8b7d6b

blackConstant 
public static const black:uint = 0x000000

blanchedAlmondConstant 
public static const blanchedAlmond:uint = 0xffebcd

blueConstant 
public static const blue:uint = 0x0000ff

blue1Constant 
public static const blue1:uint = 0x0000ff

blue2Constant 
public static const blue2:uint = 0x0000ee

blue3Constant 
public static const blue3:uint = 0x0000cd

blue4Constant 
public static const blue4:uint = 0x00008b

blueVioletConstant 
public static const blueViolet:uint = 0x8a2be2

brownConstant 
public static const brown:uint = 0xa52a2a

brown1Constant 
public static const brown1:uint = 0xff4040

brown2Constant 
public static const brown2:uint = 0xee3b3b

brown3Constant 
public static const brown3:uint = 0xcd3333

brown4Constant 
public static const brown4:uint = 0x8b2323

burlywoodConstant 
public static const burlywood:uint = 0xdeb887

burlywood1Constant 
public static const burlywood1:uint = 0xffd39b

burlywood2Constant 
public static const burlywood2:uint = 0xeec591

burlywood3Constant 
public static const burlywood3:uint = 0xcdaa7d

burlywood4Constant 
public static const burlywood4:uint = 0x8b7355

cadetBlueConstant 
public static const cadetBlue:uint = 0x5f9ea0

cadetBlue1Constant 
public static const cadetBlue1:uint = 0x98f5ff

cadetBlue2Constant 
public static const cadetBlue2:uint = 0x8ee5ee

cadetBlue3Constant 
public static const cadetBlue3:uint = 0x7ac5cd

cadetBlue4Constant 
public static const cadetBlue4:uint = 0x53868b

chartreuseConstant 
public static const chartreuse:uint = 0x7fff00

chartreuse1Constant 
public static const chartreuse1:uint = 0x7fff00

chartreuse2Constant 
public static const chartreuse2:uint = 0x76ee00

chartreuse3Constant 
public static const chartreuse3:uint = 0x66cd00

chartreuse4Constant 
public static const chartreuse4:uint = 0x458b00

chocolateConstant 
public static const chocolate:uint = 0xd2691e

chocolate1Constant 
public static const chocolate1:uint = 0xff7f24

chocolate2Constant 
public static const chocolate2:uint = 0xee7621

chocolate3Constant 
public static const chocolate3:uint = 0xcd661d

chocolate4Constant 
public static const chocolate4:uint = 0x8b4513

ColorsConstant 
public static const Colors:Array

Array of all colors defined.

coralConstant 
public static const coral:uint = 0xff7f50

coral1Constant 
public static const coral1:uint = 0xff7256

coral2Constant 
public static const coral2:uint = 0xee6a50

coral3Constant 
public static const coral3:uint = 0xcd5b45

coral4Constant 
public static const coral4:uint = 0x8b3e2f

cornflowerBlueConstant 
public static const cornflowerBlue:uint = 0x6495ed

cornsilkConstant 
public static const cornsilk:uint = 0xfff8dc

cornsilk1Constant 
public static const cornsilk1:uint = 0xfff8dc

cornsilk2Constant 
public static const cornsilk2:uint = 0xeee8cd

cornsilk3Constant 
public static const cornsilk3:uint = 0xcdc8b1

cornsilk4Constant 
public static const cornsilk4:uint = 0x8b8878

cyanConstant 
public static const cyan:uint = 0x00ffff

cyan1Constant 
public static const cyan1:uint = 0x00ffff

cyan2Constant 
public static const cyan2:uint = 0x00eeee

cyan3Constant 
public static const cyan3:uint = 0x00cdcd

cyan4Constant 
public static const cyan4:uint = 0x008b8b

darkBlueConstant 
public static const darkBlue:uint = 0x00008b

darkCyanConstant 
public static const darkCyan:uint = 0x008b8b

darkGoldenrodConstant 
public static const darkGoldenrod:uint = 0xb8860b

darkGoldenrod1Constant 
public static const darkGoldenrod1:uint = 0xffb90f

darkGoldenrod2Constant 
public static const darkGoldenrod2:uint = 0xeead0e

darkGoldenrod3Constant 
public static const darkGoldenrod3:uint = 0xcd950c

darkGoldenrod4Constant 
public static const darkGoldenrod4:uint = 0x8b6508

darkGreenConstant 
public static const darkGreen:uint = 0x006400

darkGreyConstant 
public static const darkGrey:uint = 0xa9a9a9

darkKhakiConstant 
public static const darkKhaki:uint = 0xbdb76b

darkMagentaConstant 
public static const darkMagenta:uint = 0x8b008b

darkOliveGreenConstant 
public static const darkOliveGreen:uint = 0x556b2f

darkOliveGreen1Constant 
public static const darkOliveGreen1:uint = 0xcaff70

darkOliveGreen2Constant 
public static const darkOliveGreen2:uint = 0xbcee68

darkOliveGreen3Constant 
public static const darkOliveGreen3:uint = 0xa2cd5a

darkOliveGreen4Constant 
public static const darkOliveGreen4:uint = 0x6e8b3d

darkOrangeConstant 
public static const darkOrange:uint = 0xff8c00

darkOrange1Constant 
public static const darkOrange1:uint = 0xff7f00

darkOrange2Constant 
public static const darkOrange2:uint = 0xee7600

darkOrange3Constant 
public static const darkOrange3:uint = 0xcd6600

darkOrange4Constant 
public static const darkOrange4:uint = 0x8b4500

darkOrchidConstant 
public static const darkOrchid:uint = 0x9932cc

darkOrchid1Constant 
public static const darkOrchid1:uint = 0xbf3eff

darkOrchid2Constant 
public static const darkOrchid2:uint = 0xb23aee

darkOrchid3Constant 
public static const darkOrchid3:uint = 0x9a32cd

darkOrchid4Constant 
public static const darkOrchid4:uint = 0x68228b

darkRedConstant 
public static const darkRed:uint = 0x8b0000

darkSalmonConstant 
public static const darkSalmon:uint = 0xe9967a

darkSeaGreenConstant 
public static const darkSeaGreen:uint = 0x8fbc8f

darkSeaGreen1Constant 
public static const darkSeaGreen1:uint = 0xc1ffc1

darkSeaGreen2Constant 
public static const darkSeaGreen2:uint = 0xb4eeb4

darkSeaGreen3Constant 
public static const darkSeaGreen3:uint = 0x9bcd9b

darkSeaGreen4Constant 
public static const darkSeaGreen4:uint = 0x698b69

darkSlateBlueConstant 
public static const darkSlateBlue:uint = 0x483d8b

darkSlateGrayConstant 
public static const darkSlateGray:uint = 0x2f4f4f

darkSlateGray1Constant 
public static const darkSlateGray1:uint = 0x97ffff

darkSlateGray2Constant 
public static const darkSlateGray2:uint = 0x8deeee

darkSlateGray3Constant 
public static const darkSlateGray3:uint = 0x79cdcd

darkSlateGray4Constant 
public static const darkSlateGray4:uint = 0x528b8b

darkTurquoiseConstant 
public static const darkTurquoise:uint = 0x00ced1

darkVioletConstant 
public static const darkViolet:uint = 0x9400d3

deepPinkConstant 
public static const deepPink:uint = 0xff1493

deepPink1Constant 
public static const deepPink1:uint = 0xff1493

deepPink2Constant 
public static const deepPink2:uint = 0xee1289

deepPink3Constant 
public static const deepPink3:uint = 0xcd1076

deepPink4Constant 
public static const deepPink4:uint = 0x8b0a50

deepSkyBlueConstant 
public static const deepSkyBlue:uint = 0x00bfff

deepSkyBlue1Constant 
public static const deepSkyBlue1:uint = 0x00bfff

deepSkyBlue2Constant 
public static const deepSkyBlue2:uint = 0x00b2ee

deepSkyBlue3Constant 
public static const deepSkyBlue3:uint = 0x009acd

deepSkyBlue4Constant 
public static const deepSkyBlue4:uint = 0x00688b

dimGreyConstant 
public static const dimGrey:uint = 0x696969

dodgerBlueConstant 
public static const dodgerBlue:uint = 0x1e90ff

dodgerBlue1Constant 
public static const dodgerBlue1:uint = 0x1e90ff

dodgerBlue2Constant 
public static const dodgerBlue2:uint = 0x1c86ee

dodgerBlue3Constant 
public static const dodgerBlue3:uint = 0x1874cd

dodgerBlue4Constant 
public static const dodgerBlue4:uint = 0x104e8b

firebrickConstant 
public static const firebrick:uint = 0xb22222

firebrick1Constant 
public static const firebrick1:uint = 0xff3030

firebrick2Constant 
public static const firebrick2:uint = 0xee2c2c

firebrick3Constant 
public static const firebrick3:uint = 0xcd2626

firebrick4Constant 
public static const firebrick4:uint = 0x8b1a1a

floralWhiteConstant 
public static const floralWhite:uint = 0xfffaf0

forestGreenConstant 
public static const forestGreen:uint = 0x228b22

gainsboroConstant 
public static const gainsboro:uint = 0xdcdcdc

ghostWhiteConstant 
public static const ghostWhite:uint = 0xf8f8ff

goldConstant 
public static const gold:uint = 0xffd700

gold1Constant 
public static const gold1:uint = 0xffd700

gold2Constant 
public static const gold2:uint = 0xeec900

gold3Constant 
public static const gold3:uint = 0xcdad00

gold4Constant 
public static const gold4:uint = 0x8b7500

goldenrodConstant 
public static const goldenrod:uint = 0xdaa520

goldenrod1Constant 
public static const goldenrod1:uint = 0xffc125

goldenrod2Constant 
public static const goldenrod2:uint = 0xeeb422

goldenrod3Constant 
public static const goldenrod3:uint = 0xcd9b1d

goldenrod4Constant 
public static const goldenrod4:uint = 0x8b6914

grayConstant 
public static const gray:uint = 0xbebebe

gray0Constant 
public static const gray0:uint = 0x000000

gray1Constant 
public static const gray1:uint = 0x030303

gray10Constant 
public static const gray10:uint = 0x1a1a1a

gray100Constant 
public static const gray100:uint = 0xffffff

gray11Constant 
public static const gray11:uint = 0x1c1c1c

gray12Constant 
public static const gray12:uint = 0x1f1f1f

gray13Constant 
public static const gray13:uint = 0x212121

gray14Constant 
public static const gray14:uint = 0x242424

gray15Constant 
public static const gray15:uint = 0x262626

gray16Constant 
public static const gray16:uint = 0x292929

gray17Constant 
public static const gray17:uint = 0x2b2b2b

gray18Constant 
public static const gray18:uint = 0x2e2e2e

gray19Constant 
public static const gray19:uint = 0x303030

gray2Constant 
public static const gray2:uint = 0x050505

gray20Constant 
public static const gray20:uint = 0x333333

gray21Constant 
public static const gray21:uint = 0x363636

gray22Constant 
public static const gray22:uint = 0x383838

gray23Constant 
public static const gray23:uint = 0x3b3b3b

gray24Constant 
public static const gray24:uint = 0x3d3d3d

gray25Constant 
public static const gray25:uint = 0x404040

gray26Constant 
public static const gray26:uint = 0x424242

gray27Constant 
public static const gray27:uint = 0x454545

gray28Constant 
public static const gray28:uint = 0x474747

gray29Constant 
public static const gray29:uint = 0x4a4a4a

gray3Constant 
public static const gray3:uint = 0x080808

gray30Constant 
public static const gray30:uint = 0x4d4d4d

gray31Constant 
public static const gray31:uint = 0x4f4f4f

gray32Constant 
public static const gray32:uint = 0x525252

gray33Constant 
public static const gray33:uint = 0x545454

gray34Constant 
public static const gray34:uint = 0x575757

gray35Constant 
public static const gray35:uint = 0x595959

gray36Constant 
public static const gray36:uint = 0x5c5c5c

gray37Constant 
public static const gray37:uint = 0x5e5e5e

gray38Constant 
public static const gray38:uint = 0x616161

gray39Constant 
public static const gray39:uint = 0x636363

gray4Constant 
public static const gray4:uint = 0x0a0a0a

gray40Constant 
public static const gray40:uint = 0x666666

gray41Constant 
public static const gray41:uint = 0x696969

gray42Constant 
public static const gray42:uint = 0x6b6b6b

gray43Constant 
public static const gray43:uint = 0x6e6e6e

gray44Constant 
public static const gray44:uint = 0x707070

gray45Constant 
public static const gray45:uint = 0x737373

gray46Constant 
public static const gray46:uint = 0x757575

gray47Constant 
public static const gray47:uint = 0x787878

gray48Constant 
public static const gray48:uint = 0x7a7a7a

gray49Constant 
public static const gray49:uint = 0x7d7d7d

gray5Constant 
public static const gray5:uint = 0x0d0d0d

gray50Constant 
public static const gray50:uint = 0x7f7f7f

gray51Constant 
public static const gray51:uint = 0x828282

gray52Constant 
public static const gray52:uint = 0x858585

gray53Constant 
public static const gray53:uint = 0x878787

gray54Constant 
public static const gray54:uint = 0x8a8a8a

gray55Constant 
public static const gray55:uint = 0x8c8c8c

gray56Constant 
public static const gray56:uint = 0x8f8f8f

gray57Constant 
public static const gray57:uint = 0x919191

gray58Constant 
public static const gray58:uint = 0x949494

gray59Constant 
public static const gray59:uint = 0x969696

gray6Constant 
public static const gray6:uint = 0x0f0f0f

gray60Constant 
public static const gray60:uint = 0x999999

gray61Constant 
public static const gray61:uint = 0x9c9c9c

gray62Constant 
public static const gray62:uint = 0x9e9e9e

gray63Constant 
public static const gray63:uint = 0xa1a1a1

gray64Constant 
public static const gray64:uint = 0xa3a3a3

gray65Constant 
public static const gray65:uint = 0xa6a6a6

gray66Constant 
public static const gray66:uint = 0xa8a8a8

gray67Constant 
public static const gray67:uint = 0xababab

gray68Constant 
public static const gray68:uint = 0xadadad

gray69Constant 
public static const gray69:uint = 0xb0b0b0

gray7Constant 
public static const gray7:uint = 0x121212

gray70Constant 
public static const gray70:uint = 0xb3b3b3

gray71Constant 
public static const gray71:uint = 0xb5b5b5

gray72Constant 
public static const gray72:uint = 0xb8b8b8

gray73Constant 
public static const gray73:uint = 0xbababa

gray74Constant 
public static const gray74:uint = 0xbdbdbd

gray75Constant 
public static const gray75:uint = 0xbfbfbf

gray76Constant 
public static const gray76:uint = 0xc2c2c2

gray77Constant 
public static const gray77:uint = 0xc4c4c4

gray78Constant 
public static const gray78:uint = 0xc7c7c7

gray79Constant 
public static const gray79:uint = 0xc9c9c9

gray8Constant 
public static const gray8:uint = 0x141414

gray80Constant 
public static const gray80:uint = 0xcccccc

gray81Constant 
public static const gray81:uint = 0xcfcfcf

gray82Constant 
public static const gray82:uint = 0xd1d1d1

gray83Constant 
public static const gray83:uint = 0xd4d4d4

gray84Constant 
public static const gray84:uint = 0xd6d6d6

gray85Constant 
public static const gray85:uint = 0xd9d9d9

gray86Constant 
public static const gray86:uint = 0xdbdbdb

gray87Constant 
public static const gray87:uint = 0xdedede

gray88Constant 
public static const gray88:uint = 0xe0e0e0

gray89Constant 
public static const gray89:uint = 0xe3e3e3

gray9Constant 
public static const gray9:uint = 0x171717

gray90Constant 
public static const gray90:uint = 0xe5e5e5

gray91Constant 
public static const gray91:uint = 0xe8e8e8

gray92Constant 
public static const gray92:uint = 0xebebeb

gray93Constant 
public static const gray93:uint = 0xededed

gray94Constant 
public static const gray94:uint = 0xf0f0f0

gray95Constant 
public static const gray95:uint = 0xf2f2f2

gray96Constant 
public static const gray96:uint = 0xf5f5f5

gray97Constant 
public static const gray97:uint = 0xf7f7f7

gray98Constant 
public static const gray98:uint = 0xfafafa

gray99Constant 
public static const gray99:uint = 0xfcfcfc

greenConstant 
public static const green:uint = 0x00ff00

green1Constant 
public static const green1:uint = 0x00ff00

green2Constant 
public static const green2:uint = 0x00ee00

green3Constant 
public static const green3:uint = 0x00cd00

green4Constant 
public static const green4:uint = 0x008b00

greenYellowConstant 
public static const greenYellow:uint = 0xadff2f

honeydewConstant 
public static const honeydew:uint = 0xf0fff0

honeydew1Constant 
public static const honeydew1:uint = 0xf0fff0

honeydew2Constant 
public static const honeydew2:uint = 0xe0eee0

honeydew3Constant 
public static const honeydew3:uint = 0xc1cdc1

honeydew4Constant 
public static const honeydew4:uint = 0x838b83

hotPinkConstant 
public static const hotPink:uint = 0xff69b4

hotPink1Constant 
public static const hotPink1:uint = 0xff6eb4

hotPink2Constant 
public static const hotPink2:uint = 0xee6aa7

hotPink3Constant 
public static const hotPink3:uint = 0xcd6090

hotPink4Constant 
public static const hotPink4:uint = 0x8b3a62

indianRedConstant 
public static const indianRed:uint = 0xcd5c5c

indianRed1Constant 
public static const indianRed1:uint = 0xff6a6a

indianRed2Constant 
public static const indianRed2:uint = 0xee6363

indianRed3Constant 
public static const indianRed3:uint = 0xcd5555

indianRed4Constant 
public static const indianRed4:uint = 0x8b3a3a

ivoryConstant 
public static const ivory:uint = 0xfffff0

ivory1Constant 
public static const ivory1:uint = 0xfffff0

ivory2Constant 
public static const ivory2:uint = 0xeeeee0

ivory3Constant 
public static const ivory3:uint = 0xcdcdc1

ivory4Constant 
public static const ivory4:uint = 0x8b8b83

khakiConstant 
public static const khaki:uint = 0xf0e68c

khaki1Constant 
public static const khaki1:uint = 0xfff68f

khaki2Constant 
public static const khaki2:uint = 0xeee685

khaki3Constant 
public static const khaki3:uint = 0xcdc673

khaki4Constant 
public static const khaki4:uint = 0x8b864e

lavenderConstant 
public static const lavender:uint = 0xe6e6fa

lavenderBlushConstant 
public static const lavenderBlush:uint = 0xfff0f5

lavenderBlush1Constant 
public static const lavenderBlush1:uint = 0xfff0f5

lavenderBlush2Constant 
public static const lavenderBlush2:uint = 0xeee0e5

lavenderBlush3Constant 
public static const lavenderBlush3:uint = 0xcdc1c5

lavenderBlush4Constant 
public static const lavenderBlush4:uint = 0x8b8386

lawnGreenConstant 
public static const lawnGreen:uint = 0x7cfc00

lemonChiffonConstant 
public static const lemonChiffon:uint = 0xfffacd

lemonChiffon1Constant 
public static const lemonChiffon1:uint = 0xfffacd

lemonChiffon2Constant 
public static const lemonChiffon2:uint = 0xeee9bf

lemonChiffon3Constant 
public static const lemonChiffon3:uint = 0xcdc9a5

lemonChiffon4Constant 
public static const lemonChiffon4:uint = 0x8b8970

lightBlueConstant 
public static const lightBlue:uint = 0xadd8e6

lightBlue1Constant 
public static const lightBlue1:uint = 0xbfefff

lightBlue2Constant 
public static const lightBlue2:uint = 0xb2dfee

lightBlue3Constant 
public static const lightBlue3:uint = 0x9ac0cd

lightBlue4Constant 
public static const lightBlue4:uint = 0x68838b

lightCoralConstant 
public static const lightCoral:uint = 0xf08080

lightCyanConstant 
public static const lightCyan:uint = 0xe0ffff

lightCyan1Constant 
public static const lightCyan1:uint = 0xe0ffff

lightCyan2Constant 
public static const lightCyan2:uint = 0xd1eeee

lightCyan3Constant 
public static const lightCyan3:uint = 0xb4cdcd

lightCyan4Constant 
public static const lightCyan4:uint = 0x7a8b8b

lightGoldenrodConstant 
public static const lightGoldenrod:uint = 0xeedd82

lightGoldenrod1Constant 
public static const lightGoldenrod1:uint = 0xffec8b

lightGoldenrod2Constant 
public static const lightGoldenrod2:uint = 0xeedc82

lightGoldenrod3Constant 
public static const lightGoldenrod3:uint = 0xcdbe70

lightGoldenrod4Constant 
public static const lightGoldenrod4:uint = 0x8b814c

lightGoldenrodYellowConstant 
public static const lightGoldenrodYellow:uint = 0xfafad2

lightGrayConstant 
public static const lightGray:uint = 0xd3d3d3

lightGreenConstant 
public static const lightGreen:uint = 0x90ee90

lightPinkConstant 
public static const lightPink:uint = 0xffb6c1

lightPink1Constant 
public static const lightPink1:uint = 0xffaeb9

lightPink2Constant 
public static const lightPink2:uint = 0xeea2ad

lightPink3Constant 
public static const lightPink3:uint = 0xcd8c95

lightPink4Constant 
public static const lightPink4:uint = 0x8b5f65

lightSalmonConstant 
public static const lightSalmon:uint = 0xffa07a

lightSalmon1Constant 
public static const lightSalmon1:uint = 0xffa07a

lightSalmon2Constant 
public static const lightSalmon2:uint = 0xee9572

lightSalmon3Constant 
public static const lightSalmon3:uint = 0xcd8162

lightSalmon4Constant 
public static const lightSalmon4:uint = 0x8b5742

lightSeaGreenConstant 
public static const lightSeaGreen:uint = 0x20b2aa

lightSkyBlueConstant 
public static const lightSkyBlue:uint = 0x87cefa

lightSkyBlue1Constant 
public static const lightSkyBlue1:uint = 0xb0e2ff

lightSkyBlue2Constant 
public static const lightSkyBlue2:uint = 0xa4d3ee

lightSkyBlue3Constant 
public static const lightSkyBlue3:uint = 0x8db6cd

lightSkyBlue4Constant 
public static const lightSkyBlue4:uint = 0x607b8b

lightSlateBlueConstant 
public static const lightSlateBlue:uint = 0x8470ff

lightSlateGreyConstant 
public static const lightSlateGrey:uint = 0x778899

lightSteelBlueConstant 
public static const lightSteelBlue:uint = 0xb0c4de

lightSteelBlue1Constant 
public static const lightSteelBlue1:uint = 0xcae1ff

lightSteelBlue2Constant 
public static const lightSteelBlue2:uint = 0xbcd2ee

lightSteelBlue3Constant 
public static const lightSteelBlue3:uint = 0xa2b5cd

lightSteelBlue4Constant 
public static const lightSteelBlue4:uint = 0x6e7b8b

lightYellowConstant 
public static const lightYellow:uint = 0xffffe0

lightYellow1Constant 
public static const lightYellow1:uint = 0xffffe0

lightYellow2Constant 
public static const lightYellow2:uint = 0xeeeed1

lightYellow3Constant 
public static const lightYellow3:uint = 0xcdcdb4

lightYellow4Constant 
public static const lightYellow4:uint = 0x8b8b7a

limeGreenConstant 
public static const limeGreen:uint = 0x32cd32

linenConstant 
public static const linen:uint = 0xfaf0e6

magentaConstant 
public static const magenta:uint = 0xff00ff

magenta1Constant 
public static const magenta1:uint = 0xff00ff

magenta2Constant 
public static const magenta2:uint = 0xee00ee

magenta3Constant 
public static const magenta3:uint = 0xcd00cd

magenta4Constant 
public static const magenta4:uint = 0x8b008b

maroonConstant 
public static const maroon:uint = 0xb03060

maroon1Constant 
public static const maroon1:uint = 0xff34b3

maroon2Constant 
public static const maroon2:uint = 0xee30a7

maroon3Constant 
public static const maroon3:uint = 0xcd2990

maroon4Constant 
public static const maroon4:uint = 0x8b1c62

mediumAquamarineConstant 
public static const mediumAquamarine:uint = 0x66cdaa

mediumBlueConstant 
public static const mediumBlue:uint = 0x0000cd

mediumOrchidConstant 
public static const mediumOrchid:uint = 0xba55d3

mediumOrchid1Constant 
public static const mediumOrchid1:uint = 0xe066ff

mediumOrchid2Constant 
public static const mediumOrchid2:uint = 0xd15fee

mediumOrchid3Constant 
public static const mediumOrchid3:uint = 0xb452cd

mediumOrchid4Constant 
public static const mediumOrchid4:uint = 0x7a378b

mediumPurpleConstant 
public static const mediumPurple:uint = 0x9370db

mediumPurple1Constant 
public static const mediumPurple1:uint = 0xab82ff

mediumPurple2Constant 
public static const mediumPurple2:uint = 0x9f79ee

mediumPurple3Constant 
public static const mediumPurple3:uint = 0x8968cd

mediumPurple4Constant 
public static const mediumPurple4:uint = 0x5d478b

mediumSeaGreenConstant 
public static const mediumSeaGreen:uint = 0x3cb371

mediumSlateBlueConstant 
public static const mediumSlateBlue:uint = 0x7b68ee

mediumSpringGreenConstant 
public static const mediumSpringGreen:uint = 0x00fa9a

mediumTurquoiseConstant 
public static const mediumTurquoise:uint = 0x48d1cc

mediumVioletRedConstant 
public static const mediumVioletRed:uint = 0xc71585

midnightBlueConstant 
public static const midnightBlue:uint = 0x191970

mintCreamConstant 
public static const mintCream:uint = 0xf5fffa

mistyRoseConstant 
public static const mistyRose:uint = 0xffe4e1

mistyRose1Constant 
public static const mistyRose1:uint = 0xffe4e1

mistyRose2Constant 
public static const mistyRose2:uint = 0xeed5d2

mistyRose3Constant 
public static const mistyRose3:uint = 0xcdb7b5

mistyRose4Constant 
public static const mistyRose4:uint = 0x8b7d7b

moccasinConstant 
public static const moccasin:uint = 0xffe4b5

navajoWhiteConstant 
public static const navajoWhite:uint = 0xffdead

navajoWhite1Constant 
public static const navajoWhite1:uint = 0xffdead

navajoWhite2Constant 
public static const navajoWhite2:uint = 0xeecfa1

navajoWhite3Constant 
public static const navajoWhite3:uint = 0xcdb38b

navajoWhite4Constant 
public static const navajoWhite4:uint = 0x8b795e

navyConstant 
public static const navy:uint = 0x000080

navyBlueConstant 
public static const navyBlue:uint = 0x000080

oldLaceConstant 
public static const oldLace:uint = 0xfdf5e6

oliveDrabConstant 
public static const oliveDrab:uint = 0x6b8e23

oliveDrab1Constant 
public static const oliveDrab1:uint = 0xc0ff3e

oliveDrab2Constant 
public static const oliveDrab2:uint = 0xb3ee3a

oliveDrab3Constant 
public static const oliveDrab3:uint = 0x9acd32

oliveDrab4Constant 
public static const oliveDrab4:uint = 0x698b22

orangeConstant 
public static const orange:uint = 0xffa500

orange1Constant 
public static const orange1:uint = 0xffa500

orange2Constant 
public static const orange2:uint = 0xee9a00

orange3Constant 
public static const orange3:uint = 0xcd8500

orange4Constant 
public static const orange4:uint = 0x8b5a00

orangeRedConstant 
public static const orangeRed:uint = 0xff4500

orangeRed1Constant 
public static const orangeRed1:uint = 0xff4500

orangeRed2Constant 
public static const orangeRed2:uint = 0xee4000

orangeRed3Constant 
public static const orangeRed3:uint = 0xcd3700

orangeRed4Constant 
public static const orangeRed4:uint = 0x8b2500

orchidConstant 
public static const orchid:uint = 0xda70d6

orchid1Constant 
public static const orchid1:uint = 0xff83fa

orchid2Constant 
public static const orchid2:uint = 0xee7ae9

orchid3Constant 
public static const orchid3:uint = 0xcd69c9

orchid4Constant 
public static const orchid4:uint = 0x8b4789

paleGoldenrodConstant 
public static const paleGoldenrod:uint = 0xeee8aa

paleGreenConstant 
public static const paleGreen:uint = 0x98fb98

paleGreen1Constant 
public static const paleGreen1:uint = 0x9aff9a

paleGreen2Constant 
public static const paleGreen2:uint = 0x90ee90

paleGreen3Constant 
public static const paleGreen3:uint = 0x7ccd7c

paleGreen4Constant 
public static const paleGreen4:uint = 0x548b54

paleTurquoiseConstant 
public static const paleTurquoise:uint = 0xafeeee

paleTurquoise1Constant 
public static const paleTurquoise1:uint = 0xbbffff

paleTurquoise2Constant 
public static const paleTurquoise2:uint = 0xaeeeee

paleTurquoise3Constant 
public static const paleTurquoise3:uint = 0x96cdcd

paleTurquoise4Constant 
public static const paleTurquoise4:uint = 0x668b8b

paleVioletRedConstant 
public static const paleVioletRed:uint = 0xdb7093

paleVioletRed1Constant 
public static const paleVioletRed1:uint = 0xff82ab

paleVioletRed2Constant 
public static const paleVioletRed2:uint = 0xee799f

paleVioletRed3Constant 
public static const paleVioletRed3:uint = 0xcd6889

paleVioletRed4Constant 
public static const paleVioletRed4:uint = 0x8b475d

papayaWhipConstant 
public static const papayaWhip:uint = 0xffefd5

peachPuffConstant 
public static const peachPuff:uint = 0xffdab9

peachPuff1Constant 
public static const peachPuff1:uint = 0xffdab9

peachPuff2Constant 
public static const peachPuff2:uint = 0xeecbad

peachPuff3Constant 
public static const peachPuff3:uint = 0xcdaf95

peachPuff4Constant 
public static const peachPuff4:uint = 0x8b7765

peruConstant 
public static const peru:uint = 0xcd853f

pinkConstant 
public static const pink:uint = 0xffc0cb

pink1Constant 
public static const pink1:uint = 0xffb5c5

pink2Constant 
public static const pink2:uint = 0xeea9b8

pink3Constant 
public static const pink3:uint = 0xcd919e

pink4Constant 
public static const pink4:uint = 0x8b636c

plumConstant 
public static const plum:uint = 0xdda0dd

plum1Constant 
public static const plum1:uint = 0xffbbff

plum2Constant 
public static const plum2:uint = 0xeeaeee

plum3Constant 
public static const plum3:uint = 0xcd96cd

plum4Constant 
public static const plum4:uint = 0x8b668b

powderBlueConstant 
public static const powderBlue:uint = 0xb0e0e6

purpleConstant 
public static const purple:uint = 0xa020f0

purple1Constant 
public static const purple1:uint = 0x9b30ff

purple2Constant 
public static const purple2:uint = 0x912cee

purple3Constant 
public static const purple3:uint = 0x7d26cd

purple4Constant 
public static const purple4:uint = 0x551a8b

redConstant 
public static const red:uint = 0xff0000

red1Constant 
public static const red1:uint = 0xff0000

red2Constant 
public static const red2:uint = 0xee0000

red3Constant 
public static const red3:uint = 0xcd0000

red4Constant 
public static const red4:uint = 0x8b0000

rosyBrownConstant 
public static const rosyBrown:uint = 0xbc8f8f

rosyBrown1Constant 
public static const rosyBrown1:uint = 0xffc1c1

rosyBrown2Constant 
public static const rosyBrown2:uint = 0xeeb4b4

rosyBrown3Constant 
public static const rosyBrown3:uint = 0xcd9b9b

rosyBrown4Constant 
public static const rosyBrown4:uint = 0x8b6969

royalBlueConstant 
public static const royalBlue:uint = 0x4169e1

royalBlue1Constant 
public static const royalBlue1:uint = 0x4876ff

royalBlue2Constant 
public static const royalBlue2:uint = 0x436eee

royalBlue3Constant 
public static const royalBlue3:uint = 0x3a5fcd

royalBlue4Constant 
public static const royalBlue4:uint = 0x27408b

saddleBrownConstant 
public static const saddleBrown:uint = 0x8b4513

salmonConstant 
public static const salmon:uint = 0xfa8072

salmon1Constant 
public static const salmon1:uint = 0xff8c69

salmon2Constant 
public static const salmon2:uint = 0xee8262

salmon3Constant 
public static const salmon3:uint = 0xcd7054

salmon4Constant 
public static const salmon4:uint = 0x8b4c39

sandyBrownConstant 
public static const sandyBrown:uint = 0xf4a460

seaGreenConstant 
public static const seaGreen:uint = 0x2e8b57

seaGreen1Constant 
public static const seaGreen1:uint = 0x54ff9f

seaGreen2Constant 
public static const seaGreen2:uint = 0x4eee94

seaGreen3Constant 
public static const seaGreen3:uint = 0x43cd80

seaGreen4Constant 
public static const seaGreen4:uint = 0x2e8b57

seashellConstant 
public static const seashell:uint = 0xfff5ee

seashell1Constant 
public static const seashell1:uint = 0xfff5ee

seashell2Constant 
public static const seashell2:uint = 0xeee5de

seashell3Constant 
public static const seashell3:uint = 0xcdc5bf

seashell4Constant 
public static const seashell4:uint = 0x8b8682

siennaConstant 
public static const sienna:uint = 0xa0522d

sienna1Constant 
public static const sienna1:uint = 0xff8247

sienna2Constant 
public static const sienna2:uint = 0xee7942

sienna3Constant 
public static const sienna3:uint = 0xcd6839

sienna4Constant 
public static const sienna4:uint = 0x8b4726

skyBlueConstant 
public static const skyBlue:uint = 0x87ceeb

skyBlue1Constant 
public static const skyBlue1:uint = 0x87ceff

skyBlue2Constant 
public static const skyBlue2:uint = 0x7ec0ee

skyBlue3Constant 
public static const skyBlue3:uint = 0x6ca6cd

skyBlue4Constant 
public static const skyBlue4:uint = 0x4a708b

slateBlueConstant 
public static const slateBlue:uint = 0x6a5acd

slateBlue1Constant 
public static const slateBlue1:uint = 0x836fff

slateBlue2Constant 
public static const slateBlue2:uint = 0x7a67ee

slateBlue3Constant 
public static const slateBlue3:uint = 0x6959cd

slateBlue4Constant 
public static const slateBlue4:uint = 0x473c8b

slateGrayConstant 
public static const slateGray:uint = 0x708090

slateGray1Constant 
public static const slateGray1:uint = 0xc6e2ff

slateGray2Constant 
public static const slateGray2:uint = 0xb9d3ee

slateGray3Constant 
public static const slateGray3:uint = 0x9fb6cd

slateGray4Constant 
public static const slateGray4:uint = 0x6c7b8b

snowConstant 
public static const snow:uint = 0xfffafa

snow1Constant 
public static const snow1:uint = 0xfffafa

snow2Constant 
public static const snow2:uint = 0xeee9e9

snow3Constant 
public static const snow3:uint = 0xcdc9c9

snow4Constant 
public static const snow4:uint = 0x8b8989

springGreenConstant 
public static const springGreen:uint = 0x00ff7f

springGreen1Constant 
public static const springGreen1:uint = 0x00ff7f

springGreen2Constant 
public static const springGreen2:uint = 0x00ee76

springGreen3Constant 
public static const springGreen3:uint = 0x00cd66

springGreen4Constant 
public static const springGreen4:uint = 0x008b45

steelBlueConstant 
public static const steelBlue:uint = 0x4682b4

steelBlue1Constant 
public static const steelBlue1:uint = 0x63b8ff

steelBlue2Constant 
public static const steelBlue2:uint = 0x5cacee

steelBlue3Constant 
public static const steelBlue3:uint = 0x4f94cd

steelBlue4Constant 
public static const steelBlue4:uint = 0x36648b

tanConstant 
public static const tan:uint = 0xd2b48c

tan1Constant 
public static const tan1:uint = 0xffa54f

tan2Constant 
public static const tan2:uint = 0xee9a49

tan3Constant 
public static const tan3:uint = 0xcd853f

tan4Constant 
public static const tan4:uint = 0x8b5a2b

thistleConstant 
public static const thistle:uint = 0xd8bfd8

thistle1Constant 
public static const thistle1:uint = 0xffe1ff

thistle2Constant 
public static const thistle2:uint = 0xeed2ee

thistle3Constant 
public static const thistle3:uint = 0xcdb5cd

thistle4Constant 
public static const thistle4:uint = 0x8b7b8b

tomatoConstant 
public static const tomato:uint = 0xff6347

tomato1Constant 
public static const tomato1:uint = 0xff6347

tomato2Constant 
public static const tomato2:uint = 0xee5c42

tomato3Constant 
public static const tomato3:uint = 0xcd4f39

tomato4Constant 
public static const tomato4:uint = 0xff6347

turquoiseConstant 
public static const turquoise:uint = 0x40e0d0

turquoise1Constant 
public static const turquoise1:uint = 0x00f5ff

turquoise2Constant 
public static const turquoise2:uint = 0x00e5ee

turquoise3Constant 
public static const turquoise3:uint = 0x00c5cd

turquoise4Constant 
public static const turquoise4:uint = 0x00868b

violetConstant 
public static const violet:uint = 0xee82ee

violetRedConstant 
public static const violetRed:uint = 0xd02090

violetRed1Constant 
public static const violetRed1:uint = 0xff3e96

violetRed2Constant 
public static const violetRed2:uint = 0xee3a8c

violetRed3Constant 
public static const violetRed3:uint = 0xcd3278

violetRed4Constant 
public static const violetRed4:uint = 0x8b2252

wheatConstant 
public static const wheat:uint = 0xf5deb3

wheat1Constant 
public static const wheat1:uint = 0xffe7ba

wheat2Constant 
public static const wheat2:uint = 0xeed8ae

wheat3Constant 
public static const wheat3:uint = 0xcdba96

wheat4Constant 
public static const wheat4:uint = 0x8b7e66

whiteConstant 
public static const white:uint = 0xffffff

whiteSmokeConstant 
public static const whiteSmoke:uint = 0xf5f5f5

yellowConstant 
public static const yellow:uint = 0xffff00

yellow1Constant 
public static const yellow1:uint = 0xffff00

yellow2Constant 
public static const yellow2:uint = 0xeeee00

yellow3Constant 
public static const yellow3:uint = 0xcdcd00

yellow4Constant 
public static const yellow4:uint = 0x8b8b00

yellowGreenConstant 
public static const yellowGreen:uint = 0x9acd32