001package squidpony.squidgrid.gui.gdx; 002 003import com.badlogic.gdx.graphics.Color; 004 005/** 006 * Allows for the use of custom colors with custom names. 007 * 008 * These colors are comparable for equality but the ordering of them is based on 009 * their hex values. 010 * 011 * Has some built in palettes available as SColor arrays. 012 * 013 * @author Eben Howard - http://squidpony.com - howard@squidpony.com 014 */ 015public class SColor extends Color { 016 017 private String name = "Unnamed"; 018 /** 019 * Color constant<PRE> 020 *<font style="background-color: #f0f8ff; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #f0f8ff; color: #000000"> @ </font> 021 *<font style="background-color: #f0f8ff; color: #f0f8ff"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888; color: #f0f8ff"> @ </font><font style="background-color: #ffffff; color: #f0f8ff"> @ </font><font style="background-color: #f0f8ff; color: #888888"> @ </font> 022 *<font style="background-color: #f0f8ff; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #f0f8ff; color: #ffffff"> @ </font> 023 * 024 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 025 *<font style="background-color: #ff0000; color: #f0f8ff"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00; color: #f0f8ff"> @ </font><font style="background-color: #0000ff; color: #f0f8ff"> @ </font><font style="background-color: #964b00; color: #f0f8ff"> @ </font> 026 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 027 */ 028 public static final SColor ALICE_BLUE = new SColor(0xf0f8ff, "Alice Blue"); 029 /** 030 * Color constant<PRE> 031 *<font style="background-color: #E32636; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #E32636; color: #000000"> @ </font> 032 *<font style="background-color: #E32636; color: #E32636"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888; color: #E32636"> @ </font><font style="background-color: #ffffff; color: #E32636"> @ </font><font style="background-color: #E32636; color: #888888"> @ </font> 033 *<font style="background-color: #E32636; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #E32636; color: #ffffff"> @ </font> 034 * 035 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 036 *<font style="background-color: #ff0000; color: #E32636"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00; color: #E32636"> @ </font><font style="background-color: #0000ff; color: #E32636"> @ </font><font style="background-color: #964b00; color: #E32636"> @ </font> 037 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 038 */ 039 public static final SColor ALIZARIN = new SColor(0xE32636, "Alizarin"); 040 /** 041 * Color constant<PRE> 042 *<font style="background-color: #6A432D; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #6A432D; color: #000000"> @ </font> 043 *<font style="background-color: #6A432D; color: #6A432D"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #6A432D; color: #888888"> @ </font> 044 *<font style="background-color: #6A432D; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #6A432D; color: #ffffff"> @ </font> 045 * 046 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 047 *<font style="background-color: #ff0000; color: #6A432D"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 048 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 049 */ 050 public static final SColor ALOEWOOD = new SColor(0x6A432D, "Aloewood"); 051 /** 052 * Color constant<PRE> 053 *<font style="background-color: #5A6457; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #5A6457; color: #000000"> @ </font> 054 *<font style="background-color: #5A6457; color: #5A6457"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #5A6457; color: #888888"> @ </font> 055 *<font style="background-color: #5A6457; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #5A6457; color: #ffffff"> @ </font> 056 * 057 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 058 *<font style="background-color: #ff0000; color: #5A6457"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 059 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 060 */ 061 public static final SColor ALOEWOOD_BROWN = new SColor(0x5A6457, "Aloewood Brown"); 062 /** 063 * Color constant<PRE> 064 *<font style="background-color: #E52B50; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #E52B50; color: #000000"> @ </font> 065 *<font style="background-color: #E52B50; color: #000000"> </font><font style="background-color: #000000; color: #E52B50"> @ </font><font style="background-color: #888888; color: #E52B50"> @ </font><font style="background-color: #ffffff; color: #E52B50"> @ </font><font style="background-color: #E52B50; color: #888888"> @ </font> 066 *<font style="background-color: #E52B50; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #E52B50; color: #ffffff"> @ </font> 067 * 068 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 069 *<font style="background-color: #ff0000; color: #E52B50"> @ </font><font style="background-color: #ffff00; color: #E52B50"> @ </font><font style="background-color: #00ff00; color: #E52B50"> @ </font><font style="background-color: #0000ff; color: #E52B50"> @ </font><font style="background-color: #964b00; color: #E52B50"> @ </font> 070 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 071 */ 072 public static final SColor AMARANTH = new SColor(0xE52B50, "Amaranth"); 073 /** 074 * Color constant<PRE> 075 *<font style="background-color: #FFBF00; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FFBF00; color: #000000"> @ </font> 076 *<font style="background-color: #FFBF00; color: #000000"> </font><font style="background-color: #000000; color: #FFBF00"> @ </font><font style="background-color: #888888; color: #FFBF00"> @ </font><font style="background-color: #ffffff; color: #FFBF00"> @ </font><font style="background-color: #FFBF00; color: #888888"> @ </font> 077 *<font style="background-color: #FFBF00; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FFBF00; color: #ffffff"> @ </font> 078 * 079 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 080 *<font style="background-color: #ff0000; color: #FFBF00"> @ </font><font style="background-color: #ffff00; color: #FFBF00"> @ </font><font style="background-color: #00ff00; color: #FFBF00"> @ </font><font style="background-color: #0000ff; color: #FFBF00"> @ </font><font style="background-color: #964b00; color: #FFBF00"> @ </font> 081 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 082 */ 083 public static final SColor AMBER = new SColor(0xFFBF00, "Amber"); 084 /** 085 * Color constant<PRE> 086 *<font style="background-color: #CA6924; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #CA6924; color: #000000"> @ </font> 087 *<font style="background-color: #CA6924; color: #CA6924"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #CA6924; color: #888888"> @ </font> 088 *<font style="background-color: #CA6924; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #CA6924; color: #ffffff"> @ </font> 089 * 090 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 091 *<font style="background-color: #ff0000; color: #CA6924"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 092 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 093 */ 094 public static final SColor AMBER_DYE = new SColor(0xCA6924, "Amber Dye"); 095 /** 096 * Color constant<PRE> 097 *<font style="background-color: #9966CC; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #9966CC; color: #000000"> @ </font> 098 *<font style="background-color: #9966CC; color: #000000"> </font><font style="background-color: #000000; color: #9966CC"> @ </font><font style="background-color: #888888; color: #9966CC"> @ </font><font style="background-color: #ffffff; color: #9966CC"> @ </font><font style="background-color: #9966CC; color: #888888"> @ </font> 099 *<font style="background-color: #9966CC; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #9966CC; color: #ffffff"> @ </font> 100 * 101 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 102 *<font style="background-color: #ff0000; color: #9966CC"> @ </font><font style="background-color: #ffff00; color: #9966CC"> @ </font><font style="background-color: #00ff00; color: #9966CC"> @ </font><font style="background-color: #0000ff; color: #9966CC"> @ </font><font style="background-color: #964b00; color: #9966CC"> @ </font> 103 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 104 */ 105 public static final SColor AMETHYST = new SColor(0x9966CC, "Amethyst"); 106 /** 107 * Color constant<PRE> 108 *<font style="background-color: #F3C13A; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #F3C13A; color: #000000"> @ </font> 109 *<font style="background-color: #F3C13A; color: #F3C13A"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #F3C13A; color: #888888"> @ </font> 110 *<font style="background-color: #F3C13A; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #F3C13A; color: #ffffff"> @ </font> 111 * 112 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 113 *<font style="background-color: #ff0000; color: #F3C13A"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 114 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 115 */ 116 public static final SColor AMUR_CORK_TREE = new SColor(0xF3C13A, "Amur Cork Tree"); 117 /** 118 * Color constant<PRE> 119 *<font style="background-color: #FBCEB1; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FBCEB1; color: #000000"> @ </font> 120 *<font style="background-color: #FBCEB1; color: #000000"> </font><font style="background-color: #000000; color: #FBCEB1"> @ </font><font style="background-color: #888888; color: #FBCEB1"> @ </font><font style="background-color: #ffffff; color: #FBCEB1"> @ </font><font style="background-color: #FBCEB1; color: #888888"> @ </font> 121 *<font style="background-color: #FBCEB1; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FBCEB1; color: #ffffff"> @ </font> 122 * 123 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 124 *<font style="background-color: #ff0000; color: #FBCEB1"> @ </font><font style="background-color: #ffff00; color: #FBCEB1"> @ </font><font style="background-color: #00ff00; color: #FBCEB1"> @ </font><font style="background-color: #0000ff; color: #FBCEB1"> @ </font><font style="background-color: #964b00; color: #FBCEB1"> @ </font> 125 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 126 */ 127 public static final SColor APRICOT = new SColor(0xFBCEB1, "Apricot"); 128 /** 129 * Duplicated as CYAN for backwards compatability Color constant<PRE> 130 *<font style="background-color: #00FFFF; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #00FFFF; color: #000000"> @ </font> 131 *<font style="background-color: #00FFFF; color: #000000"> </font><font style="background-color: #000000; color: #00FFFF"> @ </font><font style="background-color: #888888; color: #00FFFF"> @ </font><font style="background-color: #ffffff; color: #00FFFF"> @ </font><font style="background-color: #00FFFF; color: #888888"> @ </font> 132 *<font style="background-color: #00FFFF; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #00FFFF; color: #ffffff"> @ </font> 133 * 134 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 135 *<font style="background-color: #ff0000; color: #00FFFF"> @ </font><font style="background-color: #ffff00; color: #00FFFF"> @ </font><font style="background-color: #00ff00; color: #00FFFF"> @ </font><font style="background-color: #0000ff; color: #00FFFF"> @ </font><font style="background-color: #964b00; color: #00FFFF"> @ </font> 136 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 137 */ 138 public static final SColor AQUA = new SColor(0x00FFFF, "Aqua"); 139 /** 140 * Color constant<PRE> 141 *<font style="background-color: #7FFFD4; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #7FFFD4; color: #000000"> @ </font> 142 *<font style="background-color: #7FFFD4; color: #000000"> </font><font style="background-color: #000000; color: #7FFFD4"> @ </font><font style="background-color: #888888; color: #7FFFD4"> @ </font><font style="background-color: #ffffff; color: #7FFFD4"> @ </font><font style="background-color: #7FFFD4; color: #888888"> @ </font> 143 *<font style="background-color: #7FFFD4; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #7FFFD4; color: #ffffff"> @ </font> 144 * 145 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 146 *<font style="background-color: #ff0000; color: #7FFFD4"> @ </font><font style="background-color: #ffff00; color: #7FFFD4"> @ </font><font style="background-color: #00ff00; color: #7FFFD4"> @ </font><font style="background-color: #0000ff; color: #7FFFD4"> @ </font><font style="background-color: #964b00; color: #7FFFD4"> @ </font> 147 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 148 */ 149 public static final SColor AQUAMARINE = new SColor(0x7FFFD4, "Aquamarine"); 150 /** 151 * Color constant<PRE> 152 *<font style="background-color: #4B5320; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #4B5320; color: #000000"> @ </font> 153 *<font style="background-color: #4B5320; color: #000000"> </font><font style="background-color: #000000; color: #4B5320"> @ </font><font style="background-color: #888888; color: #4B5320"> @ </font><font style="background-color: #ffffff; color: #4B5320"> @ </font><font style="background-color: #4B5320; color: #888888"> @ </font> 154 *<font style="background-color: #4B5320; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #4B5320; color: #ffffff"> @ </font> 155 * 156 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 157 *<font style="background-color: #ff0000; color: #4B5320"> @ </font><font style="background-color: #ffff00; color: #4B5320"> @ </font><font style="background-color: #00ff00; color: #4B5320"> @ </font><font style="background-color: #0000ff; color: #4B5320"> @ </font><font style="background-color: #964b00; color: #4B5320"> @ </font> 158 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 159 */ 160 public static final SColor ARMY_GREEN = new SColor(0x4B5320, "Army Green"); 161 /** 162 * Color constant<PRE> 163 *<font style="background-color: #7BA05B; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #7BA05B; color: #000000"> @ </font> 164 *<font style="background-color: #7BA05B; color: #000000"> </font><font style="background-color: #000000; color: #7BA05B"> @ </font><font style="background-color: #888888; color: #7BA05B"> @ </font><font style="background-color: #ffffff; color: #7BA05B"> @ </font><font style="background-color: #7BA05B; color: #888888"> @ </font> 165 *<font style="background-color: #7BA05B; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #7BA05B; color: #ffffff"> @ </font> 166 * 167 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 168 *<font style="background-color: #ff0000; color: #7BA05B"> @ </font><font style="background-color: #ffff00; color: #7BA05B"> @ </font><font style="background-color: #00ff00; color: #7BA05B"> @ </font><font style="background-color: #0000ff; color: #7BA05B"> @ </font><font style="background-color: #964b00; color: #7BA05B"> @ </font> 169 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 170 */ 171 public static final SColor ASPARAGUS = new SColor(0x7BA05B, "Asparagus"); 172 /** 173 * Color constant<PRE> 174 *<font style="background-color: #FF9966; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FF9966; color: #000000"> @ </font> 175 *<font style="background-color: #FF9966; color: #000000"> </font><font style="background-color: #000000; color: #FF9966"> @ </font><font style="background-color: #888888; color: #FF9966"> @ </font><font style="background-color: #ffffff; color: #FF9966"> @ </font><font style="background-color: #FF9966; color: #888888"> @ </font> 176 *<font style="background-color: #FF9966; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FF9966; color: #ffffff"> @ </font> 177 * 178 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 179 *<font style="background-color: #ff0000; color: #FF9966"> @ </font><font style="background-color: #ffff00; color: #FF9966"> @ </font><font style="background-color: #00ff00; color: #FF9966"> @ </font><font style="background-color: #0000ff; color: #FF9966"> @ </font><font style="background-color: #964b00; color: #FF9966"> @ </font> 180 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 181 */ 182 public static final SColor ATOMIC_TANGERINE = new SColor(0xFF9966, "Atomic Tangerine"); 183 /** 184 * Color constant<PRE> 185 *<font style="background-color: #6D351A; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #6D351A; color: #000000"> @ </font> 186 *<font style="background-color: #6D351A; color: #000000"> </font><font style="background-color: #000000; color: #6D351A"> @ </font><font style="background-color: #888888; color: #6D351A"> @ </font><font style="background-color: #ffffff; color: #6D351A"> @ </font><font style="background-color: #6D351A; color: #888888"> @ </font> 187 *<font style="background-color: #6D351A; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #6D351A; color: #ffffff"> @ </font> 188 * 189 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 190 *<font style="background-color: #ff0000; color: #6D351A"> @ </font><font style="background-color: #ffff00; color: #6D351A"> @ </font><font style="background-color: #00ff00; color: #6D351A"> @ </font><font style="background-color: #0000ff; color: #6D351A"> @ </font><font style="background-color: #964b00; color: #6D351A"> @ </font> 191 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 192 */ 193 public static final SColor AUBURN = new SColor(0x6D351A, "Auburn"); 194 /** 195 * Color constant<PRE> 196 *<font style="background-color: #007FFF; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #007FFF; color: #000000"> @ </font> 197 *<font style="background-color: #007FFF; color: #007FFF"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #007FFF; color: #888888"> @ </font> 198 *<font style="background-color: #007FFF; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #007FFF; color: #ffffff"> @ </font> 199 * 200 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 201 *<font style="background-color: #ff0000; color: #007FFF"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 202 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 203 */ 204 public static final SColor AZUL = new SColor(0x007FFF, "Azul"); 205 /** 206 * Color constant<PRE> 207 *<font style="background-color: #F0FFFF; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #F0FFFF; color: #000000"> @ </font> 208 *<font style="background-color: #F0FFFF; color: #F0FFFF"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #F0FFFF; color: #888888"> @ </font> 209 *<font style="background-color: #F0FFFF; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #F0FFFF; color: #ffffff"> @ </font> 210 * 211 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 212 *<font style="background-color: #ff0000; color: #F0FFFF"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 213 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 214 */ 215 public static final SColor AZURE = new SColor(0xF0FFFF, "Azure"); 216 /** 217 * Color constant<PRE> 218 *<font style="background-color: #E0FFFF; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #E0FFFF; color: #000000"> @ </font> 219 *<font style="background-color: #E0FFFF; color: #E0FFFF"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #E0FFFF; color: #888888"> @ </font> 220 *<font style="background-color: #E0FFFF; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #E0FFFF; color: #ffffff"> @ </font> 221 * 222 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 223 *<font style="background-color: #ff0000; color: #E0FFFF"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 224 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 225 */ 226 public static final SColor BABY_BLUE = new SColor(0xE0FFFF, "Baby Blue"); 227 /** 228 * Color constant<PRE> 229 *<font style="background-color: #857C55; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #857C55; color: #000000"> @ </font> 230 *<font style="background-color: #857C55; color: #857C55"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #857C55; color: #888888"> @ </font> 231 *<font style="background-color: #857C55; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #857C55; color: #ffffff"> @ </font> 232 * 233 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 234 *<font style="background-color: #ff0000; color: #857C55"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 235 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 236 */ 237 public static final SColor BAIKO_BROWN = new SColor(0x857C55, "Baiko Brown"); 238 /** 239 * Color constant<PRE> 240 *<font style="background-color: #F5F5DC; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #F5F5DC; color: #000000"> @ </font> 241 *<font style="background-color: #F5F5DC; color: #F5F5DC"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #F5F5DC; color: #888888"> @ </font> 242 *<font style="background-color: #F5F5DC; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #F5F5DC; color: #ffffff"> @ </font> 243 * 244 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 245 *<font style="background-color: #ff0000; color: #F5F5DC"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 246 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 247 */ 248 public static final SColor BEIGE = new SColor(0xF5F5DC, "Beige"); 249 /** 250 * Color constant<PRE> 251 *<font style="background-color: #5D3F6A; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #5D3F6A; color: #000000"> @ </font> 252 *<font style="background-color: #5D3F6A; color: #5D3F6A"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #5D3F6A; color: #888888"> @ </font> 253 *<font style="background-color: #5D3F6A; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #5D3F6A; color: #ffffff"> @ </font> 254 * 255 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 256 *<font style="background-color: #ff0000; color: #5D3F6A"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 257 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 258 */ 259 public static final SColor BELLFLOWER = new SColor(0x5D3F6A, "Bellflower"); 260 /** 261 * Color constant<PRE> 262 *<font style="background-color: #913225; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #913225; color: #000000"> @ </font> 263 *<font style="background-color: #913225; color: #913225"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #913225; color: #888888"> @ </font> 264 *<font style="background-color: #913225; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #913225; color: #ffffff"> @ </font> 265 * 266 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 267 *<font style="background-color: #ff0000; color: #913225"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 268 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 269 */ 270 public static final SColor BENI_DYE = new SColor(0x913225, "Beni Dye"); 271 /** 272 * Color constant<PRE> 273 *<font style="background-color: #352925; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #352925; color: #000000"> @ </font> 274 *<font style="background-color: #352925; color: #352925"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #352925; color: #888888"> @ </font> 275 *<font style="background-color: #352925; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #352925; color: #ffffff"> @ </font> 276 * 277 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 278 *<font style="background-color: #ff0000; color: #352925"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 279 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 280 */ 281 public static final SColor BETEL_NUT_DYE = new SColor(0x352925, "Betel Nut Dye"); 282 /** 283 * Color constant<PRE> 284 *<font style="background-color: #B14A30; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #B14A30; color: #000000"> @ </font> 285 *<font style="background-color: #B14A30; color: #B14A30"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #B14A30; color: #888888"> @ </font> 286 *<font style="background-color: #B14A30; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #B14A30; color: #ffffff"> @ </font> 287 * 288 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 289 *<font style="background-color: #ff0000; color: #B14A30"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 290 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 291 */ 292 public static final SColor BIRCH_BROWN = new SColor(0xB14A30, "Birch Brown"); 293 /** 294 * Color constant<PRE> 295 *<font style="background-color: #3D2B1F; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #3D2B1F; color: #000000"> @ </font> 296 *<font style="background-color: #3D2B1F; color: #3D2B1F"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #3D2B1F; color: #888888"> @ </font> 297 *<font style="background-color: #3D2B1F; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #3D2B1F; color: #ffffff"> @ </font> 298 * 299 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 300 *<font style="background-color: #ff0000; color: #3D2B1F"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 301 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 302 */ 303 public static final SColor BISTRE = new SColor(0x3D2B1F, "Bistre"); 304 /** 305 * Color constant<PRE> 306 *<font style="background-color: #000000; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #000000; color: #000000"> @ </font> 307 *<font style="background-color: #000000; color: #000000"> </font><font style="background-color: #000000; color: #000000"> @ </font><font style="background-color: #888888; color: #000000"> @ </font><font style="background-color: #ffffff; color: #000000"> @ </font><font style="background-color: #000000; color: #888888"> @ </font> 308 *<font style="background-color: #000000; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #000000; color: #ffffff"> @ </font> 309 * 310 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964B00; color: #000000"> </font> 311 *<font style="background-color: #ff0000; color: #000000"> @ </font><font style="background-color: #ffff00; color: #000000"> @ </font><font style="background-color: #00ff00; color: #000000"> @ </font><font style="background-color: #0000ff; color: #000000"> @ </font><font style="background-color: #964B00; color: #000000"> @ </font> 312 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964B00; color: #000000"> </font></PRE> 313 */ 314 public static final SColor BLACK = new SColor(0x000000, "Black"); 315 /** 316 * Color constant<PRE> 317 *<font style="background-color: #252321; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #252321; color: #000000"> @ </font> 318 *<font style="background-color: #252321; color: #252321"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #252321; color: #888888"> @ </font> 319 *<font style="background-color: #252321; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #252321; color: #ffffff"> @ </font> 320 * 321 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 322 *<font style="background-color: #ff0000; color: #252321"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 323 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 324 */ 325 public static final SColor BLACK_CHESTNUT_OAK = new SColor(0x252321, "Black Chestnut Oak"); 326 /** 327 * Color constant<PRE> 328 *<font style="background-color: #171412; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #171412; color: #000000"> @ </font> 329 *<font style="background-color: #171412; color: #171412"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #171412; color: #888888"> @ </font> 330 *<font style="background-color: #171412; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #171412; color: #ffffff"> @ </font> 331 * 332 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 333 *<font style="background-color: #ff0000; color: #171412"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 334 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 335 */ 336 public static final SColor BLACK_DYE = new SColor(0x171412, "Black Dye"); 337 /** 338 * Color constant<PRE> 339 *<font style="background-color: #351E1C; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #351E1C; color: #000000"> @ </font> 340 *<font style="background-color: #351E1C; color: #351E1C"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #351E1C; color: #888888"> @ </font> 341 *<font style="background-color: #351E1C; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #351E1C; color: #ffffff"> @ </font> 342 * 343 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 344 *<font style="background-color: #ff0000; color: #351E1C"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 345 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 346 */ 347 public static final SColor BLACK_KITE = new SColor(0x351E1C, "Black Kite"); 348 /** 349 * Color constant<PRE> 350 *<font style="background-color: #CF3A24; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #CF3A24; color: #000000"> @ </font> 351 *<font style="background-color: #CF3A24; color: #CF3A24"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #CF3A24; color: #888888"> @ </font> 352 *<font style="background-color: #CF3A24; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #CF3A24; color: #ffffff"> @ </font> 353 * 354 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 355 *<font style="background-color: #ff0000; color: #CF3A24"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 356 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 357 */ 358 public static final SColor BLOOD = new SColor(0xCF3A24, "Blood"); 359 /** 360 * Color constant<PRE> 361 *<font style="background-color: #F35336; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #F35336; color: #000000"> @ </font> 362 *<font style="background-color: #F35336; color: #F35336"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #F35336; color: #888888"> @ </font> 363 *<font style="background-color: #F35336; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #F35336; color: #ffffff"> @ </font> 364 * 365 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 366 *<font style="background-color: #ff0000; color: #F35336"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 367 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 368 */ 369 public static final SColor BLOOD_RED = new SColor(0xF35336, "Blood Red"); 370 /** 371 * Color constant<PRE> 372 *<font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> @ </font> 373 *<font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #000000; color: #0000ff"> @ </font><font style="background-color: #888888; color: #0000ff"> @ </font><font style="background-color: #ffffff; color: #0000ff"> @ </font><font style="background-color: #0000ff; color: #888888"> @ </font> 374 *<font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #0000ff; color: #ffffff"> @ </font> 375 * 376 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964B00; color: #000000"> </font> 377 *<font style="background-color: #ff0000; color: #0000ff"> @ </font><font style="background-color: #ffff00; color: #0000ff"> @ </font><font style="background-color: #00ff00; color: #0000ff"> @ </font><font style="background-color: #0000ff; color: #0000ff"> @ </font><font style="background-color: #964B00; color: #0000ff"> @ </font> 378 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964B00; color: #000000"> </font></PRE> 379 */ 380 public static final SColor BLUE = new SColor(0x0000ff, "Blue"); 381 /** 382 * Color constant<PRE> 383 *<font style="background-color: #62693B; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #62693B; color: #000000"> @ </font> 384 *<font style="background-color: #62693B; color: #62693B"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #62693B; color: #888888"> @ </font> 385 *<font style="background-color: #62693B; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #62693B; color: #ffffff"> @ </font> 386 * 387 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 388 *<font style="background-color: #ff0000; color: #62693B"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 389 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 390 */ 391 public static final SColor BLUE_BLACK_CRAYFISH = new SColor(0x62693B, "Blue Black Crayfish"); 392 /** 393 * Color constant<PRE> 394 *<font style="background-color: #00DDDD; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #00DDDD; color: #000000"> @ </font> 395 *<font style="background-color: #00DDDD; color: #00DDDD"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #00DDDD; color: #888888"> @ </font> 396 *<font style="background-color: #00DDDD; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #00DDDD; color: #ffffff"> @ </font> 397 * 398 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 399 *<font style="background-color: #ff0000; color: #00DDDD"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 400 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 401 */ 402 public static final SColor BLUE_GREEN = new SColor(0x00DDDD, "Blue Green"); 403 /** 404 * Color constant<PRE> 405 *<font style="background-color: #3A6960; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #3A6960; color: #000000"> @ </font> 406 *<font style="background-color: #3A6960; color: #3A6960"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #3A6960; color: #888888"> @ </font> 407 *<font style="background-color: #3A6960; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #3A6960; color: #ffffff"> @ </font> 408 * 409 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 410 *<font style="background-color: #ff0000; color: #3A6960"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 411 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 412 */ 413 public static final SColor BLUE_GREEN_DYE = new SColor(0x3A6960, "Blue Green Dye"); 414 /** 415 * Color constant<PRE> 416 *<font style="background-color: #8A2BE2; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #8A2BE2; color: #000000"> @ </font> 417 *<font style="background-color: #8A2BE2; color: #8A2BE2"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #8A2BE2; color: #888888"> @ </font> 418 *<font style="background-color: #8A2BE2; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #8A2BE2; color: #ffffff"> @ </font> 419 * 420 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 421 *<font style="background-color: #ff0000; color: #8A2BE2"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 422 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 423 */ 424 public static final SColor BLUE_VIOLET = new SColor(0x8A2BE2, "Blue Violet"); 425 /** 426 * Color constant<PRE> 427 *<font style="background-color: #2B2028; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #2B2028; color: #000000"> @ </font> 428 *<font style="background-color: #2B2028; color: #2B2028"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #2B2028; color: #888888"> @ </font> 429 *<font style="background-color: #2B2028; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #2B2028; color: #ffffff"> @ </font> 430 * 431 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 432 *<font style="background-color: #ff0000; color: #2B2028"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 433 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 434 */ 435 public static final SColor BLUE_VIOLET_DYE = new SColor(0x2B2028, "Blue Violet Dye"); 436 /** 437 * Color constant<PRE> 438 *<font style="background-color: #542D24; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #542D24; color: #000000"> @ </font> 439 *<font style="background-color: #542D24; color: #542D24"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #542D24; color: #888888"> @ </font> 440 *<font style="background-color: #542D24; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #542D24; color: #ffffff"> @ </font> 441 * 442 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 443 *<font style="background-color: #ff0000; color: #542D24"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 444 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 445 */ 446 public static final SColor BOILED_RED_BEAN_BROWN = new SColor(0x542D24, "Boiled Red Bean Brown"); 447 /** 448 * Color constant<PRE> 449 *<font style="background-color: #0095B6; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #0095B6; color: #000000"> @ </font> 450 *<font style="background-color: #0095B6; color: #0095B6"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #0095B6; color: #888888"> @ </font> 451 *<font style="background-color: #0095B6; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #0095B6; color: #ffffff"> @ </font> 452 * 453 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 454 *<font style="background-color: #ff0000; color: #0095B6"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 455 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 456 */ 457 public static final SColor BONDI_BLUE = new SColor(0x0095B6, "Bondi Blue"); 458 /** 459 * Color constant<PRE> 460 *<font style="background-color: #B5A642; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #B5A642; color: #000000"> @ </font> 461 *<font style="background-color: #B5A642; color: #B5A642"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #B5A642; color: #888888"> @ </font> 462 *<font style="background-color: #B5A642; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #B5A642; color: #ffffff"> @ </font> 463 * 464 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 465 *<font style="background-color: #ff0000; color: #B5A642"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 466 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 467 */ 468 public static final SColor BRASS = new SColor(0xB5A642, "Brass"); 469 /** 470 * Color constant<PRE> 471 *<font style="background-color: #E68364; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #E68364; color: #000000"> @ </font> 472 *<font style="background-color: #E68364; color: #E68364"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #E68364; color: #888888"> @ </font> 473 *<font style="background-color: #E68364; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #E68364; color: #ffffff"> @ </font> 474 * 475 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 476 *<font style="background-color: #ff0000; color: #E68364"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 477 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 478 */ 479 public static final SColor BREWED_MUSTARD_BROWN = new SColor(0xE68364, "Brewed Mustard Brown"); 480 /** 481 * Color constant<PRE> 482 *<font style="background-color: #CB7E1F; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #CB7E1F; color: #000000"> @ </font> 483 *<font style="background-color: #CB7E1F; color: #CB7E1F"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #CB7E1F; color: #888888"> @ </font> 484 *<font style="background-color: #CB7E1F; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #CB7E1F; color: #ffffff"> @ </font> 485 * 486 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 487 *<font style="background-color: #ff0000; color: #CB7E1F"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 488 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 489 */ 490 public static final SColor BRIGHT_GOLD_BROWN = new SColor(0xCB7E1F, "Bright Gold Brown"); 491 /** 492 * Color constant<PRE> 493 *<font style="background-color: #FFA400; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FFA400; color: #000000"> @ </font> 494 *<font style="background-color: #FFA400; color: #FFA400"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #FFA400; color: #888888"> @ </font> 495 *<font style="background-color: #FFA400; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FFA400; color: #ffffff"> @ </font> 496 * 497 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 498 *<font style="background-color: #ff0000; color: #FFA400"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 499 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 500 */ 501 public static final SColor BRIGHT_GOLDEN_YELLOW = new SColor(0xFFA400, "Bright Golden Yellow"); 502 /** 503 * Color constant<PRE> 504 *<font style="background-color: #66FF00; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #66FF00; color: #000000"> @ </font> 505 *<font style="background-color: #66FF00; color: #66FF00"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #66FF00; color: #888888"> @ </font> 506 *<font style="background-color: #66FF00; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #66FF00; color: #ffffff"> @ </font> 507 * 508 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 509 *<font style="background-color: #ff0000; color: #66FF00"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 510 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 511 */ 512 public static final SColor BRIGHT_GREEN = new SColor(0x66FF00, "Bright Green"); 513 /** 514 * Color constant<PRE> 515 *<font style="background-color: #FF0080; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FF0080; color: #000000"> @ </font> 516 *<font style="background-color: #FF0080; color: #FF0080"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #FF0080; color: #888888"> @ </font> 517 *<font style="background-color: #FF0080; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FF0080; color: #ffffff"> @ </font> 518 * 519 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 520 *<font style="background-color: #ff0000; color: #FF0080"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 521 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 522 */ 523 public static final SColor BRIGHT_PINK = new SColor(0xFF0080, "Bright Pink"); 524 /** 525 * Color constant<PRE> 526 *<font style="background-color: #08E8DE; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #08E8DE; color: #000000"> @ </font> 527 *<font style="background-color: #08E8DE; color: #08E8DE"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #08E8DE; color: #888888"> @ </font> 528 *<font style="background-color: #08E8DE; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #08E8DE; color: #ffffff"> @ </font> 529 * 530 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 531 *<font style="background-color: #ff0000; color: #08E8DE"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 532 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 533 */ 534 public static final SColor BRIGHT_TURQUOISE = new SColor(0x08E8DE, "Bright Turquoise"); 535 /** 536 * Color constant<PRE> 537 *<font style="background-color: #FF55A3; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FF55A3; color: #000000"> @ </font> 538 *<font style="background-color: #FF55A3; color: #FF55A3"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #FF55A3; color: #888888"> @ </font> 539 *<font style="background-color: #FF55A3; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FF55A3; color: #ffffff"> @ </font> 540 * 541 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 542 *<font style="background-color: #ff0000; color: #FF55A3"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 543 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 544 */ 545 public static final SColor BRILLIANT_ROSE = new SColor(0xFF55A3, "Brilliant Rose"); 546 /** 547 * Color constant<PRE> 548 *<font style="background-color: #CD7F32; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #CD7F32; color: #000000"> @ </font> 549 *<font style="background-color: #CD7F32; color: #CD7F32"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #CD7F32; color: #888888"> @ </font> 550 *<font style="background-color: #CD7F32; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #CD7F32; color: #ffffff"> @ </font> 551 * 552 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 553 *<font style="background-color: #ff0000; color: #CD7F32"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 554 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 555 */ 556 public static final SColor BRONZE = new SColor(0xCD7F32, "Bronze"); 557 /** 558 * Color constant<PRE> 559 *<font style="background-color: #808000; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #808000; color: #000000"> @ </font> 560 *<font style="background-color: #808000; color: #000000"> </font><font style="background-color: #000000; color: #808000"> @ </font><font style="background-color: #888888; color: #808000"> @ </font><font style="background-color: #ffffff; color: #808000"> @ </font><font style="background-color: #808000; color: #888888"> @ </font> 561 *<font style="background-color: #808000; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #808000; color: #ffffff"> @ </font> 562 * 563 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964B00; color: #000000"> </font> 564 *<font style="background-color: #ff0000; color: #808000"> @ </font><font style="background-color: #ffff00; color: #808000"> @ </font><font style="background-color: #00ff00; color: #808000"> @ </font><font style="background-color: #0000ff; color: #808000"> @ </font><font style="background-color: #964B00; color: #808000"> @ </font> 565 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964B00; color: #000000"> </font></PRE> 566 */ 567 public static final SColor BROWN = new SColor(0x808000, "Brown"); 568 /** 569 * Color constant<PRE> 570 *<font style="background-color: #4B3C39; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #4B3C39; color: #000000"> @ </font> 571 *<font style="background-color: #4B3C39; color: #4B3C39"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #4B3C39; color: #888888"> @ </font> 572 *<font style="background-color: #4B3C39; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #4B3C39; color: #ffffff"> @ </font> 573 * 574 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 575 *<font style="background-color: #ff0000; color: #4B3C39"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 576 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 577 */ 578 public static final SColor BROWN_RAT_GREY = new SColor(0x4B3C39, "Brown Rat Grey"); 579 /** 580 * Color constant<PRE> 581 *<font style="background-color: #964B00; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #964B00; color: #000000"> @ </font> 582 *<font style="background-color: #964B00; color: #964B00"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #964B00; color: #888888"> @ </font> 583 *<font style="background-color: #964B00; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #964B00; color: #ffffff"> @ </font> 584 * 585 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 586 *<font style="background-color: #ff0000; color: #964B00"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 587 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 588 */ 589 public static final SColor BROWNER = new SColor(0x964B00, "Browner"); 590 /** 591 * Color constant<PRE> 592 *<font style="background-color: #8C5939; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #8C5939; color: #000000"> @ </font> 593 *<font style="background-color: #8C5939; color: #8C5939"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #8C5939; color: #888888"> @ </font> 594 *<font style="background-color: #8C5939; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #8C5939; color: #ffffff"> @ </font> 595 * 596 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 597 *<font style="background-color: #ff0000; color: #8C5939"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 598 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 599 */ 600 public static final SColor BRUSHWOOD_DYED = new SColor(0x8C5939, "Brushwood Dyed"); 601 /** 602 * Color constant<PRE> 603 *<font style="background-color: #F0DC82; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #F0DC82; color: #000000"> @ </font> 604 *<font style="background-color: #F0DC82; color: #F0DC82"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #F0DC82; color: #888888"> @ </font> 605 *<font style="background-color: #F0DC82; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #F0DC82; color: #ffffff"> @ </font> 606 * 607 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 608 *<font style="background-color: #ff0000; color: #F0DC82"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 609 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 610 */ 611 public static final SColor BUFF = new SColor(0xF0DC82, "Buff"); 612 /** 613 * Color constant<PRE> 614 *<font style="background-color: #900020; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #900020; color: #000000"> @ </font> 615 *<font style="background-color: #900020; color: #900020"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #900020; color: #888888"> @ </font> 616 *<font style="background-color: #900020; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #900020; color: #ffffff"> @ </font> 617 * 618 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 619 *<font style="background-color: #ff0000; color: #900020"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 620 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 621 */ 622 public static final SColor BURGUNDY = new SColor(0x900020, "Burgundy"); 623 /** 624 * Color constant<PRE> 625 *<font style="background-color: #4D3B3C; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #4D3B3C; color: #000000"> @ </font> 626 *<font style="background-color: #4D3B3C; color: #4D3B3C"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #4D3B3C; color: #888888"> @ </font> 627 *<font style="background-color: #4D3B3C; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #4D3B3C; color: #ffffff"> @ </font> 628 * 629 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 630 *<font style="background-color: #ff0000; color: #4D3B3C"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 631 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 632 */ 633 public static final SColor BURNT_BAMBOO = new SColor(0x4D3B3C, "Burnt Bamboo"); 634 /** 635 * Color constant<PRE> 636 *<font style="background-color: #CC5500; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #CC5500; color: #000000"> @ </font> 637 *<font style="background-color: #CC5500; color: #CC5500"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #CC5500; color: #888888"> @ </font> 638 *<font style="background-color: #CC5500; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #CC5500; color: #ffffff"> @ </font> 639 * 640 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 641 *<font style="background-color: #ff0000; color: #CC5500"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 642 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 643 */ 644 public static final SColor BURNT_ORANGE = new SColor(0xCC5500, "Burnt Orange"); 645 /** 646 * Color constant<PRE> 647 *<font style="background-color: #E97451; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #E97451; color: #000000"> @ </font> 648 *<font style="background-color: #E97451; color: #E97451"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #E97451; color: #888888"> @ </font> 649 *<font style="background-color: #E97451; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #E97451; color: #ffffff"> @ </font> 650 * 651 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 652 *<font style="background-color: #ff0000; color: #E97451"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 653 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 654 */ 655 public static final SColor BURNT_SIENNA = new SColor(0xE97451, "Burnt Sienna"); 656 /** 657 * Color constant<PRE> 658 *<font style="background-color: #8A3324; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #8A3324; color: #000000"> @ </font> 659 *<font style="background-color: #8A3324; color: #8A3324"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #8A3324; color: #888888"> @ </font> 660 *<font style="background-color: #8A3324; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #8A3324; color: #ffffff"> @ </font> 661 * 662 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 663 *<font style="background-color: #ff0000; color: #8A3324"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 664 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 665 */ 666 public static final SColor BURNT_UMBER = new SColor(0x8A3324, "Burnt Umber"); 667 /** 668 * Color constant<PRE> 669 *<font style="background-color: #78866B; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #78866B; color: #000000"> @ </font> 670 *<font style="background-color: #78866B; color: #78866B"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #78866B; color: #888888"> @ </font> 671 *<font style="background-color: #78866B; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #78866B; color: #ffffff"> @ </font> 672 * 673 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 674 *<font style="background-color: #ff0000; color: #78866B"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 675 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 676 */ 677 public static final SColor CAMO_GREEN = new SColor(0x78866B, "Camo Green"); 678 /** 679 * Color constant<PRE> 680 *<font style="background-color: #FFB95A; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FFB95A; color: #000000"> @ </font> 681 *<font style="background-color: #FFB95A; color: #FFB95A"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #FFB95A; color: #888888"> @ </font> 682 *<font style="background-color: #FFB95A; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FFB95A; color: #ffffff"> @ </font> 683 * 684 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 685 *<font style="background-color: #ff0000; color: #FFB95A"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 686 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 687 */ 688 public static final SColor CAPE_JASMINE = new SColor(0xFFB95A, "Cape Jasmine"); 689 /** 690 * Color constant<PRE> 691 *<font style="background-color: #592720; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #592720; color: #000000"> @ </font> 692 *<font style="background-color: #592720; color: #592720"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #592720; color: #888888"> @ </font> 693 *<font style="background-color: #592720; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #592720; color: #ffffff"> @ </font> 694 * 695 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 696 *<font style="background-color: #ff0000; color: #592720"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 697 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 698 */ 699 public static final SColor CAPUT_MORTUUM = new SColor(0x592720, "Caput Mortuum"); 700 /** 701 * Color constant<PRE> 702 *<font style="background-color: #C41E3A; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #C41E3A; color: #000000"> @ </font> 703 *<font style="background-color: #C41E3A; color: #C41E3A"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #C41E3A; color: #888888"> @ </font> 704 *<font style="background-color: #C41E3A; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #C41E3A; color: #ffffff"> @ </font> 705 * 706 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 707 *<font style="background-color: #ff0000; color: #C41E3A"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 708 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 709 */ 710 public static final SColor CARDINAL = new SColor(0xC41E3A, "Cardinal"); 711 /** 712 * Color constant<PRE> 713 *<font style="background-color: #960018; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #960018; color: #000000"> @ </font> 714 *<font style="background-color: #960018; color: #960018"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #960018; color: #888888"> @ </font> 715 *<font style="background-color: #960018; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #960018; color: #ffffff"> @ </font> 716 * 717 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 718 *<font style="background-color: #ff0000; color: #960018"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 719 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 720 */ 721 public static final SColor CARMINE = new SColor(0x960018, "Carmine"); 722 /** 723 * Color constant<PRE> 724 *<font style="background-color: #FFA6C9; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FFA6C9; color: #000000"> @ </font> 725 *<font style="background-color: #FFA6C9; color: #FFA6C9"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #FFA6C9; color: #888888"> @ </font> 726 *<font style="background-color: #FFA6C9; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FFA6C9; color: #ffffff"> @ </font> 727 * 728 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 729 *<font style="background-color: #ff0000; color: #FFA6C9"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 730 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 731 */ 732 public static final SColor CARNATION_PINK = new SColor(0xFFA6C9, "Carnation Pink"); 733 /** 734 * Color constant<PRE> 735 *<font style="background-color: #99BADD; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #99BADD; color: #000000"> @ </font> 736 *<font style="background-color: #99BADD; color: #99BADD"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #99BADD; color: #888888"> @ </font> 737 *<font style="background-color: #99BADD; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #99BADD; color: #ffffff"> @ </font> 738 * 739 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 740 *<font style="background-color: #ff0000; color: #99BADD"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 741 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 742 */ 743 public static final SColor CAROLINA_BLUE = new SColor(0x99BADD, "Carolina Blue"); 744 /** 745 * Color constant<PRE> 746 *<font style="background-color: #ED9121; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #ED9121; color: #000000"> @ </font> 747 *<font style="background-color: #ED9121; color: #ED9121"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #ED9121; color: #888888"> @ </font> 748 *<font style="background-color: #ED9121; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #ED9121; color: #ffffff"> @ </font> 749 * 750 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 751 *<font style="background-color: #ff0000; color: #ED9121"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 752 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 753 */ 754 public static final SColor CARROT_ORANGE = new SColor(0xED9121, "Carrot Orange"); 755 /** 756 * Color constant<PRE> 757 *<font style="background-color: #B64925; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #B64925; color: #000000"> @ </font> 758 *<font style="background-color: #B64925; color: #B64925"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #B64925; color: #888888"> @ </font> 759 *<font style="background-color: #B64925; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #B64925; color: #ffffff"> @ </font> 760 * 761 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 762 *<font style="background-color: #ff0000; color: #B64925"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 763 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 764 */ 765 public static final SColor CATTAIL = new SColor(0xB64925, "Cattail"); 766 /** 767 * Color constant<PRE> 768 *<font style="background-color: #ACE1AF; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #ACE1AF; color: #000000"> @ </font> 769 *<font style="background-color: #ACE1AF; color: #ACE1AF"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #ACE1AF; color: #888888"> @ </font> 770 *<font style="background-color: #ACE1AF; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #ACE1AF; color: #ffffff"> @ </font> 771 * 772 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 773 *<font style="background-color: #ff0000; color: #ACE1AF"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 774 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 775 */ 776 public static final SColor CELADON = new SColor(0xACE1AF, "Celadon"); 777 /** 778 * Color constant<PRE> 779 *<font style="background-color: #819C8B; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #819C8B; color: #000000"> @ </font> 780 *<font style="background-color: #819C8B; color: #819C8B"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #819C8B; color: #888888"> @ </font> 781 *<font style="background-color: #819C8B; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #819C8B; color: #ffffff"> @ </font> 782 * 783 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 784 *<font style="background-color: #ff0000; color: #819C8B"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 785 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 786 */ 787 public static final SColor CELADON_DYE = new SColor(0x819C8B, "Celadon Dye"); 788 /** 789 * Color constant<PRE> 790 *<font style="background-color: #DE3163; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #DE3163; color: #000000"> @ </font> 791 *<font style="background-color: #DE3163; color: #DE3163"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #DE3163; color: #888888"> @ </font> 792 *<font style="background-color: #DE3163; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #DE3163; color: #ffffff"> @ </font> 793 * 794 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 795 *<font style="background-color: #ff0000; color: #DE3163"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 796 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 797 */ 798 public static final SColor CERISE = new SColor(0xDE3163, "Cerise"); 799 /** 800 * Color constant<PRE> 801 *<font style="background-color: #007BA7; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #007BA7; color: #000000"> @ </font> 802 *<font style="background-color: #007BA7; color: #007BA7"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #007BA7; color: #888888"> @ </font> 803 *<font style="background-color: #007BA7; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #007BA7; color: #ffffff"> @ </font> 804 * 805 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 806 *<font style="background-color: #ff0000; color: #007BA7"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 807 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 808 */ 809 public static final SColor CERULEAN = new SColor(0x007BA7, "Cerulean"); 810 /** 811 * Color constant<PRE> 812 *<font style="background-color: #2A52BE; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #2A52BE; color: #000000"> @ </font> 813 *<font style="background-color: #2A52BE; color: #2A52BE"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #2A52BE; color: #888888"> @ </font> 814 *<font style="background-color: #2A52BE; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #2A52BE; color: #ffffff"> @ </font> 815 * 816 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 817 *<font style="background-color: #ff0000; color: #2A52BE"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 818 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 819 */ 820 public static final SColor CERULEAN_BLUE = new SColor(0x2A52BE, "Cerulean Blue"); 821 /** 822 * Color constant<PRE> 823 *<font style="background-color: #DFFF00; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #DFFF00; color: #000000"> @ </font> 824 *<font style="background-color: #DFFF00; color: #DFFF00"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #DFFF00; color: #888888"> @ </font> 825 *<font style="background-color: #DFFF00; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #DFFF00; color: #ffffff"> @ </font> 826 * 827 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 828 *<font style="background-color: #ff0000; color: #DFFF00"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 829 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 830 */ 831 public static final SColor CHARTREUSE = new SColor(0xDFFF00, "Chartreuse"); 832 /** 833 * Color constant<PRE> 834 *<font style="background-color: #7FFF00; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #7FFF00; color: #000000"> @ </font> 835 *<font style="background-color: #7FFF00; color: #7FFF00"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #7FFF00; color: #888888"> @ </font> 836 *<font style="background-color: #7FFF00; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #7FFF00; color: #ffffff"> @ </font> 837 * 838 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 839 *<font style="background-color: #ff0000; color: #7FFF00"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 840 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 841 */ 842 public static final SColor CHARTREUSE_GREEN = new SColor(0x7FFF00, "Chartreuse Green"); 843 /** 844 * Color constant<PRE> 845 *<font style="background-color: #FFB7C5; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FFB7C5; color: #000000"> @ </font> 846 *<font style="background-color: #FFB7C5; color: #FFB7C5"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #FFB7C5; color: #888888"> @ </font> 847 *<font style="background-color: #FFB7C5; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FFB7C5; color: #ffffff"> @ </font> 848 * 849 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 850 *<font style="background-color: #ff0000; color: #FFB7C5"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 851 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 852 */ 853 public static final SColor CHERRY_BLOSSOM = new SColor(0xFFB7C5, "Cherry Blossom"); 854 /** 855 * Color constant<PRE> 856 *<font style="background-color: #fcc9b9; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #fcc9b9; color: #000000"> @ </font> 857 *<font style="background-color: #fcc9b9; color: #fcc9b9"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #fcc9b9; color: #888888"> @ </font> 858 *<font style="background-color: #fcc9b9; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #fcc9b9; color: #ffffff"> @ </font> 859 * 860 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 861 *<font style="background-color: #ff0000; color: #fcc9b9"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 862 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 863 */ 864 public static final SColor CHERRY_BLOSSOM_DYE = new SColor(0xfcc9b9, "Cherry Blossom Dye"); 865 /** 866 * Color constant<PRE> 867 *<font style="background-color: #AC8181; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #AC8181; color: #000000"> @ </font> 868 *<font style="background-color: #AC8181; color: #AC8181"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #AC8181; color: #888888"> @ </font> 869 *<font style="background-color: #AC8181; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #AC8181; color: #ffffff"> @ </font> 870 * 871 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 872 *<font style="background-color: #ff0000; color: #AC8181"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 873 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 874 */ 875 public static final SColor CHERRY_BLOSSOM_MOUSE = new SColor(0xAC8181, "Cherry Blossom Mouse"); 876 /** 877 * Color constant<PRE> 878 *<font style="background-color: #CD5C5C; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #CD5C5C; color: #000000"> @ </font> 879 *<font style="background-color: #CD5C5C; color: #CD5C5C"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #CD5C5C; color: #888888"> @ </font> 880 *<font style="background-color: #CD5C5C; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #CD5C5C; color: #ffffff"> @ </font> 881 * 882 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 883 *<font style="background-color: #ff0000; color: #CD5C5C"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 884 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 885 */ 886 public static final SColor CHESTNUT = new SColor(0xCD5C5C, "Chestnut"); 887 /** 888 * Color constant<PRE> 889 *<font style="background-color: #60281E; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #60281E; color: #000000"> @ </font> 890 *<font style="background-color: #60281E; color: #60281E"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #60281E; color: #888888"> @ </font> 891 *<font style="background-color: #60281E; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #60281E; color: #ffffff"> @ </font> 892 * 893 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 894 *<font style="background-color: #ff0000; color: #60281E"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 895 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 896 */ 897 public static final SColor CHESTNUT_LEATHER_BROWN = new SColor(0x60281E, "Chestnut Leather Brown"); 898 /** 899 * Color constant<PRE> 900 *<font style="background-color: #8B352D; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #8B352D; color: #000000"> @ </font> 901 *<font style="background-color: #8B352D; color: #8B352D"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #8B352D; color: #888888"> @ </font> 902 *<font style="background-color: #8B352D; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #8B352D; color: #ffffff"> @ </font> 903 * 904 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 905 *<font style="background-color: #ff0000; color: #8B352D"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 906 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 907 */ 908 public static final SColor CHESTNUT_PLUM = new SColor(0x8B352D, "Chestnut Plum"); 909 /** 910 * Color constant<PRE> 911 *<font style="background-color: #B35C44; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #B35C44; color: #000000"> @ </font> 912 *<font style="background-color: #B35C44; color: #B35C44"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #B35C44; color: #888888"> @ </font> 913 *<font style="background-color: #B35C44; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #B35C44; color: #ffffff"> @ </font> 914 * 915 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 916 *<font style="background-color: #ff0000; color: #B35C44"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 917 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 918 */ 919 public static final SColor CHINESE_TEA_BROWN = new SColor(0xB35C44, "Chinese Tea Brown"); 920 /** 921 * Color constant<PRE> 922 *<font style="background-color: #B7702D; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #B7702D; color: #000000"> @ </font> 923 *<font style="background-color: #B7702D; color: #B7702D"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #B7702D; color: #888888"> @ </font> 924 *<font style="background-color: #B7702D; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #B7702D; color: #ffffff"> @ </font> 925 * 926 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 927 *<font style="background-color: #ff0000; color: #B7702D"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 928 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 929 */ 930 public static final SColor CHINESE_TEA_YELLOW = new SColor(0xB7702D, "Chinese Tea Yellow"); 931 /** 932 * Color constant<PRE> 933 *<font style="background-color: #7B3F00; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #7B3F00; color: #000000"> @ </font> 934 *<font style="background-color: #7B3F00; color: #7B3F00"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #7B3F00; color: #888888"> @ </font> 935 *<font style="background-color: #7B3F00; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #7B3F00; color: #ffffff"> @ </font> 936 * 937 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 938 *<font style="background-color: #ff0000; color: #7B3F00"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 939 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 940 */ 941 public static final SColor CHOCOLATE = new SColor(0x7B3F00, "Chocolate"); 942 /** 943 * Color constant<PRE> 944 *<font style="background-color: #E34234; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #E34234; color: #000000"> @ </font> 945 *<font style="background-color: #E34234; color: #E34234"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #E34234; color: #888888"> @ </font> 946 *<font style="background-color: #E34234; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #E34234; color: #ffffff"> @ </font> 947 * 948 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 949 *<font style="background-color: #ff0000; color: #E34234"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 950 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 951 */ 952 public static final SColor CINNABAR = new SColor(0xE34234, "Cinnabar"); 953 /** 954 * Color constant<PRE> 955 *<font style="background-color: #D2691E; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #D2691E; color: #000000"> @ </font> 956 *<font style="background-color: #D2691E; color: #D2691E"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #D2691E; color: #888888"> @ </font> 957 *<font style="background-color: #D2691E; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #D2691E; color: #ffffff"> @ </font> 958 * 959 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 960 *<font style="background-color: #ff0000; color: #D2691E"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 961 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 962 */ 963 public static final SColor CINNAMON = new SColor(0xD2691E, "Cinnamon"); 964 /** 965 * Color constant<PRE> 966 *<font style="background-color: #8F583C; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #8F583C; color: #000000"> @ </font> 967 *<font style="background-color: #8F583C; color: #8F583C"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #8F583C; color: #888888"> @ </font> 968 *<font style="background-color: #8F583C; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #8F583C; color: #ffffff"> @ </font> 969 * 970 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 971 *<font style="background-color: #ff0000; color: #8F583C"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 972 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 973 */ 974 public static final SColor CLOVE_BROWN = new SColor(0x8F583C, "Clove Brown"); 975 /** 976 * Color constant<PRE> 977 *<font style="background-color: #C66B27; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #C66B27; color: #000000"> @ </font> 978 *<font style="background-color: #C66B27; color: #C66B27"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #C66B27; color: #888888"> @ </font> 979 *<font style="background-color: #C66B27; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #C66B27; color: #ffffff"> @ </font> 980 * 981 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 982 *<font style="background-color: #ff0000; color: #C66B27"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 983 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 984 */ 985 public static final SColor CLOVE_DYED = new SColor(0xC66B27, "Clove Dyed"); 986 /** 987 * Color constant<PRE> 988 *<font style="background-color: #181B26; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #181B26; color: #000000"> @ </font> 989 *<font style="background-color: #181B26; color: #181B26"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #181B26; color: #888888"> @ </font> 990 *<font style="background-color: #181B26; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #181B26; color: #ffffff"> @ </font> 991 * 992 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 993 *<font style="background-color: #ff0000; color: #181B26"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 994 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 995 */ 996 public static final SColor COARSE_WOOL = new SColor(0x181B26, "Coarse Wool"); 997 /** 998 * Color constant<PRE> 999 *<font style="background-color: #0047AB; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #0047AB; color: #000000"> @ </font> 1000 *<font style="background-color: #0047AB; color: #0047AB"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #0047AB; color: #888888"> @ </font> 1001 *<font style="background-color: #0047AB; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #0047AB; color: #ffffff"> @ </font> 1002 * 1003 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 1004 *<font style="background-color: #ff0000; color: #0047AB"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 1005 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 1006 */ 1007 public static final SColor COBALT = new SColor(0x0047AB, "Cobalt"); 1008 /** 1009 * Color constant<PRE> 1010 *<font style="background-color: #9D2933; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #9D2933; color: #000000"> @ </font> 1011 *<font style="background-color: #9D2933; color: #0047AB"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #9D2933; color: #888888"> @ </font> 1012 *<font style="background-color: #9D2933; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #9D2933; color: #ffffff"> @ </font> 1013 * 1014 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 1015 *<font style="background-color: #ff0000; color: #9D2933"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 1016 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 1017 */ 1018 public static final SColor COCHINEAL_RED = new SColor(0x9D2933, "Cochineal Red"); 1019 /** 1020 * Color constant<PRE> 1021 *<font style="background-color: #9BDDFF; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #9BDDFF; color: #000000"> @ </font> 1022 *<font style="background-color: #9BDDFF; color: #9BDDFF"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #9BDDFF; color: #888888"> @ </font> 1023 *<font style="background-color: #9BDDFF; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #9BDDFF; color: #ffffff"> @ </font> 1024 * 1025 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 1026 *<font style="background-color: #ff0000; color: #9BDDFF"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 1027 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 1028 */ 1029 public static final SColor COLUMBIA_BLUE = new SColor(0x9BDDFF, "Columbia Blue"); 1030 /** 1031 * Color constant<PRE> 1032 *<font style="background-color: #B87333; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #B87333; color: #000000"> @ </font> 1033 *<font style="background-color: #B87333; color: #B87333"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #B87333; color: #888888"> @ </font> 1034 *<font style="background-color: #B87333; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #B87333; color: #ffffff"> @ </font> 1035 * 1036 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 1037 *<font style="background-color: #ff0000; color: #B87333"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 1038 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 1039 */ 1040 public static final SColor COPPER = new SColor(0xB87333, "Copper"); 1041 /** 1042 * Color constant<PRE> 1043 *<font style="background-color: #996666; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #996666; color: #000000"> @ </font> 1044 *<font style="background-color: #996666; color: #996666"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #996666; color: #888888"> @ </font> 1045 *<font style="background-color: #996666; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #996666; color: #ffffff"> @ </font> 1046 * 1047 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 1048 *<font style="background-color: #ff0000; color: #996666"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 1049 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 1050 */ 1051 public static final SColor COPPER_ROSE = new SColor(0x996666, "Copper Rose"); 1052 /** 1053 * Color constant<PRE> 1054 *<font style="background-color: #FF7F50; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FF7F50; color: #000000"> @ </font> 1055 *<font style="background-color: #FF7F50; color: #FF7F50"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #FF7F50; color: #888888"> @ </font> 1056 *<font style="background-color: #FF7F50; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FF7F50; color: #ffffff"> @ </font> 1057 * 1058 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 1059 *<font style="background-color: #ff0000; color: #FF7F50"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 1060 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 1061 */ 1062 public static final SColor CORAL = new SColor(0xFF7F50, "Coral"); 1063 /** 1064 * Color constant<PRE> 1065 *<font style="background-color: #F8674F; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #F8674F; color: #000000"> @ </font> 1066 *<font style="background-color: #F8674F; color: #F8674F"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #F8674F; color: #888888"> @ </font> 1067 *<font style="background-color: #F8674F; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #F8674F; color: #ffffff"> @ </font> 1068 * 1069 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 1070 *<font style="background-color: #ff0000; color: #F8674F"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 1071 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 1072 */ 1073 public static final SColor CORAL_DYE = new SColor(0xF8674F, "Coral Dye"); 1074 /** 1075 * Color constant<PRE> 1076 *<font style="background-color: #FF4040; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FF4040; color: #000000"> @ </font> 1077 *<font style="background-color: #FF4040; color: #FF4040"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #FF4040; color: #888888"> @ </font> 1078 *<font style="background-color: #FF4040; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FF4040; color: #ffffff"> @ </font> 1079 * 1080 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 1081 *<font style="background-color: #ff0000; color: #FF4040"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 1082 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 1083 */ 1084 public static final SColor CORAL_RED = new SColor(0xFF4040, "Coral Red"); 1085 /** 1086 * Color constant<PRE> 1087 *<font style="background-color: #FBEC5D; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FBEC5D; color: #000000"> @ </font> 1088 *<font style="background-color: #FBEC5D; color: #FBEC5D"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #FBEC5D; color: #888888"> @ </font> 1089 *<font style="background-color: #FBEC5D; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FBEC5D; color: #ffffff"> @ </font> 1090 * 1091 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 1092 *<font style="background-color: #ff0000; color: #FBEC5D"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 1093 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 1094 */ 1095 public static final SColor CORN = new SColor(0xFBEC5D, "Corn"); 1096 /** 1097 * Color constant<PRE> 1098 *<font style="background-color: #FAA945; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FAA945; color: #000000"> @ </font> 1099 *<font style="background-color: #FAA945; color: #FAA945"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #FAA945; color: #888888"> @ </font> 1100 *<font style="background-color: #FAA945; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FAA945; color: #ffffff"> @ </font> 1101 * 1102 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 1103 *<font style="background-color: #ff0000; color: #FAA945"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 1104 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 1105 */ 1106 public static final SColor CORN_DYE = new SColor(0xFAA945, "Corn Dye"); 1107 /** 1108 * Color constant<PRE> 1109 *<font style="background-color: #6495ED; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #6495ED; color: #000000"> @ </font> 1110 *<font style="background-color: #6495ED; color: #6495ED"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #6495ED; color: #888888"> @ </font> 1111 *<font style="background-color: #6495ED; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #6495ED; color: #ffffff"> @ </font> 1112 * 1113 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 1114 *<font style="background-color: #ff0000; color: #6495ED"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 1115 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 1116 */ 1117 public static final SColor CORNFLOWER_BLUE = new SColor(0x6495ED, "Cornflower Blue"); 1118 /** 1119 * Color constant<PRE> 1120 *<font style="background-color: #FFF8E7; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FFF8E7; color: #000000"> @ </font> 1121 *<font style="background-color: #FFF8E7; color: #FFF8E7"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #FFF8E7; color: #888888"> @ </font> 1122 *<font style="background-color: #FFF8E7; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FFF8E7; color: #ffffff"> @ </font> 1123 * 1124 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 1125 *<font style="background-color: #ff0000; color: #FFF8E7"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 1126 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 1127 */ 1128 public static final SColor COSMIC_LATTE = new SColor(0xFFF8E7, "Cosmic Latte"); 1129 /** 1130 * Color constant<PRE> 1131 *<font style="background-color: #FFFDD0; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FFFDD0; color: #000000"> @ </font> 1132 *<font style="background-color: #FFFDD0; color: #FFFDD0"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #FFFDD0; color: #888888"> @ </font> 1133 *<font style="background-color: #FFFDD0; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FFFDD0; color: #ffffff"> @ </font> 1134 * 1135 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 1136 *<font style="background-color: #ff0000; color: #FFFDD0"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 1137 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 1138 */ 1139 public static final SColor CREAM = new SColor(0xFFFDD0, "Cream"); 1140 /** 1141 * Color constant<PRE> 1142 *<font style="background-color: #DC143C; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #DC143C; color: #000000"> @ </font> 1143 *<font style="background-color: #DC143C; color: #DC143C"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #DC143C; color: #888888"> @ </font> 1144 *<font style="background-color: #DC143C; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #DC143C; color: #ffffff"> @ </font> 1145 * 1146 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 1147 *<font style="background-color: #ff0000; color: #DC143C"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 1148 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 1149 */ 1150 public static final SColor CRIMSON = new SColor(0xDC143C, "Crimson"); 1151 /** 1152 * Duplicated as AQUA for usability Color constant<PRE> 1153 *<font style="background-color: #00ffff; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #00ffff; color: #000000"> @ </font> 1154 *<font style="background-color: #00ffff; color: #000000"> </font><font style="background-color: #000000; color: #00ffff"> @ </font><font style="background-color: #888888; color: #00ffff"> @ </font><font style="background-color: #ffffff; color: #00ffff"> @ </font><font style="background-color: #00ffff; color: #888888"> @ </font> 1155 *<font style="background-color: #00ffff; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #00ffff; color: #ffffff"> @ </font> 1156 * 1157 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964B00; color: #000000"> </font> 1158 *<font style="background-color: #ff0000; color: #00ffff"> @ </font><font style="background-color: #ffff00; color: #00ffff"> @ </font><font style="background-color: #00ff00; color: #00ffff"> @ </font><font style="background-color: #0000ff; color: #00ffff"> @ </font><font style="background-color: #964B00; color: #00ffff"> @ </font> 1159 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964B00; color: #000000"> </font></PRE> 1160 */ 1161 public static final SColor CYAN = new SColor(0x00ffff, "Cyan"); 1162 /** 1163 * Color constant<PRE> 1164 *<font style="background-color: #752E23; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #752E23; color: #000000"> @ </font> 1165 *<font style="background-color: #752E23; color: #752E23"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #752E23; color: #888888"> @ </font> 1166 *<font style="background-color: #752E23; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #752E23; color: #ffffff"> @ </font> 1167 * 1168 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 1169 *<font style="background-color: #ff0000; color: #752E23"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 1170 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 1171 */ 1172 public static final SColor CYPRESS_BARK = new SColor(0x752E23, "Cypress Bark"); 1173 /** 1174 * Color constant<PRE> 1175 *<font style="background-color: #6F3028; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #6F3028; color: #000000"> @ </font> 1176 *<font style="background-color: #6F3028; color: #6F3028"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #6F3028; color: #888888"> @ </font> 1177 *<font style="background-color: #6F3028; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #6F3028; color: #ffffff"> @ </font> 1178 * 1179 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 1180 *<font style="background-color: #ff0000; color: #6F3028"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 1181 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 1182 */ 1183 public static final SColor CYPRESS_BARK_RED = new SColor(0x6F3028, "Cypress Bark Red"); 1184 /** 1185 * Color constant<PRE> 1186 *<font style="background-color: #0000c8; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #0000c8; color: #000000"> @ </font> 1187 *<font style="background-color: #0000c8; color: #000000"> </font><font style="background-color: #000000; color: #0000c8"> @ </font><font style="background-color: #888888; color: #0000c8"> @ </font><font style="background-color: #ffffff; color: #0000c8"> @ </font><font style="background-color: #0000c8; color: #888888"> @ </font> 1188 *<font style="background-color: #0000c8; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #0000c8; color: #ffffff"> @ </font> 1189 * 1190 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964B00; color: #000000"> </font> 1191 *<font style="background-color: #ff0000; color: #0000c8"> @ </font><font style="background-color: #ffff00; color: #0000c8"> @ </font><font style="background-color: #00ff00; color: #0000c8"> @ </font><font style="background-color: #0000ff; color: #0000c8"> @ </font><font style="background-color: #964B00; color: #0000c8"> @ </font> 1192 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964B00; color: #000000"> </font></PRE> 1193 */ 1194 public static final SColor DARK_BLUE = new SColor(0x0000c8, "Dark Blue"); 1195 /** 1196 * Color constant<PRE> 1197 *<font style="background-color: #192236; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #192236; color: #000000"> @ </font> 1198 *<font style="background-color: #192236; color: #192236"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #192236; color: #888888"> @ </font> 1199 *<font style="background-color: #192236; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #192236; color: #ffffff"> @ </font> 1200 * 1201 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 1202 *<font style="background-color: #ff0000; color: #192236"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 1203 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 1204 */ 1205 public static final SColor DARK_BLUE_DYE = new SColor(0x192236, "Dark Blue Dye"); 1206 /** 1207 * Color constant<PRE> 1208 *<font style="background-color: #1B294B; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #1B294B; color: #000000"> @ </font> 1209 *<font style="background-color: #1B294B; color: #1B294B"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #1B294B; color: #888888"> @ </font> 1210 *<font style="background-color: #1B294B; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #1B294B; color: #ffffff"> @ </font> 1211 * 1212 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 1213 *<font style="background-color: #ff0000; color: #1B294B"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 1214 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 1215 */ 1216 public static final SColor DARK_BLUE_LAPIS_LAZULI = new SColor(0x1B294B, "Dark Blue Lapis Lazuli"); 1217 /** 1218 * Color constant<PRE> 1219 *<font style="background-color: #654321; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #654321; color: #000000"> @ </font> 1220 *<font style="background-color: #654321; color: #654321"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #654321; color: #888888"> @ </font> 1221 *<font style="background-color: #654321; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #654321; color: #ffffff"> @ </font> 1222 * 1223 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 1224 *<font style="background-color: #ff0000; color: #654321"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 1225 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 1226 */ 1227 public static final SColor DARK_BROWN = new SColor(0x654321, "Dark Brown"); 1228 /** 1229 * Color constant<PRE> 1230 *<font style="background-color: #08457E; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #08457E; color: #000000"> @ </font> 1231 *<font style="background-color: #08457E; color: #08457E"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #08457E; color: #888888"> @ </font> 1232 *<font style="background-color: #08457E; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #08457E; color: #ffffff"> @ </font> 1233 * 1234 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 1235 *<font style="background-color: #ff0000; color: #08457E"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 1236 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 1237 */ 1238 public static final SColor DARK_CERULEAN = new SColor(0x08457E, "Dark Cerulean"); 1239 /** 1240 * Color constant<PRE> 1241 *<font style="background-color: #986960; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #986960; color: #000000"> @ </font> 1242 *<font style="background-color: #986960; color: #986960"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #986960; color: #888888"> @ </font> 1243 *<font style="background-color: #986960; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #986960; color: #ffffff"> @ </font> 1244 * 1245 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 1246 *<font style="background-color: #ff0000; color: #986960"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 1247 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 1248 */ 1249 public static final SColor DARK_CHESTNUT = new SColor(0x986960, "Dark Chestnut"); 1250 /** 1251 * Color constant<PRE> 1252 *<font style="background-color: #CD5B45; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #CD5B45; color: #000000"> @ </font> 1253 *<font style="background-color: #CD5B45; color: #CD5B45"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #CD5B45; color: #888888"> @ </font> 1254 *<font style="background-color: #CD5B45; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #CD5B45; color: #ffffff"> @ </font> 1255 * 1256 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 1257 *<font style="background-color: #ff0000; color: #CD5B45"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 1258 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 1259 */ 1260 public static final SColor DARK_CORAL = new SColor(0xCD5B45, "Dark Coral"); 1261 /** 1262 * Color constant<PRE> 1263 *<font style="background-color: #B8860B; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #B8860B; color: #000000"> @ </font> 1264 *<font style="background-color: #B8860B; color: #B8860B"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #B8860B; color: #888888"> @ </font> 1265 *<font style="background-color: #B8860B; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #B8860B; color: #ffffff"> @ </font> 1266 * 1267 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 1268 *<font style="background-color: #ff0000; color: #B8860B"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 1269 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 1270 */ 1271 public static final SColor DARK_GOLDENROD = new SColor(0xB8860B, "Dark Goldenrod"); 1272 /** 1273 * Color constant<PRE> 1274 *<font style="background-color: #404040; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #404040; color: #000000"> @ </font> 1275 *<font style="background-color: #404040; color: #000000"> </font><font style="background-color: #000000; color: #404040"> @ </font><font style="background-color: #888888; color: #404040"> @ </font><font style="background-color: #ffffff; color: #404040"> @ </font><font style="background-color: #404040; color: #888888"> @ </font> 1276 *<font style="background-color: #404040; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #404040; color: #ffffff"> @ </font> 1277 * 1278 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964B00; color: #000000"> </font> 1279 *<font style="background-color: #ff0000; color: #404040"> @ </font><font style="background-color: #ffff00; color: #404040"> @ </font><font style="background-color: #00ff00; color: #404040"> @ </font><font style="background-color: #0000ff; color: #404040"> @ </font><font style="background-color: #964B00; color: #404040"> @ </font> 1280 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964B00; color: #000000"> </font></PRE> 1281 */ 1282 public static final SColor DARK_GRAY = new SColor(0x404040, "Dark Gray"); 1283 /** 1284 * Color constant<PRE> 1285 *<font style="background-color: #013220; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #013220; color: #000000"> @ </font> 1286 *<font style="background-color: #013220; color: #013220"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #013220; color: #888888"> @ </font> 1287 *<font style="background-color: #013220; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #013220; color: #ffffff"> @ </font> 1288 * 1289 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 1290 *<font style="background-color: #ff0000; color: #013220"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 1291 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 1292 */ 1293 public static final SColor DARK_GREEN = new SColor(0x013220, "Dark Green"); 1294 /** 1295 * Color constant<PRE> 1296 *<font style="background-color: #614E6E; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #614E6E; color: #000000"> @ </font> 1297 *<font style="background-color: #614E6E; color: #614E6E"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #614E6E; color: #888888"> @ </font> 1298 *<font style="background-color: #614E6E; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #614E6E; color: #ffffff"> @ </font> 1299 * 1300 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 1301 *<font style="background-color: #ff0000; color: #614E6E"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 1302 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 1303 */ 1304 public static final SColor DARK_INDIGO = new SColor(0x614E6E, "Dark Indigo"); 1305 /** 1306 * Color constant<PRE> 1307 *<font style="background-color: #BDB76B; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #BDB76B; color: #000000"> @ </font> 1308 *<font style="background-color: #BDB76B; color: #BDB76B"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #BDB76B; color: #888888"> @ </font> 1309 *<font style="background-color: #BDB76B; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #BDB76B; color: #ffffff"> @ </font> 1310 * 1311 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 1312 *<font style="background-color: #ff0000; color: #BDB76B"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 1313 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 1314 */ 1315 public static final SColor DARK_KHAKI = new SColor(0xBDB76B, "Dark Khaki"); 1316 /** 1317 * Color constant<PRE> 1318 *<font style="background-color: #03C03C; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #03C03C; color: #000000"> @ </font> 1319 *<font style="background-color: #03C03C; color: #03C03C"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #03C03C; color: #888888"> @ </font> 1320 *<font style="background-color: #03C03C; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #03C03C; color: #ffffff"> @ </font> 1321 * 1322 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 1323 *<font style="background-color: #ff0000; color: #03C03C"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 1324 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 1325 */ 1326 public static final SColor DARK_PASTEL_GREEN = new SColor(0x03C03C, "Dark Pastel Green"); 1327 /** 1328 * Color constant<PRE> 1329 *<font style="background-color: #E75480; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #E75480; color: #000000"> @ </font> 1330 *<font style="background-color: #E75480; color: #E75480"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #E75480; color: #888888"> @ </font> 1331 *<font style="background-color: #E75480; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #E75480; color: #ffffff"> @ </font> 1332 * 1333 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 1334 *<font style="background-color: #ff0000; color: #E75480"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 1335 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 1336 */ 1337 public static final SColor DARK_PINK = new SColor(0xE75480, "Dark Pink"); 1338 /** 1339 * Color constant<PRE> 1340 *<font style="background-color: #560319; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #560319; color: #000000"> @ </font> 1341 *<font style="background-color: #560319; color: #560319"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #560319; color: #888888"> @ </font> 1342 *<font style="background-color: #560319; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #560319; color: #ffffff"> @ </font> 1343 * 1344 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 1345 *<font style="background-color: #ff0000; color: #560319"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 1346 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 1347 */ 1348 public static final SColor DARK_SCARLET = new SColor(0x560319, "Dark Scarlet"); 1349 /** 1350 * Color constant<PRE> 1351 *<font style="background-color: #800000; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #800000; color: #000000"> @ </font> 1352 *<font style="background-color: #800000; color: #000000"> </font><font style="background-color: #000000; color: #800000"> @ </font><font style="background-color: #888888; color: #800000"> @ </font><font style="background-color: #ffffff; color: #800000"> @ </font><font style="background-color: #800000; color: #888888"> @ </font> 1353 *<font style="background-color: #800000; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #800000; color: #ffffff"> @ </font> 1354 * 1355 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964B00; color: #000000"> </font> 1356 *<font style="background-color: #ff0000; color: #800000"> @ </font><font style="background-color: #ffff00; color: #800000"> @ </font><font style="background-color: #00ff00; color: #800000"> @ </font><font style="background-color: #0000ff; color: #800000"> @ </font><font style="background-color: #964B00; color: #800000"> @ </font> 1357 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964B00; color: #000000"> </font></PRE> 1358 */ 1359 public static final SColor DARK_RED = new SColor(0x800000, "Dark Red"); 1360 /** 1361 * Color constant<PRE> 1362 *<font style="background-color: #23191E; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #23191E; color: #000000"> @ </font> 1363 *<font style="background-color: #23191E; color: #23191E"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #23191E; color: #888888"> @ </font> 1364 *<font style="background-color: #23191E; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #23191E; color: #ffffff"> @ </font> 1365 * 1366 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 1367 *<font style="background-color: #ff0000; color: #23191E"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 1368 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 1369 */ 1370 public static final SColor DARK_RED_DYE = new SColor(0x23191E, "Dark Red Dye"); 1371 /** 1372 * Color constant<PRE> 1373 *<font style="background-color: #E9967A; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #E9967A; color: #000000"> @ </font> 1374 *<font style="background-color: #E9967A; color: #E9967A"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #E9967A; color: #888888"> @ </font> 1375 *<font style="background-color: #E9967A; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #E9967A; color: #ffffff"> @ </font> 1376 * 1377 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 1378 *<font style="background-color: #ff0000; color: #E9967A"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 1379 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 1380 */ 1381 public static final SColor DARK_SALMON = new SColor(0xE9967A, "Dark Salmon"); 1382 /** 1383 * Color constant<PRE> 1384 *<font style="background-color: #2F4F4F; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #2F4F4F; color: #000000"> @ </font> 1385 *<font style="background-color: #2F4F4F; color: #2F4F4F"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #2F4F4F; color: #888888"> @ </font> 1386 *<font style="background-color: #2F4F4F; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #2F4F4F; color: #ffffff"> @ </font> 1387 * 1388 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 1389 *<font style="background-color: #ff0000; color: #2F4F4F"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 1390 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 1391 */ 1392 public static final SColor DARK_SLATE_GRAY = new SColor(0x2F4F4F, "Dark Slate Gray"); 1393 /** 1394 * Color constant<PRE> 1395 *<font style="background-color: #177245; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #177245; color: #000000"> @ </font> 1396 *<font style="background-color: #177245; color: #177245"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #177245; color: #888888"> @ </font> 1397 *<font style="background-color: #177245; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #177245; color: #ffffff"> @ </font> 1398 * 1399 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 1400 *<font style="background-color: #ff0000; color: #177245"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 1401 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 1402 */ 1403 public static final SColor DARK_SPRING_GREEN = new SColor(0x177245, "Dark Spring Green"); 1404 /** 1405 * Color constant<PRE> 1406 *<font style="background-color: #918151; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #918151; color: #000000"> @ </font> 1407 *<font style="background-color: #918151; color: #918151"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #918151; color: #888888"> @ </font> 1408 *<font style="background-color: #918151; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #918151; color: #ffffff"> @ </font> 1409 * 1410 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 1411 *<font style="background-color: #ff0000; color: #918151"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 1412 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 1413 */ 1414 public static final SColor DARK_TAN = new SColor(0x918151, "Dark Tan"); 1415 /** 1416 * Color constant<PRE> 1417 *<font style="background-color: #00CED1; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #00CED1; color: #000000"> @ </font> 1418 *<font style="background-color: #00CED1; color: #00CED1"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #00CED1; color: #888888"> @ </font> 1419 *<font style="background-color: #00CED1; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #00CED1; color: #ffffff"> @ </font> 1420 * 1421 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 1422 *<font style="background-color: #ff0000; color: #00CED1"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 1423 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 1424 */ 1425 public static final SColor DARK_TURQUOISE = new SColor(0x00CED1, "Dark Turquoise"); 1426 /** 1427 * Color constant<PRE> 1428 *<font style="background-color: #9400D3; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #9400D3; color: #000000"> @ </font> 1429 *<font style="background-color: #9400D3; color: #9400D3"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #9400D3; color: #888888"> @ </font> 1430 *<font style="background-color: #9400D3; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #9400D3; color: #ffffff"> @ </font> 1431 * 1432 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 1433 *<font style="background-color: #ff0000; color: #9400D3"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 1434 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 1435 */ 1436 public static final SColor DARK_VIOLET = new SColor(0x9400D3, "Dark Violet"); 1437 /** 1438 * Color constant<PRE> 1439 *<font style="background-color: #FA7B62; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FA7B62; color: #000000"> @ </font> 1440 *<font style="background-color: #FA7B62; color: #FA7B62"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #FA7B62; color: #888888"> @ </font> 1441 *<font style="background-color: #FA7B62; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FA7B62; color: #ffffff"> @ </font> 1442 * 1443 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 1444 *<font style="background-color: #ff0000; color: #FA7B62"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 1445 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 1446 */ 1447 public static final SColor DAWN = new SColor(0xFA7B62, "Dawn"); 1448 /** 1449 * Color constant<PRE> 1450 *<font style="background-color: #FF8936; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FF8936; color: #000000"> @ </font> 1451 *<font style="background-color: #FF8936; color: #FF8936"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #FF8936; color: #888888"> @ </font> 1452 *<font style="background-color: #FF8936; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FF8936; color: #ffffff"> @ </font> 1453 * 1454 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 1455 *<font style="background-color: #ff0000; color: #FF8936"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 1456 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 1457 */ 1458 public static final SColor DAYLILY = new SColor(0xFF8936, "Daylily"); 1459 /** 1460 * Color constant<PRE> 1461 *<font style="background-color: #524B2A; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #524B2A; color: #000000"> @ </font> 1462 *<font style="background-color: #524B2A; color: #524B2A"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #524B2A; color: #888888"> @ </font> 1463 *<font style="background-color: #524B2A; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #524B2A; color: #ffffff"> @ </font> 1464 * 1465 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 1466 *<font style="background-color: #ff0000; color: #524B2A"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 1467 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 1468 */ 1469 public static final SColor DEAD_MANS_FINGERS_SEAWEED = new SColor(0x524B2A, "Dead Man's Fingers Seaweed"); 1470 /** 1471 * Color constant<PRE> 1472 *<font style="background-color: #D57835; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #D57835; color: #000000"> @ </font> 1473 *<font style="background-color: #D57835; color: #D57835"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #D57835; color: #888888"> @ </font> 1474 *<font style="background-color: #D57835; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #D57835; color: #ffffff"> @ </font> 1475 * 1476 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 1477 *<font style="background-color: #ff0000; color: #D57835"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 1478 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 1479 */ 1480 public static final SColor DECAYING_LEAVES = new SColor(0xD57835, "Decaying Leaves"); 1481 /** 1482 * Color constant<PRE> 1483 *<font style="background-color: #DA3287; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #DA3287; color: #000000"> @ </font> 1484 *<font style="background-color: #DA3287; color: #DA3287"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #DA3287; color: #888888"> @ </font> 1485 *<font style="background-color: #DA3287; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #DA3287; color: #ffffff"> @ </font> 1486 * 1487 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 1488 *<font style="background-color: #ff0000; color: #DA3287"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 1489 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 1490 */ 1491 public static final SColor DEEP_CERISE = new SColor(0xDA3287, "Deep Cerise"); 1492 /** 1493 * Color constant<PRE> 1494 *<font style="background-color: #B94E48; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #B94E48; color: #000000"> @ </font> 1495 *<font style="background-color: #B94E48; color: #B94E48"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #B94E48; color: #888888"> @ </font> 1496 *<font style="background-color: #B94E48; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #B94E48; color: #ffffff"> @ </font> 1497 * 1498 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 1499 *<font style="background-color: #ff0000; color: #B94E48"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 1500 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 1501 */ 1502 public static final SColor DEEP_CHESTNUT = new SColor(0xB94E48, "Deep Chestnut"); 1503 /** 1504 * Color constant<PRE> 1505 *<font style="background-color: #C154C1; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #C154C1; color: #000000"> @ </font> 1506 *<font style="background-color: #C154C1; color: #C154C1"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #C154C1; color: #888888"> @ </font> 1507 *<font style="background-color: #C154C1; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #C154C1; color: #ffffff"> @ </font> 1508 * 1509 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 1510 *<font style="background-color: #ff0000; color: #C154C1"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 1511 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 1512 */ 1513 public static final SColor DEEP_FUCHSIA = new SColor(0xC154C1, "Deep Fuchsia"); 1514 /** 1515 * Color constant<PRE> 1516 *<font style="background-color: #9955BB; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #9955BB; color: #000000"> @ </font> 1517 *<font style="background-color: #9955BB; color: #9955BB"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #9955BB; color: #888888"> @ </font> 1518 *<font style="background-color: #9955BB; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #9955BB; color: #ffffff"> @ </font> 1519 * 1520 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 1521 *<font style="background-color: #ff0000; color: #9955BB"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 1522 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 1523 */ 1524 public static final SColor DEEP_LILAC = new SColor(0x9955BB, "Deep Lilac"); 1525 /** 1526 * Color constant<PRE> 1527 *<font style="background-color: #CD00CC; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #CD00CC; color: #000000"> @ </font> 1528 *<font style="background-color: #CD00CC; color: #CD00CC"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #CD00CC; color: #888888"> @ </font> 1529 *<font style="background-color: #CD00CC; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #CD00CC; color: #ffffff"> @ </font> 1530 * 1531 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 1532 *<font style="background-color: #ff0000; color: #CD00CC"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 1533 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 1534 */ 1535 public static final SColor DEEP_MAGENTA = new SColor(0xCD00CC, "Deep Magenta"); 1536 /** 1537 * Color constant<PRE> 1538 *<font style="background-color: #FFCBA4; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FFCBA4; color: #000000"> @ </font> 1539 *<font style="background-color: #FFCBA4; color: #FFCBA4"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #FFCBA4; color: #888888"> @ </font> 1540 *<font style="background-color: #FFCBA4; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FFCBA4; color: #ffffff"> @ </font> 1541 * 1542 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 1543 *<font style="background-color: #ff0000; color: #FFCBA4"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 1544 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 1545 */ 1546 public static final SColor DEEP_PEACH = new SColor(0xFFCBA4, "Deep Peach"); 1547 /** 1548 * Color constant<PRE> 1549 *<font style="background-color: #FF1493; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FF1493; color: #000000"> @ </font> 1550 *<font style="background-color: #FF1493; color: #FF1493"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #FF1493; color: #888888"> @ </font> 1551 *<font style="background-color: #FF1493; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FF1493; color: #ffffff"> @ </font> 1552 * 1553 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 1554 *<font style="background-color: #ff0000; color: #FF1493"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 1555 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 1556 */ 1557 public static final SColor DEEP_PINK = new SColor(0xFF1493, "Deep Pink"); 1558 /** 1559 * Color constant<PRE> 1560 *<font style="background-color: #3A243B; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #3A243B; color: #000000"> @ </font> 1561 *<font style="background-color: #3A243B; color: #3A243B"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #3A243B; color: #888888"> @ </font> 1562 *<font style="background-color: #3A243B; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #3A243B; color: #ffffff"> @ </font> 1563 * 1564 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 1565 *<font style="background-color: #ff0000; color: #3A243B"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 1566 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 1567 */ 1568 public static final SColor DEEP_PURPLE = new SColor(0x3A243B, "Deep Purple"); 1569 /** 1570 * Color constant<PRE> 1571 *<font style="background-color: #7B3B3A; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #7B3B3A; color: #000000"> @ </font> 1572 *<font style="background-color: #7B3B3A; color: #7B3B3A"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #7B3B3A; color: #888888"> @ </font> 1573 *<font style="background-color: #7B3B3A; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #7B3B3A; color: #ffffff"> @ </font> 1574 * 1575 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 1576 *<font style="background-color: #ff0000; color: #7B3B3A"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 1577 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 1578 */ 1579 public static final SColor DEEP_SCARLET = new SColor(0x7B3B3A, "Deep Scarlet"); 1580 /** 1581 * Color constant<PRE> 1582 *<font style="background-color: #1560BD; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #1560BD; color: #000000"> @ </font> 1583 *<font style="background-color: #1560BD; color: #1560BD"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #1560BD; color: #888888"> @ </font> 1584 *<font style="background-color: #1560BD; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #1560BD; color: #ffffff"> @ </font> 1585 * 1586 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 1587 *<font style="background-color: #ff0000; color: #1560BD"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 1588 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 1589 */ 1590 public static final SColor DENIM = new SColor(0x1560BD, "Denim"); 1591 /** 1592 * Color constant<PRE> 1593 *<font style="background-color: #3F313A; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #3F313A; color: #000000"> @ </font> 1594 *<font style="background-color: #3F313A; color: #3F313A"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #3F313A; color: #888888"> @ </font> 1595 *<font style="background-color: #3F313A; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #3F313A; color: #ffffff"> @ </font> 1596 * 1597 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 1598 *<font style="background-color: #ff0000; color: #3F313A"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 1599 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 1600 */ 1601 public static final SColor DISAPPEARING_PURPLE = new SColor(0x3F313A, "Disappearing Purple"); 1602 /** 1603 * Color constant<PRE> 1604 *<font style="background-color: #CB6649; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #CB6649; color: #000000"> @ </font> 1605 *<font style="background-color: #CB6649; color: #CB6649"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #CB6649; color: #888888"> @ </font> 1606 *<font style="background-color: #CB6649; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #CB6649; color: #ffffff"> @ </font> 1607 * 1608 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 1609 *<font style="background-color: #ff0000; color: #CB6649"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 1610 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 1611 */ 1612 public static final SColor DISTANT_RIVER_BROWN = new SColor(0xCB6649, "Distant River Brown"); 1613 /** 1614 * Color constant<PRE> 1615 *<font style="background-color: #1E90FF; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #1E90FF; color: #000000"> @ </font> 1616 *<font style="background-color: #1E90FF; color: #1E90FF"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #1E90FF; color: #888888"> @ </font> 1617 *<font style="background-color: #1E90FF; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #1E90FF; color: #ffffff"> @ </font> 1618 * 1619 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 1620 *<font style="background-color: #ff0000; color: #1E90FF"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 1621 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 1622 */ 1623 public static final SColor DODGER_BLUE = new SColor(0x1E90FF, "Dodger Blue"); 1624 /** 1625 * Color constant<PRE> 1626 *<font style="background-color: #755D5B; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #755D5B; color: #000000"> @ </font> 1627 *<font style="background-color: #755D5B; color: #755D5B"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #755D5B; color: #888888"> @ </font> 1628 *<font style="background-color: #755D5B; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #755D5B; color: #ffffff"> @ </font> 1629 * 1630 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 1631 *<font style="background-color: #ff0000; color: #755D5B"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 1632 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 1633 */ 1634 public static final SColor DOVE_FEATHER_GREY = new SColor(0x755D5B, "Dove Feather Grey"); 1635 /** 1636 * Color constant<PRE> 1637 *<font style="background-color: #7D4E2D; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #7D4E2D; color: #000000"> @ </font> 1638 *<font style="background-color: #7D4E2D; color: #7D4E2D"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #7D4E2D; color: #888888"> @ </font> 1639 *<font style="background-color: #7D4E2D; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #7D4E2D; color: #ffffff"> @ </font> 1640 * 1641 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 1642 *<font style="background-color: #ff0000; color: #7D4E2D"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 1643 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 1644 */ 1645 public static final SColor DRIED_WEATHERED_BAMBOO = new SColor(0x7D4E2D, "Dried Weathered Bamboo"); 1646 /** 1647 * Color constant<PRE> 1648 *<font style="background-color: #4F4944; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #4F4944; color: #000000"> @ </font> 1649 *<font style="background-color: #4F4944; color: #4F4944"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #4F4944; color: #888888"> @ </font> 1650 *<font style="background-color: #4F4944; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #4F4944; color: #ffffff"> @ </font> 1651 * 1652 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 1653 *<font style="background-color: #ff0000; color: #4F4944"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 1654 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 1655 */ 1656 public static final SColor DULL_BLUE = new SColor(0x4F4944, "Dull Blue"); 1657 /** 1658 * Color constant<PRE> 1659 *<font style="background-color: #BE7F51; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #BE7F51; color: #000000"> @ </font> 1660 *<font style="background-color: #BE7F51; color: #BE7F51"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #BE7F51; color: #888888"> @ </font> 1661 *<font style="background-color: #BE7F51; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #BE7F51; color: #ffffff"> @ </font> 1662 * 1663 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 1664 *<font style="background-color: #ff0000; color: #BE7F51"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 1665 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 1666 */ 1667 public static final SColor EARTHEN_YELLOW = new SColor(0xBE7F51, "Earthen Yellow"); 1668 /** 1669 * Color constant<PRE> 1670 *<font style="background-color: #FF4E20; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FF4E20; color: #000000"> @ </font> 1671 *<font style="background-color: #FF4E20; color: #FF4E20"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #FF4E20; color: #888888"> @ </font> 1672 *<font style="background-color: #FF4E20; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FF4E20; color: #ffffff"> @ </font> 1673 * 1674 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 1675 *<font style="background-color: #ff0000; color: #FF4E20"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 1676 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 1677 */ 1678 public static final SColor EARTHEN_YELLOW_RED_BROWN = new SColor(0xFF4E20, "Earthen Yellow Red Brown"); 1679 /** 1680 * Color constant<PRE> 1681 *<font style="background-color: #C2B280; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #C2B280; color: #000000"> @ </font> 1682 *<font style="background-color: #C2B280; color: #C2B280"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #C2B280; color: #888888"> @ </font> 1683 *<font style="background-color: #C2B280; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #C2B280; color: #ffffff"> @ </font> 1684 * 1685 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 1686 *<font style="background-color: #ff0000; color: #C2B280"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 1687 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 1688 */ 1689 public static final SColor ECRU = new SColor(0xC2B280, "Ecru"); 1690 /** 1691 * Color constant<PRE> 1692 *<font style="background-color: #A13D2D; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #A13D2D; color: #000000"> @ </font> 1693 *<font style="background-color: #A13D2D; color: #A13D2D"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #A13D2D; color: #888888"> @ </font> 1694 *<font style="background-color: #A13D2D; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #A13D2D; color: #ffffff"> @ </font> 1695 * 1696 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 1697 *<font style="background-color: #ff0000; color: #A13D2D"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 1698 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 1699 */ 1700 public static final SColor EDO_BROWN = new SColor(0xA13D2D, "Edo Brown"); 1701 /** 1702 * Color constant<PRE> 1703 *<font style="background-color: #FFA631; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FFA631; color: #000000"> @ </font> 1704 *<font style="background-color: #FFA631; color: #FFA631"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #FFA631; color: #888888"> @ </font> 1705 *<font style="background-color: #FFA631; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FFA631; color: #ffffff"> @ </font> 1706 * 1707 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 1708 *<font style="background-color: #ff0000; color: #FFA631"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 1709 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 1710 */ 1711 public static final SColor EGG_DYE = new SColor(0xFFA631, "Egg Dye"); 1712 /** 1713 * Color constant<PRE> 1714 *<font style="background-color: #ECBE9F; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #ECBE9F; color: #000000"> @ </font> 1715 *<font style="background-color: #ECBE9F; color: #ECBE9F"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #ECBE9F; color: #888888"> @ </font> 1716 *<font style="background-color: #ECBE9F; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #ECBE9F; color: #ffffff"> @ </font> 1717 * 1718 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 1719 *<font style="background-color: #ff0000; color: #ECBE9F"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 1720 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 1721 */ 1722 public static final SColor EGGSHELL_PAPER = new SColor(0xECBE9F, "Eggshell Paper"); 1723 /** 1724 * Color constant<PRE> 1725 *<font style="background-color: #1034A6; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #1034A6; color: #000000"> @ </font> 1726 *<font style="background-color: #1034A6; color: #1034A6"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #1034A6; color: #888888"> @ </font> 1727 *<font style="background-color: #1034A6; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #1034A6; color: #ffffff"> @ </font> 1728 * 1729 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 1730 *<font style="background-color: #ff0000; color: #1034A6"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 1731 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 1732 */ 1733 public static final SColor EGYPTIAN_BLUE = new SColor(0x1034A6, "Egyptian Blue"); 1734 /** 1735 * Color constant<PRE> 1736 *<font style="background-color: #7DF9FF; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #7DF9FF; color: #000000"> @ </font> 1737 *<font style="background-color: #7DF9FF; color: #7DF9FF"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #7DF9FF; color: #888888"> @ </font> 1738 *<font style="background-color: #7DF9FF; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #7DF9FF; color: #ffffff"> @ </font> 1739 * 1740 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 1741 *<font style="background-color: #ff0000; color: #7DF9FF"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 1742 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 1743 */ 1744 public static final SColor ELECTRIC_BLUE = new SColor(0x7DF9FF, "Electric Blue"); 1745 /** 1746 * Color constant<PRE> 1747 *<font style="background-color: #00FF00; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #00FF00; color: #000000"> @ </font> 1748 *<font style="background-color: #00FF00; color: #00FF00"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #00FF00; color: #888888"> @ </font> 1749 *<font style="background-color: #00FF00; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #00FF00; color: #ffffff"> @ </font> 1750 * 1751 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 1752 *<font style="background-color: #ff0000; color: #00FF00"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 1753 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 1754 */ 1755 public static final SColor ELECTRIC_GREEN = new SColor(0x00FF00, "Electric Green"); 1756 /** 1757 * Color constant<PRE> 1758 *<font style="background-color: #6600FF; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #6600FF; color: #000000"> @ </font> 1759 *<font style="background-color: #6600FF; color: #6600FF"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #6600FF; color: #888888"> @ </font> 1760 *<font style="background-color: #6600FF; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #6600FF; color: #ffffff"> @ </font> 1761 * 1762 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 1763 *<font style="background-color: #ff0000; color: #6600FF"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 1764 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 1765 */ 1766 public static final SColor ELECTRIC_INDIGO = new SColor(0x6600FF, "Electric Indigo"); 1767 /** 1768 * Color constant<PRE> 1769 *<font style="background-color: #CCFF00; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #CCFF00; color: #000000"> @ </font> 1770 *<font style="background-color: #CCFF00; color: #CCFF00"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #CCFF00; color: #888888"> @ </font> 1771 *<font style="background-color: #CCFF00; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #CCFF00; color: #ffffff"> @ </font> 1772 * 1773 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 1774 *<font style="background-color: #ff0000; color: #CCFF00"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 1775 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 1776 */ 1777 public static final SColor ELECTRIC_LIME = new SColor(0xCCFF00, "Electric Lime"); 1778 /** 1779 * Color constant<PRE> 1780 *<font style="background-color: #BF00FF; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #BF00FF; color: #000000"> @ </font> 1781 *<font style="background-color: #BF00FF; color: #BF00FF"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #BF00FF; color: #888888"> @ </font> 1782 *<font style="background-color: #BF00FF; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #BF00FF; color: #ffffff"> @ </font> 1783 * 1784 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 1785 *<font style="background-color: #ff0000; color: #BF00FF"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 1786 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 1787 */ 1788 public static final SColor ELECTRIC_PURPLE = new SColor(0xBF00FF, "Electric Purple"); 1789 /** 1790 * Color constant<PRE> 1791 *<font style="background-color: #50C878; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #50C878; color: #000000"> @ </font> 1792 *<font style="background-color: #50C878; color: #50C878"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #50C878; color: #888888"> @ </font> 1793 *<font style="background-color: #50C878; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #50C878; color: #ffffff"> @ </font> 1794 * 1795 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 1796 *<font style="background-color: #ff0000; color: #50C878"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 1797 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 1798 */ 1799 public static final SColor EMERALD = new SColor(0x50C878, "Emerald"); 1800 /** 1801 * Color constant<PRE> 1802 *<font style="background-color: #614051; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #614051; color: #000000"> @ </font> 1803 *<font style="background-color: #614051; color: #614051"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #614051; color: #888888"> @ </font> 1804 *<font style="background-color: #614051; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #614051; color: #ffffff"> @ </font> 1805 * 1806 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 1807 *<font style="background-color: #ff0000; color: #614051"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 1808 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 1809 */ 1810 public static final SColor EGGPLANT = new SColor(0x614051, "Eggplant"); 1811 /** 1812 * Color constant<PRE> 1813 *<font style="background-color: #60281E; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #60281E; color: #000000"> @ </font> 1814 *<font style="background-color: #60281E; color: #60281E"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #60281E; color: #888888"> @ </font> 1815 *<font style="background-color: #60281E; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #60281E; color: #ffffff"> @ </font> 1816 * 1817 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 1818 *<font style="background-color: #ff0000; color: #60281E"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 1819 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 1820 */ 1821 public static final SColor FADED_CHINESE_TEA_BROWN = new SColor(0x60281E, "Faded Chinese Tea Brown"); 1822 /** 1823 * Color constant<PRE> 1824 *<font style="background-color: #B0927A; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #B0927A; color: #000000"> @ </font> 1825 *<font style="background-color: #B0927A; color: #B0927A"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #B0927A; color: #888888"> @ </font> 1826 *<font style="background-color: #B0927A; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #B0927A; color: #ffffff"> @ </font> 1827 * 1828 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 1829 *<font style="background-color: #ff0000; color: #B0927A"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 1830 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 1831 */ 1832 public static final SColor FADED_SEN_NO_RIKYUS_TEA = new SColor(0xB0927A, "Faded Den No Rikyu's Tea"); 1833 /** 1834 * Color constant<PRE> 1835 *<font style="background-color: #43242A; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #43242A; color: #000000"> @ </font> 1836 *<font style="background-color: #43242A; color: #43242A"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #43242A; color: #888888"> @ </font> 1837 *<font style="background-color: #43242A; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #43242A; color: #ffffff"> @ </font> 1838 * 1839 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 1840 *<font style="background-color: #ff0000; color: #43242A"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 1841 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 1842 */ 1843 public static final SColor FAKE_PURPLE = new SColor(0x43242A, "Fake Purple"); 1844 /** 1845 * Color constant<PRE> 1846 *<font style="background-color: #801818; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #801818; color: #000000"> @ </font> 1847 *<font style="background-color: #801818; color: #801818"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #801818; color: #888888"> @ </font> 1848 *<font style="background-color: #801818; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #801818; color: #ffffff"> @ </font> 1849 * 1850 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 1851 *<font style="background-color: #ff0000; color: #801818"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 1852 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 1853 */ 1854 public static final SColor FALU_RED = new SColor(0x801818, "Falu Red"); 1855 /** 1856 * Color constant<PRE> 1857 *<font style="background-color: #4F7942; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #4F7942; color: #000000"> @ </font> 1858 *<font style="background-color: #4F7942; color: #4F7942"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #4F7942; color: #888888"> @ </font> 1859 *<font style="background-color: #4F7942; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #4F7942; color: #ffffff"> @ </font> 1860 * 1861 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 1862 *<font style="background-color: #ff0000; color: #4F7942"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 1863 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 1864 */ 1865 public static final SColor FERN_GREEN = new SColor(0x4F7942, "Fern Green"); 1866 /** 1867 * Color constant<PRE> 1868 *<font style="background-color: #957B38; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #957B38; color: #000000"> @ </font> 1869 *<font style="background-color: #957B38; color: #957B38"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #957B38; color: #888888"> @ </font> 1870 *<font style="background-color: #957B38; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #957B38; color: #ffffff"> @ </font> 1871 * 1872 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 1873 *<font style="background-color: #ff0000; color: #957B38"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 1874 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 1875 */ 1876 public static final SColor FINCH_BROWN = new SColor(0x957B38, "Finch Brown"); 1877 /** 1878 * Color constant<PRE> 1879 *<font style="background-color: #B22222; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #B22222; color: #000000"> @ </font> 1880 *<font style="background-color: #B22222; color: #B22222"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #B22222; color: #888888"> @ </font> 1881 *<font style="background-color: #B22222; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #B22222; color: #ffffff"> @ </font> 1882 * 1883 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 1884 *<font style="background-color: #ff0000; color: #B22222"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 1885 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 1886 */ 1887 public static final SColor FIREBRICK = new SColor(0xB22222, "Firebrick"); 1888 /** 1889 * Color constant<PRE> 1890 *<font style="background-color: #6B4423; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #6B4423; color: #000000"> @ </font> 1891 *<font style="background-color: #6B4423; color: #6B4423"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #6B4423; color: #888888"> @ </font> 1892 *<font style="background-color: #6B4423; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #6B4423; color: #ffffff"> @ </font> 1893 * 1894 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 1895 *<font style="background-color: #ff0000; color: #6B4423"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 1896 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 1897 */ 1898 public static final SColor FLATTERY_BROWN = new SColor(0x6B4423, "Flattery Brown"); 1899 /** 1900 * Color constant<PRE> 1901 *<font style="background-color: #EEDC82; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #EEDC82; color: #000000"> @ </font> 1902 *<font style="background-color: #EEDC82; color: #EEDC82"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #EEDC82; color: #888888"> @ </font> 1903 *<font style="background-color: #EEDC82; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #EEDC82; color: #ffffff"> @ </font> 1904 * 1905 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 1906 *<font style="background-color: #ff0000; color: #EEDC82"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 1907 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 1908 */ 1909 public static final SColor FLAX = new SColor(0xEEDC82, "Flax"); 1910 /** 1911 * Color constant<PRE> 1912 *<font style="background-color: #473F2D; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #473F2D; color: #000000"> @ </font> 1913 *<font style="background-color: #473F2D; color: #473F2D"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #473F2D; color: #888888"> @ </font> 1914 *<font style="background-color: #473F2D; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #473F2D; color: #ffffff"> @ </font> 1915 * 1916 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 1917 *<font style="background-color: #ff0000; color: #473F2D"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 1918 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 1919 */ 1920 public static final SColor FLIRTATIOUS_INDIGO_TEA = new SColor(0x473F2D, "Flirtatious Indigo Tea"); 1921 /** 1922 * Color constant<PRE> 1923 *<font style="background-color: #FFB94E; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FFB94E; color: #000000"> @ </font> 1924 *<font style="background-color: #FFB94E; color: #FFB94E"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #FFB94E; color: #888888"> @ </font> 1925 *<font style="background-color: #FFB94E; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FFB94E; color: #ffffff"> @ </font> 1926 * 1927 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 1928 *<font style="background-color: #ff0000; color: #FFB94E"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 1929 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 1930 */ 1931 public static final SColor FLORAL_LEAF = new SColor(0xFFB94E, "Floral Leaf"); 1932 /** 1933 * Color constant<PRE> 1934 *<font style="background-color: #C91F37; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #C91F37; color: #000000"> @ </font> 1935 *<font style="background-color: #C91F37; color: #C91F37"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #C91F37; color: #888888"> @ </font> 1936 *<font style="background-color: #C91F37; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #C91F37; color: #ffffff"> @ </font> 1937 * 1938 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 1939 *<font style="background-color: #ff0000; color: #C91F37"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 1940 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 1941 */ 1942 public static final SColor FOREIGN_CRIMSON = new SColor(0xC91F37, "Foreign Crimson"); 1943 /** 1944 * Color constant<PRE> 1945 *<font style="background-color: #228B22; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #228B22; color: #000000"> @ </font> 1946 *<font style="background-color: #228B22; color: #228B22"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #228B22; color: #888888"> @ </font> 1947 *<font style="background-color: #228B22; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #228B22; color: #ffffff"> @ </font> 1948 * 1949 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 1950 *<font style="background-color: #ff0000; color: #228B22"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 1951 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 1952 */ 1953 public static final SColor FOREST_GREEN = new SColor(0x228B22, "Forest Green"); 1954 /** 1955 * Color constant<PRE> 1956 *<font style="background-color: #985629; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #985629; color: #000000"> @ </font> 1957 *<font style="background-color: #985629; color: #985629"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #985629; color: #888888"> @ </font> 1958 *<font style="background-color: #985629; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #985629; color: #ffffff"> @ </font> 1959 * 1960 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 1961 *<font style="background-color: #ff0000; color: #985629"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 1962 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 1963 */ 1964 public static final SColor FOX = new SColor(0x985629, "Fox"); 1965 /** 1966 * Color constant<PRE> 1967 *<font style="background-color: #2E372E; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #2E372E; color: #000000"> @ </font> 1968 *<font style="background-color: #2E372E; color: #2E372E"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #2E372E; color: #888888"> @ </font> 1969 *<font style="background-color: #2E372E; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #2E372E; color: #ffffff"> @ </font> 1970 * 1971 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 1972 *<font style="background-color: #ff0000; color: #2E372E"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 1973 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 1974 */ 1975 public static final SColor FRAGILE_SEAWEED_BROWN = new SColor(0x2E372E, "Fragile Seaweed Brown"); 1976 /** 1977 * Color constant<PRE> 1978 *<font style="background-color: #F64A8A; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #F64A8A; color: #000000"> @ </font> 1979 *<font style="background-color: #F64A8A; color: #F64A8A"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #F64A8A; color: #888888"> @ </font> 1980 *<font style="background-color: #F64A8A; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #F64A8A; color: #ffffff"> @ </font> 1981 * 1982 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 1983 *<font style="background-color: #ff0000; color: #F64A8A"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 1984 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 1985 */ 1986 public static final SColor FRENCH_ROSE = new SColor(0xF64A8A, "French Rose"); 1987 /** 1988 * Color constant<PRE> 1989 *<font style="background-color: #5B8930; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #5B8930; color: #000000"> @ </font> 1990 *<font style="background-color: #5B8930; color: #5B8930"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #5B8930; color: #888888"> @ </font> 1991 *<font style="background-color: #5B8930; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #5B8930; color: #ffffff"> @ </font> 1992 * 1993 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 1994 *<font style="background-color: #ff0000; color: #5B8930"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 1995 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 1996 */ 1997 public static final SColor FRESH_ONION = new SColor(0x5B8930, "Fresh Onion"); 1998 /** 1999 * Color constant<PRE> 2000 *<font style="background-color: #FF77FF; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FF77FF; color: #000000"> @ </font> 2001 *<font style="background-color: #FF77FF; color: #FF77FF"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #FF77FF; color: #888888"> @ </font> 2002 *<font style="background-color: #FF77FF; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FF77FF; color: #ffffff"> @ </font> 2003 * 2004 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 2005 *<font style="background-color: #ff0000; color: #FF77FF"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 2006 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 2007 */ 2008 public static final SColor FUCSHIA_PINK = new SColor(0xFF77FF, "Fucshia Pink"); 2009 /** 2010 * Color constant<PRE> 2011 *<font style="background-color: #E49B0F; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #E49B0F; color: #000000"> @ </font> 2012 *<font style="background-color: #E49B0F; color: #E49B0F"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #E49B0F; color: #888888"> @ </font> 2013 *<font style="background-color: #E49B0F; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #E49B0F; color: #ffffff"> @ </font> 2014 * 2015 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 2016 *<font style="background-color: #ff0000; color: #E49B0F"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 2017 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 2018 */ 2019 public static final SColor GAMBOGE = new SColor(0xE49B0F, "Gamboge"); 2020 /** 2021 * Color constant<PRE> 2022 *<font style="background-color: #FFB61E; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FFB61E; color: #000000"> @ </font> 2023 *<font style="background-color: #FFB61E; color: #FFB61E"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #FFB61E; color: #888888"> @ </font> 2024 *<font style="background-color: #FFB61E; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FFB61E; color: #ffffff"> @ </font> 2025 * 2026 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 2027 *<font style="background-color: #ff0000; color: #FFB61E"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 2028 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 2029 */ 2030 public static final SColor GAMBOGE_DYE = new SColor(0xFFB61E, "Gamboge Dye"); 2031 /** 2032 * Color constant<PRE> 2033 *<font style="background-color: #D34E36; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #D34E36; color: #000000"> @ </font> 2034 *<font style="background-color: #D34E36; color: #D34E36"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #D34E36; color: #888888"> @ </font> 2035 *<font style="background-color: #D34E36; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #D34E36; color: #ffffff"> @ </font> 2036 * 2037 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 2038 *<font style="background-color: #ff0000; color: #D34E36"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 2039 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 2040 */ 2041 public static final SColor GLAZED_PERSIMMON = new SColor(0xD34E36, "Glazed Persimmon"); 2042 /** 2043 * Color constant<PRE> 2044 *<font style="background-color: #D4AF37; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #D4AF37; color: #000000"> @ </font> 2045 *<font style="background-color: #D4AF37; color: #D4AF37"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #D4AF37; color: #888888"> @ </font> 2046 *<font style="background-color: #D4AF37; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #D4AF37; color: #ffffff"> @ </font> 2047 * 2048 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 2049 *<font style="background-color: #ff0000; color: #D4AF37"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 2050 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 2051 */ 2052 public static final SColor GOLD = new SColor(0xD4AF37, "Gold"); 2053 /** 2054 * Color constant<PRE> 2055 *<font style="background-color: #FFD700; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FFD700; color: #000000"> @ </font> 2056 *<font style="background-color: #FFD700; color: #FFD700"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #FFD700; color: #888888"> @ </font> 2057 *<font style="background-color: #FFD700; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FFD700; color: #ffffff"> @ </font> 2058 * 2059 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 2060 *<font style="background-color: #ff0000; color: #FFD700"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 2061 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 2062 */ 2063 public static final SColor GOLDEN = new SColor(0xFFD700, "Golden"); 2064 /** 2065 * Color constant<PRE> 2066 *<font style="background-color: #996515; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #996515; color: #000000"> @ </font> 2067 *<font style="background-color: #996515; color: #996515"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #996515; color: #888888"> @ </font> 2068 *<font style="background-color: #996515; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #996515; color: #ffffff"> @ </font> 2069 * 2070 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 2071 *<font style="background-color: #ff0000; color: #996515"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 2072 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 2073 */ 2074 public static final SColor GOLDEN_BROWN = new SColor(0x996515, "Golden Brown"); 2075 /** 2076 * Color constant<PRE> 2077 *<font style="background-color: #C66B27; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #C66B27; color: #000000"> @ </font> 2078 *<font style="background-color: #C66B27; color: #C66B27"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #C66B27; color: #888888"> @ </font> 2079 *<font style="background-color: #C66B27; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #C66B27; color: #ffffff"> @ </font> 2080 * 2081 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 2082 *<font style="background-color: #ff0000; color: #C66B27"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 2083 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 2084 */ 2085 public static final SColor GOLDEN_BROWN_DYE = new SColor(0xC66B27, "Golden Brown Dye"); 2086 /** 2087 * Color constant<PRE> 2088 *<font style="background-color: #E29C45; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #E29C45; color: #000000"> @ </font> 2089 *<font style="background-color: #E29C45; color: #E29C45"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #E29C45; color: #888888"> @ </font> 2090 *<font style="background-color: #E29C45; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #E29C45; color: #ffffff"> @ </font> 2091 * 2092 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 2093 *<font style="background-color: #ff0000; color: #E29C45"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 2094 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 2095 */ 2096 public static final SColor GOLDEN_FALLEN_LEAVES = new SColor(0xE29C45, "Golden Fallen Leaves"); 2097 /** 2098 * Color constant<PRE> 2099 *<font style="background-color: #BB8141; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #BB8141; color: #000000"> @ </font> 2100 *<font style="background-color: #BB8141; color: #BB8141"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #BB8141; color: #888888"> @ </font> 2101 *<font style="background-color: #BB8141; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #BB8141; color: #ffffff"> @ </font> 2102 * 2103 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 2104 *<font style="background-color: #ff0000; color: #BB8141"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 2105 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 2106 */ 2107 public static final SColor GOLDEN_OAK = new SColor(0xBB8141, "Golden Oak"); 2108 /** 2109 * Color constant<PRE> 2110 *<font style="background-color: #FFDF00; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FFDF00; color: #000000"> @ </font> 2111 *<font style="background-color: #FFDF00; color: #FFDF00"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #FFDF00; color: #888888"> @ </font> 2112 *<font style="background-color: #FFDF00; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FFDF00; color: #ffffff"> @ </font> 2113 * 2114 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 2115 *<font style="background-color: #ff0000; color: #FFDF00"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 2116 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 2117 */ 2118 public static final SColor GOLDEN_YELLOW = new SColor(0xFFDF00, "Golden Yellow"); 2119 /** 2120 * Color constant<PRE> 2121 *<font style="background-color: #DAA520; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #DAA520; color: #000000"> @ </font> 2122 *<font style="background-color: #DAA520; color: #DAA520"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #DAA520; color: #888888"> @ </font> 2123 *<font style="background-color: #DAA520; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #DAA520; color: #ffffff"> @ </font> 2124 * 2125 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 2126 *<font style="background-color: #ff0000; color: #DAA520"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 2127 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 2128 */ 2129 public static final SColor GOLDENROD = new SColor(0xDAA520, "Goldenrod"); 2130 /** 2131 * Color constant<PRE> 2132 *<font style="background-color: #203838; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #203838; color: #000000"> @ </font> 2133 *<font style="background-color: #203838; color: #203838"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #203838; color: #888888"> @ </font> 2134 *<font style="background-color: #203838; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #203838; color: #ffffff"> @ </font> 2135 * 2136 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 2137 *<font style="background-color: #ff0000; color: #203838"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 2138 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 2139 */ 2140 public static final SColor GORYEO_STOREROOM = new SColor(0x203838, "Goryeo Storeroom"); 2141 /** 2142 * Color constant<PRE> 2143 *<font style="background-color: #63424B; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #63424B; color: #000000"> @ </font> 2144 *<font style="background-color: #63424B; color: #63424B"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #63424B; color: #888888"> @ </font> 2145 *<font style="background-color: #63424B; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #63424B; color: #ffffff"> @ </font> 2146 * 2147 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 2148 *<font style="background-color: #ff0000; color: #63424B"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 2149 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 2150 */ 2151 public static final SColor GRAPE_MOUSE = new SColor(0x63424B, "Grape Mouse"); 2152 /** 2153 * Color constant<PRE> 2154 *<font style="background-color: #808080; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #808080; color: #000000"> @ </font> 2155 *<font style="background-color: #808080; color: #000000"> </font><font style="background-color: #000000; color: #808080"> @ </font><font style="background-color: #888888; color: #808080"> @ </font><font style="background-color: #ffffff; color: #808080"> @ </font><font style="background-color: #808080; color: #888888"> @ </font> 2156 *<font style="background-color: #808080; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #808080; color: #ffffff"> @ </font> 2157 * 2158 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964B00; color: #000000"> </font> 2159 *<font style="background-color: #ff0000; color: #808080"> @ </font><font style="background-color: #ffff00; color: #808080"> @ </font><font style="background-color: #00ff00; color: #808080"> @ </font><font style="background-color: #0000ff; color: #808080"> @ </font><font style="background-color: #964B00; color: #808080"> @ </font> 2160 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964B00; color: #000000"> </font></PRE> 2161 */ 2162 public static final SColor GRAY = new SColor(0x808080, "Gray"); 2163 /** 2164 * Color constant<PRE> 2165 *<font style="background-color: #465945; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #465945; color: #000000"> @ </font> 2166 *<font style="background-color: #465945; color: #465945"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #465945; color: #888888"> @ </font> 2167 *<font style="background-color: #465945; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #465945; color: #ffffff"> @ </font> 2168 * 2169 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 2170 *<font style="background-color: #ff0000; color: #465945"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 2171 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 2172 */ 2173 public static final SColor GRAY_ASPARAGUS = new SColor(0x465945, "Gray Asparagus"); 2174 /** 2175 * Color constant<PRE> 2176 *<font style="background-color: #008000; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #008000; color: #000000"> @ </font> 2177 *<font style="background-color: #008000; color: #000000"> </font><font style="background-color: #000000; color: #008000"> @ </font><font style="background-color: #888888; color: #008000"> @ </font><font style="background-color: #ffffff; color: #008000"> @ </font><font style="background-color: #008000; color: #888888"> @ </font> 2178 *<font style="background-color: #008000; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #008000; color: #ffffff"> @ </font> 2179 * 2180 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964B00; color: #000000"> </font> 2181 *<font style="background-color: #ff0000; color: #008000"> @ </font><font style="background-color: #ffff00; color: #008000"> @ </font><font style="background-color: #00ff00; color: #008000"> @ </font><font style="background-color: #0000ff; color: #008000"> @ </font><font style="background-color: #964B00; color: #008000"> @ </font> 2182 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964B00; color: #000000"> </font></PRE> 2183 */ 2184 public static final SColor GREEN = new SColor(0x008000, "Green"); 2185 /** 2186 * Color constant<PRE> 2187 *<font style="background-color: #BDA928; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #BDA928; color: #000000"> @ </font> 2188 *<font style="background-color: #BDA928; color: #BDA928"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #BDA928; color: #888888"> @ </font> 2189 *<font style="background-color: #BDA928; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #BDA928; color: #ffffff"> @ </font> 2190 * 2191 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 2192 *<font style="background-color: #ff0000; color: #BDA928"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 2193 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 2194 */ 2195 public static final SColor GREENFINCH = new SColor(0xBDA928, "Greenfinch"); 2196 /** 2197 * Color constant<PRE> 2198 *<font style="background-color: #006442; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #006442; color: #000000"> @ </font> 2199 *<font style="background-color: #006442; color: #006442"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #006442; color: #888888"> @ </font> 2200 *<font style="background-color: #006442; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #006442; color: #ffffff"> @ </font> 2201 * 2202 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 2203 *<font style="background-color: #ff0000; color: #006442"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 2204 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 2205 */ 2206 public static final SColor GREEN_BAMBOO = new SColor(0x006442, "Green Bamboo"); 2207 /** 2208 * Color constant<PRE> 2209 *<font style="background-color: #824B35; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #824B35; color: #000000"> @ </font> 2210 *<font style="background-color: #824B35; color: #824B35"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #824B35; color: #888888"> @ </font> 2211 *<font style="background-color: #824B35; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #824B35; color: #ffffff"> @ </font> 2212 * 2213 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 2214 *<font style="background-color: #ff0000; color: #824B35"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 2215 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 2216 */ 2217 public static final SColor GREEN_TEA_DYE = new SColor(0x824B35, "Green Tea Dye"); 2218 /** 2219 * Color constant<PRE> 2220 *<font style="background-color: #ADFF2F; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #ADFF2F; color: #000000"> @ </font> 2221 *<font style="background-color: #ADFF2F; color: #ADFF2F"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #ADFF2F; color: #888888"> @ </font> 2222 *<font style="background-color: #ADFF2F; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #ADFF2F; color: #ffffff"> @ </font> 2223 * 2224 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 2225 *<font style="background-color: #ff0000; color: #ADFF2F"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 2226 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 2227 */ 2228 public static final SColor GREEN_YELLOW = new SColor(0xADFF2F, "Green Yellow"); 2229 /** 2230 * Color constant<PRE> 2231 *<font style="background-color: #656255; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #656255; color: #000000"> @ </font> 2232 *<font style="background-color: #656255; color: #656255"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #656255; color: #888888"> @ </font> 2233 *<font style="background-color: #656255; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #656255; color: #ffffff"> @ </font> 2234 * 2235 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 2236 *<font style="background-color: #ff0000; color: #656255"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 2237 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 2238 */ 2239 public static final SColor GREYISH_DARK_GREEN = new SColor(0x656255, "Greyish Dark Green"); 2240 /** 2241 * Color constant<PRE> 2242 *<font style="background-color: #8D608C; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #8D608C; color: #000000"> @ </font> 2243 *<font style="background-color: #8D608C; color: #8D608C"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #8D608C; color: #888888"> @ </font> 2244 *<font style="background-color: #8D608C; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #8D608C; color: #ffffff"> @ </font> 2245 * 2246 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 2247 *<font style="background-color: #ff0000; color: #8D608C"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 2248 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 2249 */ 2250 public static final SColor HALF_PURPLE = new SColor(0x8D608C, "Half Purple"); 2251 /** 2252 * Color constant<PRE> 2253 *<font style="background-color: #5218FA; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #5218FA; color: #000000"> @ </font> 2254 *<font style="background-color: #5218FA; color: #5218FA"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #5218FA; color: #888888"> @ </font> 2255 *<font style="background-color: #5218FA; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #5218FA; color: #ffffff"> @ </font> 2256 * 2257 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 2258 *<font style="background-color: #ff0000; color: #5218FA"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 2259 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 2260 */ 2261 public static final SColor HAN_PURPLE = new SColor(0x5218FA, "Han Purple"); 2262 /** 2263 * Color constant<PRE> 2264 *<font style="background-color: #757D75; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #757D75; color: #000000"> @ </font> 2265 *<font style="background-color: #757D75; color: #757D75"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #757D75; color: #888888"> @ </font> 2266 *<font style="background-color: #757D75; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #757D75; color: #ffffff"> @ </font> 2267 * 2268 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 2269 *<font style="background-color: #ff0000; color: #757D75"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 2270 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 2271 */ 2272 public static final SColor HARBOR_RAT = new SColor(0x757D75, "Harbor Rat"); 2273 /** 2274 * Color constant<PRE> 2275 *<font style="background-color: #DF73FF; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #DF73FF; color: #000000"> @ </font> 2276 *<font style="background-color: #DF73FF; color: #DF73FF"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #DF73FF; color: #888888"> @ </font> 2277 *<font style="background-color: #DF73FF; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #DF73FF; color: #ffffff"> @ </font> 2278 * 2279 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 2280 *<font style="background-color: #ff0000; color: #DF73FF"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 2281 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 2282 */ 2283 public static final SColor HELIOTROPE = new SColor(0xDF73FF, "Heliotrope"); 2284 /** 2285 * Color constant<PRE> 2286 *<font style="background-color: #F400A1; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #F400A1; color: #000000"> @ </font> 2287 *<font style="background-color: #F400A1; color: #F400A1"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #F400A1; color: #888888"> @ </font> 2288 *<font style="background-color: #F400A1; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #F400A1; color: #ffffff"> @ </font> 2289 * 2290 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 2291 *<font style="background-color: #ff0000; color: #F400A1"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 2292 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 2293 */ 2294 public static final SColor HOLLYWOOD_CERISE = new SColor(0xF400A1, "Hollywood Cerise"); 2295 /** 2296 * Color constant<PRE> 2297 *<font style="background-color: #3D5D42; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #3D5D42; color: #000000"> @ </font> 2298 *<font style="background-color: #3D5D42; color: #3D5D42"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #3D5D42; color: #888888"> @ </font> 2299 *<font style="background-color: #3D5D42; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #3D5D42; color: #ffffff"> @ </font> 2300 * 2301 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 2302 *<font style="background-color: #ff0000; color: #3D5D42"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 2303 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 2304 */ 2305 public static final SColor HORSETAIL = new SColor(0x3D5D42, "Horsetail"); 2306 /** 2307 * Color constant<PRE> 2308 *<font style="background-color: #FF00CC; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FF00CC; color: #000000"> @ </font> 2309 *<font style="background-color: #FF00CC; color: #FF00CC"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #FF00CC; color: #888888"> @ </font> 2310 *<font style="background-color: #FF00CC; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FF00CC; color: #ffffff"> @ </font> 2311 * 2312 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 2313 *<font style="background-color: #ff0000; color: #FF00CC"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 2314 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 2315 */ 2316 public static final SColor HOT_MAGENTA = new SColor(0xFF00CC, "Hot Magenta"); 2317 /** 2318 * Color constant<PRE> 2319 *<font style="background-color: #FF69B4; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FF69B4; color: #000000"> @ </font> 2320 *<font style="background-color: #FF69B4; color: #FF69B4"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #FF69B4; color: #888888"> @ </font> 2321 *<font style="background-color: #FF69B4; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FF69B4; color: #ffffff"> @ </font> 2322 * 2323 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 2324 *<font style="background-color: #ff0000; color: #FF69B4"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 2325 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 2326 */ 2327 public static final SColor HOT_PINK = new SColor(0xFF69B4, "Hot Pink"); 2328 /** 2329 * Color constant<PRE> 2330 *<font style="background-color: #4C221B; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #4C221B; color: #000000"> @ </font> 2331 *<font style="background-color: #4C221B; color: #4C221B"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #4C221B; color: #888888"> @ </font> 2332 *<font style="background-color: #4C221B; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #4C221B; color: #ffffff"> @ </font> 2333 * 2334 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 2335 *<font style="background-color: #ff0000; color: #4C221B"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 2336 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 2337 */ 2338 public static final SColor IBIS = new SColor(0x4C221B, "Iris"); 2339 /** 2340 * Color constant<PRE> 2341 *<font style="background-color: #F58F84; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #F58F84; color: #000000"> @ </font> 2342 *<font style="background-color: #F58F84; color: #F58F84"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #F58F84; color: #888888"> @ </font> 2343 *<font style="background-color: #F58F84; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #F58F84; color: #ffffff"> @ </font> 2344 * 2345 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 2346 *<font style="background-color: #ff0000; color: #F58F84"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 2347 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 2348 */ 2349 public static final SColor IBIS_WING = new SColor(0xF58F84, "Ibis Wing"); 2350 /** 2351 * Color constant<PRE> 2352 *<font style="background-color: #4B0082; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #4B0082; color: #000000"> @ </font> 2353 *<font style="background-color: #4B0082; color: #4B0082"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #4B0082; color: #888888"> @ </font> 2354 *<font style="background-color: #4B0082; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #4B0082; color: #ffffff"> @ </font> 2355 * 2356 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 2357 *<font style="background-color: #ff0000; color: #4B0082"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 2358 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 2359 */ 2360 public static final SColor INDIGO = new SColor(0x4B0082, "Indigo"); 2361 /** 2362 * Color constant<PRE> 2363 *<font style="background-color: #00416A; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #00416A; color: #000000"> @ </font> 2364 *<font style="background-color: #00416A; color: #00416A"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #00416A; color: #888888"> @ </font> 2365 *<font style="background-color: #00416A; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #00416A; color: #ffffff"> @ </font> 2366 * 2367 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 2368 *<font style="background-color: #ff0000; color: #00416A"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 2369 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 2370 */ 2371 public static final SColor INDIGO_DYE = new SColor(0x00416A, "Indigo Dye"); 2372 /** 2373 * Color constant<PRE> 2374 *<font style="background-color: #393432; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #393432; color: #000000"> @ </font> 2375 *<font style="background-color: #393432; color: #393432"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #393432; color: #888888"> @ </font> 2376 *<font style="background-color: #393432; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #393432; color: #ffffff"> @ </font> 2377 * 2378 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 2379 *<font style="background-color: #ff0000; color: #393432"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 2380 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 2381 */ 2382 public static final SColor INDIGO_INK_BROWN = new SColor(0x393432, "Indigo Ink Brown"); 2383 /** 2384 * Color constant<PRE> 2385 *<font style="background-color: #EBF6F7; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #EBF6F7; color: #000000"> @ </font> 2386 *<font style="background-color: #EBF6F7; color: #EBF6F7"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #EBF6F7; color: #888888"> @ </font> 2387 *<font style="background-color: #EBF6F7; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #EBF6F7; color: #ffffff"> @ </font> 2388 * 2389 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 2390 *<font style="background-color: #ff0000; color: #EBF6F7"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 2391 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 2392 */ 2393 public static final SColor INDIGO_WHITE = new SColor(0xEBF6F7, "Indigo White"); 2394 /** 2395 * Color constant<PRE> 2396 *<font style="background-color: #27221F; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #27221F; color: #000000"> @ </font> 2397 *<font style="background-color: #27221F; color: #27221F"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #27221F; color: #888888"> @ </font> 2398 *<font style="background-color: #27221F; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #27221F; color: #ffffff"> @ </font> 2399 * 2400 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 2401 *<font style="background-color: #ff0000; color: #27221F"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 2402 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 2403 */ 2404 public static final SColor INK = new SColor(0x27221F, "Ink"); 2405 /** 2406 * Color constant<PRE> 2407 *<font style="background-color: #2D4436; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #2D4436; color: #000000"> @ </font> 2408 *<font style="background-color: #2D4436; color: #2D4436"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #2D4436; color: #888888"> @ </font> 2409 *<font style="background-color: #2D4436; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #2D4436; color: #ffffff"> @ </font> 2410 * 2411 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 2412 *<font style="background-color: #ff0000; color: #2D4436"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 2413 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 2414 */ 2415 public static final SColor INSECT_SCREEN = new SColor(0x2D4436, "Insect Screen"); 2416 /** 2417 * Color constant<PRE> 2418 *<font style="background-color: #C6C2B6; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #C6C2B6; color: #000000"> @ </font> 2419 *<font style="background-color: #C6C2B6; color: #C6C2B6"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #C6C2B6; color: #888888"> @ </font> 2420 *<font style="background-color: #C6C2B6; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #C6C2B6; color: #ffffff"> @ </font> 2421 * 2422 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 2423 *<font style="background-color: #ff0000; color: #C6C2B6"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 2424 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 2425 */ 2426 public static final SColor INSIDE_OF_A_BOTTLE = new SColor(0xC6C2B6, "Inside Of A Bottle"); 2427 /** 2428 * Color constant<PRE> 2429 *<font style="background-color: #002FA7; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #002FA7; color: #000000"> @ </font> 2430 *<font style="background-color: #002FA7; color: #002FA7"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #002FA7; color: #888888"> @ </font> 2431 *<font style="background-color: #002FA7; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #002FA7; color: #ffffff"> @ </font> 2432 * 2433 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 2434 *<font style="background-color: #ff0000; color: #002FA7"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 2435 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 2436 */ 2437 public static final SColor INTERNATIONAL_KLEIN_BLUE = new SColor(0x002FA7, "International Klein Blue"); 2438 /** 2439 * Color constant<PRE> 2440 *<font style="background-color: #FF4F00; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FF4F00; color: #000000"> @ </font> 2441 *<font style="background-color: #FF4F00; color: #FF4F00"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #FF4F00; color: #888888"> @ </font> 2442 *<font style="background-color: #FF4F00; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FF4F00; color: #ffffff"> @ </font> 2443 * 2444 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 2445 *<font style="background-color: #ff0000; color: #FF4F00"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 2446 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 2447 */ 2448 public static final SColor INTERNATIONAL_ORANGE = new SColor(0xFF4F00, "International Orange"); 2449 /** 2450 * Color constant<PRE> 2451 *<font style="background-color: #763568; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #763568; color: #000000"> @ </font> 2452 *<font style="background-color: #763568; color: #763568"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #763568; color: #888888"> @ </font> 2453 *<font style="background-color: #763568; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #763568; color: #ffffff"> @ </font> 2454 * 2455 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 2456 *<font style="background-color: #ff0000; color: #763568"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 2457 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 2458 */ 2459 public static final SColor IRIS = new SColor(0x763568, "Iris"); 2460 /** 2461 * Color constant<PRE> 2462 *<font style="background-color: #2B3733; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #2B3733; color: #000000"> @ </font> 2463 *<font style="background-color: #2B3733; color: #2B3733"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #2B3733; color: #888888"> @ </font> 2464 *<font style="background-color: #2B3733; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #2B3733; color: #ffffff"> @ </font> 2465 * 2466 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 2467 *<font style="background-color: #ff0000; color: #2B3733"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 2468 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 2469 */ 2470 public static final SColor IRON = new SColor(0x2B3733, "Iron"); 2471 /** 2472 * Color constant<PRE> 2473 *<font style="background-color: #344D56; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #344D56; color: #000000"> @ </font> 2474 *<font style="background-color: #344D56; color: #344D56"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #344D56; color: #888888"> @ </font> 2475 *<font style="background-color: #344D56; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #344D56; color: #ffffff"> @ </font> 2476 * 2477 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 2478 *<font style="background-color: #ff0000; color: #344D56"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 2479 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 2480 */ 2481 public static final SColor IRONHEAD_FLOWER = new SColor(0x344D56, "Ironhead Flower"); 2482 /** 2483 * Color constant<PRE> 2484 *<font style="background-color: #2B3736; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #2B3736; color: #000000"> @ </font> 2485 *<font style="background-color: #2B3736; color: #2B3736"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #2B3736; color: #888888"> @ </font> 2486 *<font style="background-color: #2B3736; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #2B3736; color: #ffffff"> @ </font> 2487 * 2488 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 2489 *<font style="background-color: #ff0000; color: #2B3736"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 2490 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 2491 */ 2492 public static final SColor IRON_STORAGE = new SColor(0x2B3736, "Iron Storage"); 2493 /** 2494 * Color constant<PRE> 2495 *<font style="background-color: #009000; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #009000; color: #000000"> @ </font> 2496 *<font style="background-color: #009000; color: #009000"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #009000; color: #888888"> @ </font> 2497 *<font style="background-color: #009000; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #009000; color: #ffffff"> @ </font> 2498 * 2499 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 2500 *<font style="background-color: #ff0000; color: #009000"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 2501 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 2502 */ 2503 public static final SColor ISLAMIC_GREEN = new SColor(0x009000, "Islamic Green"); 2504 /** 2505 * Color constant<PRE> 2506 *<font style="background-color: #FFFFF0; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FFFFF0; color: #000000"> @ </font> 2507 *<font style="background-color: #FFFFF0; color: #FFFFF0"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #FFFFF0; color: #888888"> @ </font> 2508 *<font style="background-color: #FFFFF0; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FFFFF0; color: #ffffff"> @ </font> 2509 * 2510 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 2511 *<font style="background-color: #ff0000; color: #FFFFF0"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 2512 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 2513 */ 2514 public static final SColor IVORY = new SColor(0xFFFFF0, "Ivory"); 2515 /** 2516 * Color constant<PRE> 2517 *<font style="background-color: #5E5545; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #5E5545; color: #000000"> @ </font> 2518 *<font style="background-color: #5E5545; color: #5E5545"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #5E5545; color: #888888"> @ </font> 2519 *<font style="background-color: #5E5545; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #5E5545; color: #ffffff"> @ </font> 2520 * 2521 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 2522 *<font style="background-color: #ff0000; color: #5E5545"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 2523 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 2524 */ 2525 public static final SColor IWAI_BROWN = new SColor(0x5E5545, "Iwai Brown"); 2526 /** 2527 * Color constant<PRE> 2528 *<font style="background-color: #00A86B; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #00A86B; color: #000000"> @ </font> 2529 *<font style="background-color: #00A86B; color: #00A86B"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #00A86B; color: #888888"> @ </font> 2530 *<font style="background-color: #00A86B; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #00A86B; color: #ffffff"> @ </font> 2531 * 2532 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 2533 *<font style="background-color: #ff0000; color: #00A86B"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 2534 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 2535 */ 2536 public static final SColor JADE = new SColor(0x00A86B, "Jade"); 2537 /** 2538 * Color constant<PRE> 2539 *<font style="background-color: #264348; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #264348; color: #000000"> @ </font> 2540 *<font style="background-color: #264348; color: #264348"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #264348; color: #888888"> @ </font> 2541 *<font style="background-color: #264348; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #264348; color: #ffffff"> @ </font> 2542 * 2543 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 2544 *<font style="background-color: #ff0000; color: #264348"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 2545 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 2546 */ 2547 public static final SColor JAPANESE_INDIGO = new SColor(0x264348, "Japanese Indigo"); 2548 /** 2549 * Color constant<PRE> 2550 *<font style="background-color: #7F5D3B; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #7F5D3B; color: #000000"> @ </font> 2551 *<font style="background-color: #7F5D3B; color: #7F5D3B"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #7F5D3B; color: #888888"> @ </font> 2552 *<font style="background-color: #7F5D3B; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #7F5D3B; color: #ffffff"> @ </font> 2553 * 2554 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 2555 *<font style="background-color: #ff0000; color: #7F5D3B"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 2556 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 2557 */ 2558 public static final SColor JAPANESE_IRIS = new SColor(0x7F5D3B, "Japanese Iris"); 2559 /** 2560 * Color constant<PRE> 2561 *<font style="background-color: #8c9c76; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #8c9c76; color: #000000"> @ </font> 2562 *<font style="background-color: #8c9c76; color: #8c9c76"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #8c9c76; color: #888888"> @ </font> 2563 *<font style="background-color: #8c9c76; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #8c9c76; color: #ffffff"> @ </font> 2564 * 2565 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 2566 *<font style="background-color: #ff0000; color: #8c9c76"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 2567 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 2568 */ 2569 public static final SColor JAPANESE_PALE_BLUE = new SColor(0x8c9c76, "Japanese Pale Blue"); 2570 /** 2571 * Color constant<PRE> 2572 *<font style="background-color: #E2B13C; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #E2B13C; color: #000000"> @ </font> 2573 *<font style="background-color: #E2B13C; color: #E2B13C"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #E2B13C; color: #888888"> @ </font> 2574 *<font style="background-color: #E2B13C; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #E2B13C; color: #ffffff"> @ </font> 2575 * 2576 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 2577 *<font style="background-color: #ff0000; color: #E2B13C"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 2578 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 2579 */ 2580 public static final SColor JAPANESE_TRIANDRA_GRASS = new SColor(0xE2B13C, "Japanese Triandra Grass"); 2581 /** 2582 * Color constant<PRE> 2583 *<font style="background-color: #4CBB17; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #4CBB17; color: #000000"> @ </font> 2584 *<font style="background-color: #4CBB17; color: #4CBB17"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #4CBB17; color: #888888"> @ </font> 2585 *<font style="background-color: #4CBB17; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #4CBB17; color: #ffffff"> @ </font> 2586 * 2587 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 2588 *<font style="background-color: #ff0000; color: #4CBB17"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 2589 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 2590 */ 2591 public static final SColor KELLY_GREEN = new SColor(0x4CBB17, "Kelly Green"); 2592 /** 2593 * Color constant<PRE> 2594 *<font style="background-color: #C3B091; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #C3B091; color: #000000"> @ </font> 2595 *<font style="background-color: #C3B091; color: #C3B091"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #C3B091; color: #888888"> @ </font> 2596 *<font style="background-color: #C3B091; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #C3B091; color: #ffffff"> @ </font> 2597 * 2598 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 2599 *<font style="background-color: #ff0000; color: #C3B091"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 2600 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 2601 */ 2602 public static final SColor KHAKI = new SColor(0xC3B091, "Khaki"); 2603 /** 2604 * Color constant<PRE> 2605 *<font style="background-color: #3D4C51; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #3D4C51; color: #000000"> @ </font> 2606 *<font style="background-color: #3D4C51; color: #3D4C51"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #3D4C51; color: #888888"> @ </font> 2607 *<font style="background-color: #3D4C51; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #3D4C51; color: #ffffff"> @ </font> 2608 * 2609 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 2610 *<font style="background-color: #ff0000; color: #3D4C51"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 2611 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 2612 */ 2613 public static final SColor KIMONO_STORAGE = new SColor(0x3D4C51, "Kimono Storage"); 2614 /** 2615 * Color constant<PRE> 2616 *<font style="background-color: #1F4788; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #1F4788; color: #000000"> @ </font> 2617 *<font style="background-color: #1F4788; color: #1F4788"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #1F4788; color: #888888"> @ </font> 2618 *<font style="background-color: #1F4788; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #1F4788; color: #ffffff"> @ </font> 2619 * 2620 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 2621 *<font style="background-color: #ff0000; color: #1F4788"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 2622 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 2623 */ 2624 public static final SColor LAPIS_LAZULI = new SColor(0x1F4788, "Lapis Lazuli"); 2625 /** 2626 * Color constant<PRE> 2627 *<font style="background-color: #B57EDC; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #B57EDC; color: #000000"> @ </font> 2628 *<font style="background-color: #B57EDC; color: #B57EDC"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #B57EDC; color: #888888"> @ </font> 2629 *<font style="background-color: #B57EDC; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #B57EDC; color: #ffffff"> @ </font> 2630 * 2631 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 2632 *<font style="background-color: #ff0000; color: #B57EDC"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 2633 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 2634 */ 2635 public static final SColor LAVENDER_FLORAL = new SColor(0xB57EDC, "Lavender Floral"); 2636 /** 2637 * Color constant<PRE> 2638 *<font style="background-color: #E6E6FA; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #E6E6FA; color: #000000"> @ </font> 2639 *<font style="background-color: #E6E6FA; color: #E6E6FA"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #E6E6FA; color: #888888"> @ </font> 2640 *<font style="background-color: #E6E6FA; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #E6E6FA; color: #ffffff"> @ </font> 2641 * 2642 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 2643 *<font style="background-color: #ff0000; color: #E6E6FA"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 2644 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 2645 */ 2646 public static final SColor LAVENDER = new SColor(0xE6E6FA, "Lavender"); 2647 /** 2648 * Color constant<PRE> 2649 *<font style="background-color: #CCCCFF; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #CCCCFF; color: #000000"> @ </font> 2650 *<font style="background-color: #CCCCFF; color: #CCCCFF"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #CCCCFF; color: #888888"> @ </font> 2651 *<font style="background-color: #CCCCFF; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #CCCCFF; color: #ffffff"> @ </font> 2652 * 2653 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 2654 *<font style="background-color: #ff0000; color: #CCCCFF"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 2655 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 2656 */ 2657 public static final SColor LAVENDER_BLUE = new SColor(0xCCCCFF, "Lavender Blue"); 2658 /** 2659 * Color constant<PRE> 2660 *<font style="background-color: #FFF0F5; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FFF0F5; color: #000000"> @ </font> 2661 *<font style="background-color: #FFF0F5; color: #FFF0F5"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #FFF0F5; color: #888888"> @ </font> 2662 *<font style="background-color: #FFF0F5; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FFF0F5; color: #ffffff"> @ </font> 2663 * 2664 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 2665 *<font style="background-color: #ff0000; color: #FFF0F5"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 2666 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 2667 */ 2668 public static final SColor LAVENDER_BLUSH = new SColor(0xFFF0F5, "Lavender Blush"); 2669 /** 2670 * Color constant<PRE> 2671 *<font style="background-color: #C4C3D0; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #C4C3D0; color: #000000"> @ </font> 2672 *<font style="background-color: #C4C3D0; color: #C4C3D0"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #C4C3D0; color: #888888"> @ </font> 2673 *<font style="background-color: #C4C3D0; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #C4C3D0; color: #ffffff"> @ </font> 2674 * 2675 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 2676 *<font style="background-color: #ff0000; color: #C4C3D0"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 2677 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 2678 */ 2679 public static final SColor LAVENDER_GRAY = new SColor(0xC4C3D0, "Lavender Gray"); 2680 /** 2681 * Color constant<PRE> 2682 *<font style="background-color: #EE82EE; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #EE82EE; color: #000000"> @ </font> 2683 *<font style="background-color: #EE82EE; color: #EE82EE"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #EE82EE; color: #888888"> @ </font> 2684 *<font style="background-color: #EE82EE; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #EE82EE; color: #ffffff"> @ </font> 2685 * 2686 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 2687 *<font style="background-color: #ff0000; color: #EE82EE"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 2688 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 2689 */ 2690 public static final SColor LAVENDER_MAGENTA = new SColor(0xEE82EE, "Lavender Magenta"); 2691 /** 2692 * Color constant<PRE> 2693 *<font style="background-color: #FBAED2; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FBAED2; color: #000000"> @ </font> 2694 *<font style="background-color: #FBAED2; color: #FBAED2"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #FBAED2; color: #888888"> @ </font> 2695 *<font style="background-color: #FBAED2; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FBAED2; color: #ffffff"> @ </font> 2696 * 2697 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 2698 *<font style="background-color: #ff0000; color: #FBAED2"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 2699 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 2700 */ 2701 public static final SColor LAVENDER_PINK = new SColor(0xFBAED2, "Lavender Pink"); 2702 /** 2703 * Color constant<PRE> 2704 *<font style="background-color: #967BB6; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #967BB6; color: #000000"> @ </font> 2705 *<font style="background-color: #967BB6; color: #967BB6"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #967BB6; color: #888888"> @ </font> 2706 *<font style="background-color: #967BB6; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #967BB6; color: #ffffff"> @ </font> 2707 * 2708 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 2709 *<font style="background-color: #ff0000; color: #967BB6"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 2710 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 2711 */ 2712 public static final SColor LAVENDER_PURPLE = new SColor(0x967BB6, "Lavender Purple"); 2713 /** 2714 * Color constant<PRE> 2715 *<font style="background-color: #FBA0E3; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FBA0E3; color: #000000"> @ </font> 2716 *<font style="background-color: #FBA0E3; color: #FBA0E3"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #FBA0E3; color: #888888"> @ </font> 2717 *<font style="background-color: #FBA0E3; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FBA0E3; color: #ffffff"> @ </font> 2718 * 2719 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 2720 *<font style="background-color: #ff0000; color: #FBA0E3"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 2721 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 2722 */ 2723 public static final SColor LAVENDER_ROSE = new SColor(0xFBA0E3, "Lavender Rose"); 2724 /** 2725 * Color constant<PRE> 2726 *<font style="background-color: #7CFC00; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #7CFC00; color: #000000"> @ </font> 2727 *<font style="background-color: #7CFC00; color: #7CFC00"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #7CFC00; color: #888888"> @ </font> 2728 *<font style="background-color: #7CFC00; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #7CFC00; color: #ffffff"> @ </font> 2729 * 2730 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 2731 *<font style="background-color: #ff0000; color: #7CFC00"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 2732 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 2733 */ 2734 public static final SColor LAWN_GREEN = new SColor(0x7CFC00, "Lawn Green"); 2735 /** 2736 * Color constant<PRE> 2737 *<font style="background-color: #2E211B; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #2E211B; color: #000000"> @ </font> 2738 *<font style="background-color: #2E211B; color: #2E211B"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #2E211B; color: #888888"> @ </font> 2739 *<font style="background-color: #2E211B; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #2E211B; color: #ffffff"> @ </font> 2740 * 2741 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 2742 *<font style="background-color: #ff0000; color: #2E211B"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 2743 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 2744 */ 2745 public static final SColor LEGAL_DYE = new SColor(0x2E211B, "Legal Dye"); 2746 /** 2747 * Color constant<PRE> 2748 *<font style="background-color: #FDE910; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FDE910; color: #000000"> @ </font> 2749 *<font style="background-color: #FDE910; color: #FDE910"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #FDE910; color: #888888"> @ </font> 2750 *<font style="background-color: #FDE910; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FDE910; color: #ffffff"> @ </font> 2751 * 2752 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 2753 *<font style="background-color: #ff0000; color: #FDE910"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 2754 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 2755 */ 2756 public static final SColor LEMON = new SColor(0xFDE910, "Lemon"); 2757 /** 2758 * Color constant<PRE> 2759 *<font style="background-color: #FFFACD; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FFFACD; color: #000000"> @ </font> 2760 *<font style="background-color: #FFFACD; color: #FFFACD"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #FFFACD; color: #888888"> @ </font> 2761 *<font style="background-color: #FFFACD; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FFFACD; color: #ffffff"> @ </font> 2762 * 2763 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 2764 *<font style="background-color: #ff0000; color: #FFFACD"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 2765 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 2766 */ 2767 public static final SColor LEMON_CHIFFON = new SColor(0xFFFACD, "Lemon Chiffon"); 2768 /** 2769 * Color constant<PRE> 2770 *<font style="background-color: #ADD8E6; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #ADD8E6; color: #000000"> @ </font> 2771 *<font style="background-color: #ADD8E6; color: #ADD8E6"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #ADD8E6; color: #888888"> @ </font> 2772 *<font style="background-color: #ADD8E6; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #ADD8E6; color: #ffffff"> @ </font> 2773 * 2774 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 2775 *<font style="background-color: #ff0000; color: #ADD8E6"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 2776 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 2777 */ 2778 public static final SColor LIGHT_BLUE = new SColor(0xADD8E6, "Light Blue"); 2779 /** 2780 * Color constant<PRE> 2781 *<font style="background-color: #48929B; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #48929B; color: #000000"> @ </font> 2782 *<font style="background-color: #48929B; color: #48929B"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #48929B; color: #888888"> @ </font> 2783 *<font style="background-color: #48929B; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #48929B; color: #ffffff"> @ </font> 2784 * 2785 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 2786 *<font style="background-color: #ff0000; color: #48929B"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 2787 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 2788 */ 2789 public static final SColor LIGHT_BLUE_DYE = new SColor(0x48929B, "Light Blue Dye"); 2790 /** 2791 * Color constant<PRE> 2792 *<font style="background-color: #1D697C; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #1D697C; color: #000000"> @ </font> 2793 *<font style="background-color: #1D697C; color: #1D697C"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #1D697C; color: #888888"> @ </font> 2794 *<font style="background-color: #1D697C; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #1D697C; color: #ffffff"> @ </font> 2795 * 2796 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 2797 *<font style="background-color: #ff0000; color: #1D697C"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 2798 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 2799 */ 2800 public static final SColor LIGHT_BLUE_FLOWER = new SColor(0x1D697C, "Light Blue Flower"); 2801 /** 2802 * Color constant<PRE> 2803 *<font style="background-color: #044F67; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #044F67; color: #000000"> @ </font> 2804 *<font style="background-color: #044F67; color: #044F67"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #044F67; color: #888888"> @ </font> 2805 *<font style="background-color: #044F67; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #044F67; color: #ffffff"> @ </font> 2806 * 2807 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 2808 *<font style="background-color: #ff0000; color: #044F67"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 2809 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 2810 */ 2811 public static final SColor LIGHT_BLUE_SILK = new SColor(0x044F67, "Light Blue Silk"); 2812 /** 2813 * Color constant<PRE> 2814 *<font style="background-color: #c0c0c0; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #c0c0c0; color: #000000"> @ </font> 2815 *<font style="background-color: #c0c0c0; color: #000000"> </font><font style="background-color: #000000; color: #c0c0c0"> @ </font><font style="background-color: #888888; color: #c0c0c0"> @ </font><font style="background-color: #ffffff; color: #c0c0c0"> @ </font><font style="background-color: #c0c0c0; color: #888888"> @ </font> 2816 *<font style="background-color: #c0c0c0; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #c0c0c0; color: #ffffff"> @ </font> 2817 * 2818 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 2819 *<font style="background-color: #ff0000; color: #c0c0c0"> @ </font><font style="background-color: #ffff00; color: #c0c0c0"> @ </font><font style="background-color: #00ff00; color: #c0c0c0"> @ </font><font style="background-color: #0000ff; color: #c0c0c0"> @ </font><font style="background-color: #964b00; color: #c0c0c0"> @ </font> 2820 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 2821 */ 2822 public static final SColor LIGHT_GRAY = new SColor(0xc0c0c0, "Light Gray"); 2823 /** 2824 * Color constant<PRE> 2825 *<font style="background-color: #F0E68C; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #F0E68C; color: #000000"> @ </font> 2826 *<font style="background-color: #F0E68C; color: #F0E68C"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #F0E68C; color: #888888"> @ </font> 2827 *<font style="background-color: #F0E68C; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #F0E68C; color: #ffffff"> @ </font> 2828 * 2829 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 2830 *<font style="background-color: #ff0000; color: #F0E68C"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 2831 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 2832 */ 2833 public static final SColor LIGHT_KHAKI = new SColor(0xF0E68C, "Light Khaki"); 2834 /** 2835 * Color constant<PRE> 2836 *<font style="background-color: #BFFF00; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #BFFF00; color: #000000"> @ </font> 2837 *<font style="background-color: #BFFF00; color: #BFFF00"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #BFFF00; color: #888888"> @ </font> 2838 *<font style="background-color: #BFFF00; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #BFFF00; color: #ffffff"> @ </font> 2839 * 2840 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 2841 *<font style="background-color: #ff0000; color: #BFFF00"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 2842 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 2843 */ 2844 public static final SColor LIGHT_LIME = new SColor(0xBFFF00, "Light Lime"); 2845 /** 2846 * Color constant<PRE> 2847 *<font style="background-color: #B03060; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #B03060; color: #000000"> @ </font> 2848 *<font style="background-color: #B03060; color: #B03060"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #B03060; color: #888888"> @ </font> 2849 *<font style="background-color: #B03060; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #B03060; color: #ffffff"> @ </font> 2850 * 2851 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 2852 *<font style="background-color: #ff0000; color: #B03060"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 2853 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 2854 */ 2855 public static final SColor LIGHT_MAROON = new SColor(0xB03060, "Light Maroon"); 2856 /** 2857 * Color constant<PRE> 2858 *<font style="background-color: #FFB6C1; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FFB6C1; color: #000000"> @ </font> 2859 *<font style="background-color: #FFB6C1; color: #FFB6C1"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #FFB6C1; color: #888888"> @ </font> 2860 *<font style="background-color: #FFB6C1; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FFB6C1; color: #ffffff"> @ </font> 2861 * 2862 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 2863 *<font style="background-color: #ff0000; color: #FFB6C1"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 2864 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 2865 */ 2866 public static final SColor LIGHT_PINK = new SColor(0xFFB6C1, "Light Pink"); 2867 /** 2868 * Color constant<PRE> 2869 *<font style="background-color: #EE82EE; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #EE82EE; color: #000000"> @ </font> 2870 *<font style="background-color: #EE82EE; color: #EE82EE"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #EE82EE; color: #888888"> @ </font> 2871 *<font style="background-color: #EE82EE; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #EE82EE; color: #ffffff"> @ </font> 2872 * 2873 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 2874 *<font style="background-color: #ff0000; color: #EE82EE"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 2875 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 2876 */ 2877 public static final SColor LIGHT_VIOLET = new SColor(0xEE82EE, "Light Violet"); 2878 /** 2879 * Color constant<PRE> 2880 *<font style="background-color: #F7BB7D; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #F7BB7D; color: #000000"> @ </font> 2881 *<font style="background-color: #F7BB7D; color: #F7BB7D"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #F7BB7D; color: #888888"> @ </font> 2882 *<font style="background-color: #F7BB7D; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #F7BB7D; color: #ffffff"> @ </font> 2883 * 2884 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 2885 *<font style="background-color: #ff0000; color: #F7BB7D"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 2886 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 2887 */ 2888 public static final SColor LIGHT_YELLOW_DYE = new SColor(0xF7BB7D, "Light Yellow Dye"); 2889 /** 2890 * Color constant<PRE> 2891 *<font style="background-color: #C8A2C8; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #C8A2C8; color: #000000"> @ </font> 2892 *<font style="background-color: #C8A2C8; color: #C8A2C8"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #C8A2C8; color: #888888"> @ </font> 2893 *<font style="background-color: #C8A2C8; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #C8A2C8; color: #ffffff"> @ </font> 2894 * 2895 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 2896 *<font style="background-color: #ff0000; color: #C8A2C8"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 2897 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 2898 */ 2899 public static final SColor LILAC = new SColor(0xC8A2C8, "Lilac"); 2900 /** 2901 * Duplicated as LIGHT_GREEN for usability Color constant<PRE> 2902 *<font style="background-color: #00FF00; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #00FF00; color: #000000"> @ </font> 2903 *<font style="background-color: #00FF00; color: #000000"> </font><font style="background-color: #000000; color: #00FF00"> @ </font><font style="background-color: #888888; color: #00FF00"> @ </font><font style="background-color: #ffffff; color: #00FF00"> @ </font><font style="background-color: #00FF00; color: #888888"> @ </font> 2904 *<font style="background-color: #00FF00; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #00FF00; color: #ffffff"> @ </font> 2905 * 2906 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964B00; color: #000000"> </font> 2907 *<font style="background-color: #ff0000; color: #00FF00"> @ </font><font style="background-color: #ffff00; color: #00FF00"> @ </font><font style="background-color: #00ff00; color: #00FF00"> @ </font><font style="background-color: #0000ff; color: #00FF00"> @ </font><font style="background-color: #964B00; color: #00FF00"> @ </font> 2908 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964B00; color: #000000"> </font></PRE> 2909 */ 2910 public static final SColor LIME = new SColor(0x00FF00, "Lime"); 2911 /** 2912 * Color constant<PRE> 2913 *<font style="background-color: #32CD32; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #32CD32; color: #000000"> @ </font> 2914 *<font style="background-color: #32CD32; color: #32CD32"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #32CD32; color: #888888"> @ </font> 2915 *<font style="background-color: #32CD32; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #32CD32; color: #ffffff"> @ </font> 2916 * 2917 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 2918 *<font style="background-color: #ff0000; color: #32CD32"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 2919 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 2920 */ 2921 public static final SColor LIME_GREEN = new SColor(0x32CD32, "Lime Green"); 2922 /** 2923 * Color constant<PRE> 2924 *<font style="background-color: #FAF0E6; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FAF0E6; color: #000000"> @ </font> 2925 *<font style="background-color: #FAF0E6; color: #FAF0E6"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #FAF0E6; color: #888888"> @ </font> 2926 *<font style="background-color: #FAF0E6; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FAF0E6; color: #ffffff"> @ </font> 2927 * 2928 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 2929 *<font style="background-color: #ff0000; color: #FAF0E6"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 2930 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 2931 */ 2932 public static final SColor LINEN = new SColor(0xFAF0E6, "Linen"); 2933 /** 2934 * Color constant<PRE> 2935 *<font style="background-color: #B95754; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #B95754; color: #000000"> @ </font> 2936 *<font style="background-color: #B95754; color: #B95754"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #B95754; color: #888888"> @ </font> 2937 *<font style="background-color: #B95754; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #B95754; color: #ffffff"> @ </font> 2938 * 2939 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 2940 *<font style="background-color: #ff0000; color: #B95754"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 2941 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 2942 */ 2943 public static final SColor LONG_SPRING = new SColor(0xB95754, "Long Spring"); 2944 /** 2945 * Color constant<PRE> 2946 *<font style="background-color: #AB6134; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #AB6134; color: #000000"> @ </font> 2947 *<font style="background-color: #AB6134; color: #AB6134"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #AB6134; color: #888888"> @ </font> 2948 *<font style="background-color: #AB6134; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #AB6134; color: #ffffff"> @ </font> 2949 * 2950 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 2951 *<font style="background-color: #ff0000; color: #AB6134"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 2952 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 2953 */ 2954 public static final SColor LOQUAT_BROWN = new SColor(0xAB6134, "Loquat Brown"); 2955 /** 2956 * Color constant<PRE> 2957 *<font style="background-color: #7F6B5D; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #7F6B5D; color: #000000"> @ </font> 2958 *<font style="background-color: #7F6B5D; color: #7F6B5D"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #7F6B5D; color: #888888"> @ </font> 2959 *<font style="background-color: #7F6B5D; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #7F6B5D; color: #ffffff"> @ </font> 2960 * 2961 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 2962 *<font style="background-color: #ff0000; color: #7F6B5D"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 2963 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 2964 */ 2965 public static final SColor LYE = new SColor(0x7F6B5D, "Lye"); 2966 /** 2967 * Color constant<PRE> 2968 *<font style="background-color: #CA1F7B; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #CA1F7B; color: #000000"> @ </font> 2969 *<font style="background-color: #CA1F7B; color: #CA1F7B"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #CA1F7B; color: #888888"> @ </font> 2970 *<font style="background-color: #CA1F7B; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #CA1F7B; color: #ffffff"> @ </font> 2971 * 2972 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 2973 *<font style="background-color: #ff0000; color: #CA1F7B"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 2974 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 2975 */ 2976 public static final SColor MAGENTA_DYE = new SColor(0xCA1F7B, "Magenta Dye"); 2977 /** 2978 * Color constant<PRE> 2979 *<font style="background-color: #AAF0D1; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #AAF0D1; color: #000000"> @ </font> 2980 *<font style="background-color: #AAF0D1; color: #AAF0D1"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #AAF0D1; color: #888888"> @ </font> 2981 *<font style="background-color: #AAF0D1; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #AAF0D1; color: #ffffff"> @ </font> 2982 * 2983 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 2984 *<font style="background-color: #ff0000; color: #AAF0D1"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 2985 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 2986 */ 2987 public static final SColor MAGIC_MINT = new SColor(0xAAF0D1, "Magic Mint"); 2988 /** 2989 * Color constant<PRE> 2990 *<font style="background-color: #F8F4FF; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #F8F4FF; color: #000000"> @ </font> 2991 *<font style="background-color: #F8F4FF; color: #F8F4FF"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #F8F4FF; color: #888888"> @ </font> 2992 *<font style="background-color: #F8F4FF; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #F8F4FF; color: #ffffff"> @ </font> 2993 * 2994 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 2995 *<font style="background-color: #ff0000; color: #F8F4FF"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 2996 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 2997 */ 2998 public static final SColor MAGNOLIA = new SColor(0xF8F4FF, "Magnolia"); 2999 /** 3000 * Color constant<PRE> 3001 *<font style="background-color: #0BDA51; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #0BDA51; color: #000000"> @ </font> 3002 *<font style="background-color: #0BDA51; color: #0BDA51"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #0BDA51; color: #888888"> @ </font> 3003 *<font style="background-color: #0BDA51; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #0BDA51; color: #ffffff"> @ </font> 3004 * 3005 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3006 *<font style="background-color: #ff0000; color: #0BDA51"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 3007 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3008 */ 3009 public static final SColor MALACHITE = new SColor(0x0BDA51, "Malachite"); 3010 /** 3011 * Color constant<PRE> 3012 *<font style="background-color: #800000; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #800000; color: #000000"> @ </font> 3013 *<font style="background-color: #800000; color: #800000"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #800000; color: #888888"> @ </font> 3014 *<font style="background-color: #800000; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #800000; color: #ffffff"> @ </font> 3015 * 3016 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3017 *<font style="background-color: #ff0000; color: #800000"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 3018 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3019 */ 3020 public static final SColor MAROON = new SColor(0x800000, "Maroon"); 3021 /** 3022 * Color constant<PRE> 3023 *<font style="background-color: #ff00ff; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #ff00ff; color: #000000"> @ </font> 3024 *<font style="background-color: #ff00ff; color: #000000"> </font><font style="background-color: #000000; color: #ff00ff"> @ </font><font style="background-color: #888888; color: #ff00ff"> @ </font><font style="background-color: #ffffff; color: #ff00ff"> @ </font><font style="background-color: #ff00ff; color: #888888"> @ </font> 3025 *<font style="background-color: #ff00ff; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #ff00ff; color: #ffffff"> @ </font> 3026 * 3027 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3028 *<font style="background-color: #ff0000; color: #ff00ff"> @ </font><font style="background-color: #ffff00; color: #ff00ff"> @ </font><font style="background-color: #00ff00; color: #ff00ff"> @ </font><font style="background-color: #0000ff; color: #ff00ff"> @ </font><font style="background-color: #964b00; color: #ff00ff"> @ </font> 3029 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3030 */ 3031 public static final SColor MAGENTA = new SColor(0xff00ff, "Magenta"); 3032 /** 3033 * Color constant<PRE> 3034 *<font style="background-color: #73C2FB; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #73C2FB; color: #000000"> @ </font> 3035 *<font style="background-color: #73C2FB; color: #73C2FB"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #73C2FB; color: #888888"> @ </font> 3036 *<font style="background-color: #73C2FB; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #73C2FB; color: #ffffff"> @ </font> 3037 * 3038 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3039 *<font style="background-color: #ff0000; color: #73C2FB"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 3040 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3041 */ 3042 public static final SColor MAYA_BLUE = new SColor(0x73C2FB, "Maya Blue"); 3043 /** 3044 * Color constant<PRE> 3045 *<font style="background-color: #E0B0FF; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #E0B0FF; color: #000000"> @ </font> 3046 *<font style="background-color: #E0B0FF; color: #E0B0FF"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #E0B0FF; color: #888888"> @ </font> 3047 *<font style="background-color: #E0B0FF; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #E0B0FF; color: #ffffff"> @ </font> 3048 * 3049 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3050 *<font style="background-color: #ff0000; color: #E0B0FF"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 3051 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3052 */ 3053 public static final SColor MAUVE = new SColor(0xE0B0FF, "Mauve"); 3054 /** 3055 * Color constant<PRE> 3056 *<font style="background-color: #915F6D; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #915F6D; color: #000000"> @ </font> 3057 *<font style="background-color: #915F6D; color: #915F6D"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #915F6D; color: #888888"> @ </font> 3058 *<font style="background-color: #915F6D; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #915F6D; color: #ffffff"> @ </font> 3059 * 3060 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3061 *<font style="background-color: #ff0000; color: #915F6D"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 3062 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3063 */ 3064 public static final SColor MAUVE_TAUPE = new SColor(0x915F6D, "Mauve Taupe"); 3065 /** 3066 * Color constant<PRE> 3067 *<font style="background-color: #F9906F; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #F9906F; color: #000000"> @ </font> 3068 *<font style="background-color: #F9906F; color: #F9906F"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #F9906F; color: #888888"> @ </font> 3069 *<font style="background-color: #F9906F; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #F9906F; color: #ffffff"> @ </font> 3070 * 3071 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3072 *<font style="background-color: #ff0000; color: #F9906F"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 3073 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3074 */ 3075 public static final SColor MEAT = new SColor(0xF9906F, "Meat"); 3076 /** 3077 * Color constant<PRE> 3078 *<font style="background-color: #0000CD; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #0000CD; color: #000000"> @ </font> 3079 *<font style="background-color: #0000CD; color: #0000CD"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #0000CD; color: #888888"> @ </font> 3080 *<font style="background-color: #0000CD; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #0000CD; color: #ffffff"> @ </font> 3081 * 3082 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3083 *<font style="background-color: #ff0000; color: #0000CD"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 3084 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3085 */ 3086 public static final SColor MEDIUM_BLUE = new SColor(0x0000CD, "Medium Blue"); 3087 /** 3088 * Color constant<PRE> 3089 *<font style="background-color: #AF4035; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #AF4035; color: #000000"> @ </font> 3090 *<font style="background-color: #AF4035; color: #AF4035"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #AF4035; color: #888888"> @ </font> 3091 *<font style="background-color: #AF4035; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #AF4035; color: #ffffff"> @ </font> 3092 * 3093 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3094 *<font style="background-color: #ff0000; color: #AF4035"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 3095 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3096 */ 3097 public static final SColor MEDIUM_CARMINE = new SColor(0xAF4035, "Medium Carmine"); 3098 /** 3099 * Color constant<PRE> 3100 *<font style="background-color: #c93756; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #c93756; color: #000000"> @ </font> 3101 *<font style="background-color: #c93756; color: #c93756"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #c93756; color: #888888"> @ </font> 3102 *<font style="background-color: #c93756; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #c93756; color: #ffffff"> @ </font> 3103 * 3104 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3105 *<font style="background-color: #ff0000; color: #c93756"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 3106 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3107 */ 3108 public static final SColor MEDIUM_CRIMSON = new SColor(0xc93756, "Medium Crimson"); 3109 /** 3110 * Color constant<PRE> 3111 *<font style="background-color: #CC99CC; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #CC99CC; color: #000000"> @ </font> 3112 *<font style="background-color: #CC99CC; color: #CC99CC"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #CC99CC; color: #888888"> @ </font> 3113 *<font style="background-color: #CC99CC; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #CC99CC; color: #ffffff"> @ </font> 3114 * 3115 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3116 *<font style="background-color: #ff0000; color: #CC99CC"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 3117 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3118 */ 3119 public static final SColor MEDIUM_LAVENDER_MAGENTA = new SColor(0xCC99CC, "Medium Lavender Magenta"); 3120 /** 3121 * Color constant<PRE> 3122 *<font style="background-color: #9370DB; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #9370DB; color: #000000"> @ </font> 3123 *<font style="background-color: #9370DB; color: #9370DB"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #9370DB; color: #888888"> @ </font> 3124 *<font style="background-color: #9370DB; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #9370DB; color: #ffffff"> @ </font> 3125 * 3126 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3127 *<font style="background-color: #ff0000; color: #9370DB"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 3128 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3129 */ 3130 public static final SColor MEDIUM_PURPLE = new SColor(0x9370DB, "Medium Purple"); 3131 /** 3132 * Color constant<PRE> 3133 *<font style="background-color: #00FA9A; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #00FA9A; color: #000000"> @ </font> 3134 *<font style="background-color: #00FA9A; color: #00FA9A"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #00FA9A; color: #888888"> @ </font> 3135 *<font style="background-color: #00FA9A; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #00FA9A; color: #ffffff"> @ </font> 3136 * 3137 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3138 *<font style="background-color: #ff0000; color: #00FA9A"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 3139 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3140 */ 3141 public static final SColor MEDIUM_SPRING_GREEN = new SColor(0x00FA9A, "Medium Spring Green"); 3142 /** 3143 * Color constant<PRE> 3144 *<font style="background-color: #2A606B; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #2A606B; color: #000000"> @ </font> 3145 *<font style="background-color: #2A606B; color: #2A606B"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #2A606B; color: #888888"> @ </font> 3146 *<font style="background-color: #2A606B; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #2A606B; color: #ffffff"> @ </font> 3147 * 3148 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3149 *<font style="background-color: #ff0000; color: #2A606B"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 3150 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3151 */ 3152 public static final SColor MIDORI = new SColor(0x2A606B, "Midori"); 3153 /** 3154 * Color constant<PRE> 3155 *<font style="background-color: #003366; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #003366; color: #000000"> @ </font> 3156 *<font style="background-color: #003366; color: #003366"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #003366; color: #888888"> @ </font> 3157 *<font style="background-color: #003366; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #003366; color: #ffffff"> @ </font> 3158 * 3159 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3160 *<font style="background-color: #ff0000; color: #003366"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 3161 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3162 */ 3163 public static final SColor MIDNIGHT_BLUE = new SColor(0x003366, "Midnight Blue"); 3164 /** 3165 * Color constant<PRE> 3166 *<font style="background-color: #98FF98; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #98FF98; color: #000000"> @ </font> 3167 *<font style="background-color: #98FF98; color: #98FF98"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #98FF98; color: #888888"> @ </font> 3168 *<font style="background-color: #98FF98; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #98FF98; color: #ffffff"> @ </font> 3169 * 3170 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3171 *<font style="background-color: #ff0000; color: #98FF98"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 3172 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3173 */ 3174 public static final SColor MINT_GREEN = new SColor(0x98FF98, "Mint Green"); 3175 /** 3176 * Color constant<PRE> 3177 *<font style="background-color: #FFE4E1; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FFE4E1; color: #000000"> @ </font> 3178 *<font style="background-color: #FFE4E1; color: #FFE4E1"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #FFE4E1; color: #888888"> @ </font> 3179 *<font style="background-color: #FFE4E1; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FFE4E1; color: #ffffff"> @ </font> 3180 * 3181 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3182 *<font style="background-color: #ff0000; color: #FFE4E1"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 3183 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3184 */ 3185 public static final SColor MISTY_ROSE = new SColor(0xFFE4E1, "Misty Rose"); 3186 /** 3187 * Color constant<PRE> 3188 *<font style="background-color: #8B7D3A; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #8B7D3A; color: #000000"> @ </font> 3189 *<font style="background-color: #8B7D3A; color: #8B7D3A"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #8B7D3A; color: #888888"> @ </font> 3190 *<font style="background-color: #8B7D3A; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #8B7D3A; color: #ffffff"> @ </font> 3191 * 3192 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3193 *<font style="background-color: #ff0000; color: #8B7D3A"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 3194 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3195 */ 3196 public static final SColor MOSS = new SColor(0x8B7D3A, "Moss"); 3197 /** 3198 * Color constant<PRE> 3199 *<font style="background-color: #ADDFAD; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #ADDFAD; color: #000000"> @ </font> 3200 *<font style="background-color: #ADDFAD; color: #ADDFAD"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #ADDFAD; color: #888888"> @ </font> 3201 *<font style="background-color: #ADDFAD; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #ADDFAD; color: #ffffff"> @ </font> 3202 * 3203 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3204 *<font style="background-color: #ff0000; color: #ADDFAD"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 3205 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3206 */ 3207 public static final SColor MOSS_GREEN = new SColor(0xADDFAD, "Moss Green"); 3208 /** 3209 * Color constant<PRE> 3210 *<font style="background-color: #997A8D; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #997A8D; color: #000000"> @ </font> 3211 *<font style="background-color: #997A8D; color: #997A8D"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #997A8D; color: #888888"> @ </font> 3212 *<font style="background-color: #997A8D; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #997A8D; color: #ffffff"> @ </font> 3213 * 3214 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3215 *<font style="background-color: #ff0000; color: #997A8D"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 3216 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3217 */ 3218 public static final SColor MOUNTBATTEN_PINK = new SColor(0x997A8D, "Mountbatten Pink"); 3219 /** 3220 * Color constant<PRE> 3221 *<font style="background-color: #5C544E; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #5C544E; color: #000000"> @ </font> 3222 *<font style="background-color: #5C544E; color: #5C544E"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #5C544E; color: #888888"> @ </font> 3223 *<font style="background-color: #5C544E; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #5C544E; color: #ffffff"> @ </font> 3224 * 3225 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3226 *<font style="background-color: #ff0000; color: #5C544E"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 3227 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3228 */ 3229 public static final SColor MOUSY_INDIGO = new SColor(0x5C544E, "Mousy Indigo"); 3230 /** 3231 * Color constant<PRE> 3232 *<font style="background-color: #766980; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #766980; color: #000000"> @ </font> 3233 *<font style="background-color: #766980; color: #766980"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #766980; color: #888888"> @ </font> 3234 *<font style="background-color: #766980; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #766980; color: #ffffff"> @ </font> 3235 * 3236 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3237 *<font style="background-color: #ff0000; color: #766980"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 3238 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3239 */ 3240 public static final SColor MOUSY_WISTERIA = new SColor(0x766980, "Mousy Wisteria"); 3241 /** 3242 * Color constant<PRE> 3243 *<font style="background-color: #59292C; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #59292C; color: #000000"> @ </font> 3244 *<font style="background-color: #59292C; color: #59292C"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #59292C; color: #888888"> @ </font> 3245 *<font style="background-color: #59292C; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #59292C; color: #ffffff"> @ </font> 3246 * 3247 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3248 *<font style="background-color: #ff0000; color: #59292C"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 3249 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3250 */ 3251 public static final SColor MULBERRY = new SColor(0x59292C, "Mulberry"); 3252 /** 3253 * Color constant<PRE> 3254 *<font style="background-color: #C57F2E; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #C57F2E; color: #000000"> @ </font> 3255 *<font style="background-color: #C57F2E; color: #C57F2E"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #C57F2E; color: #888888"> @ </font> 3256 *<font style="background-color: #C57F2E; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #C57F2E; color: #ffffff"> @ </font> 3257 * 3258 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3259 *<font style="background-color: #ff0000; color: #C57F2E"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 3260 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3261 */ 3262 public static final SColor MULBERRY_DYED = new SColor(0xC57F2E, "Mulberry Dyed"); 3263 /** 3264 * Color constant<PRE> 3265 *<font style="background-color: #FFDB58; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FFDB58; color: #000000"> @ </font> 3266 *<font style="background-color: #FFDB58; color: #FFDB58"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #FFDB58; color: #888888"> @ </font> 3267 *<font style="background-color: #FFDB58; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FFDB58; color: #ffffff"> @ </font> 3268 * 3269 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3270 *<font style="background-color: #ff0000; color: #FFDB58"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 3271 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3272 */ 3273 public static final SColor MUSTARD = new SColor(0xFFDB58, "Mustard"); 3274 /** 3275 * Color constant<PRE> 3276 *<font style="background-color: #21421E; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #21421E; color: #000000"> @ </font> 3277 *<font style="background-color: #21421E; color: #21421E"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #21421E; color: #888888"> @ </font> 3278 *<font style="background-color: #21421E; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #21421E; color: #ffffff"> @ </font> 3279 * 3280 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3281 *<font style="background-color: #ff0000; color: #21421E"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 3282 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3283 */ 3284 public static final SColor MYRTLE = new SColor(0x21421E, "Myrtle"); 3285 /** 3286 * Color constant<PRE> 3287 *<font style="background-color: #FFDEAD; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FFDEAD; color: #000000"> @ </font> 3288 *<font style="background-color: #FFDEAD; color: #FFDEAD"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #FFDEAD; color: #888888"> @ </font> 3289 *<font style="background-color: #FFDEAD; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FFDEAD; color: #ffffff"> @ </font> 3290 * 3291 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3292 *<font style="background-color: #ff0000; color: #FFDEAD"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 3293 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3294 */ 3295 public static final SColor NAVAJO_WHITE = new SColor(0xFFDEAD, "Navajo White"); 3296 /** 3297 * Color constant<PRE> 3298 *<font style="background-color: #000080; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #000080; color: #000000"> @ </font> 3299 *<font style="background-color: #000080; color: #000080"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #000080; color: #888888"> @ </font> 3300 *<font style="background-color: #000080; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #000080; color: #ffffff"> @ </font> 3301 * 3302 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3303 *<font style="background-color: #ff0000; color: #000080"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 3304 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3305 */ 3306 public static final SColor NAVY_BLUE = new SColor(0x000080, "Navy Blue"); 3307 /** 3308 * Color constant<PRE> 3309 *<font style="background-color: #191F45; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #191F45; color: #000000"> @ </font> 3310 *<font style="background-color: #191F45; color: #191F45"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #191F45; color: #888888"> @ </font> 3311 *<font style="background-color: #191F45; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #191F45; color: #ffffff"> @ </font> 3312 * 3313 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3314 *<font style="background-color: #ff0000; color: #191F45"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 3315 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3316 */ 3317 public static final SColor NAVY_BLUE_BELLFLOWER = new SColor(0x191F45, "Navy Blue Bellflower"); 3318 /** 3319 * Color constant<PRE> 3320 *<font style="background-color: #003171; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #003171; color: #000000"> @ </font> 3321 *<font style="background-color: #003171; color: #003171"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #003171; color: #888888"> @ </font> 3322 *<font style="background-color: #003171; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #003171; color: #ffffff"> @ </font> 3323 * 3324 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3325 *<font style="background-color: #ff0000; color: #003171"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 3326 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3327 */ 3328 public static final SColor NAVY_BLUE_DYE = new SColor(0x003171, "Navy Blue Dye"); 3329 /** 3330 * Color constant<PRE> 3331 *<font style="background-color: #006C7F; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #006C7F; color: #000000"> @ </font> 3332 *<font style="background-color: #006C7F; color: #006C7F"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #006C7F; color: #888888"> @ </font> 3333 *<font style="background-color: #006C7F; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #006C7F; color: #ffffff"> @ </font> 3334 * 3335 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3336 *<font style="background-color: #ff0000; color: #006C7F"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 3337 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3338 */ 3339 public static final SColor NEW_BRIDGE = new SColor(0x006C7F, "New Bridge"); 3340 /** 3341 * Color constant<PRE> 3342 *<font style="background-color: #645530; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #645530; color: #000000"> @ </font> 3343 *<font style="background-color: #645530; color: #645530"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #645530; color: #888888"> @ </font> 3344 *<font style="background-color: #645530; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #645530; color: #ffffff"> @ </font> 3345 * 3346 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3347 *<font style="background-color: #ff0000; color: #645530"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 3348 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3349 */ 3350 public static final SColor NIGHTINGALE = new SColor(0x645530, "Nightingale"); 3351 /** 3352 * Color constant<PRE> 3353 *<font style="background-color: #5C4827; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #5C4827; color: #000000"> @ </font> 3354 *<font style="background-color: #5C4827; color: #5C4827"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #5C4827; color: #888888"> @ </font> 3355 *<font style="background-color: #5C4827; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #5C4827; color: #ffffff"> @ </font> 3356 * 3357 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3358 *<font style="background-color: #ff0000; color: #5C4827"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 3359 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3360 */ 3361 public static final SColor NIGHTINGALE_BROWN = new SColor(0x5C4827, "Nightingale Brown"); 3362 /** 3363 * Color constant<PRE> 3364 *<font style="background-color: #CC7722; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #CC7722; color: #000000"> @ </font> 3365 *<font style="background-color: #CC7722; color: #CC7722"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #CC7722; color: #888888"> @ </font> 3366 *<font style="background-color: #CC7722; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #CC7722; color: #ffffff"> @ </font> 3367 * 3368 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3369 *<font style="background-color: #ff0000; color: #CC7722"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 3370 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3371 */ 3372 public static final SColor OCHRE = new SColor(0xCC7722, "Ochre"); 3373 /** 3374 * Color constant<PRE> 3375 *<font style="background-color: #5E644F; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #5E644F; color: #000000"> @ </font> 3376 *<font style="background-color: #5E644F; color: #5E644F"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #5E644F; color: #888888"> @ </font> 3377 *<font style="background-color: #5E644F; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #5E644F; color: #ffffff"> @ </font> 3378 * 3379 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3380 *<font style="background-color: #ff0000; color: #5E644F"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 3381 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3382 */ 3383 public static final SColor OLD_BAMBOO = new SColor(0x5E644F, "Old Bamboo"); 3384 /** 3385 * Color constant<PRE> 3386 *<font style="background-color: #CFB53B; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #CFB53B; color: #000000"> @ </font> 3387 *<font style="background-color: #CFB53B; color: #CFB53B"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #CFB53B; color: #888888"> @ </font> 3388 *<font style="background-color: #CFB53B; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #CFB53B; color: #ffffff"> @ </font> 3389 * 3390 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3391 *<font style="background-color: #ff0000; color: #CFB53B"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 3392 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3393 */ 3394 public static final SColor OLD_GOLD = new SColor(0xCFB53B, "Old Gold"); 3395 /** 3396 * Color constant<PRE> 3397 *<font style="background-color: #FDF5E6; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FDF5E6; color: #000000"> @ </font> 3398 *<font style="background-color: #FDF5E6; color: #FDF5E6"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #FDF5E6; color: #888888"> @ </font> 3399 *<font style="background-color: #FDF5E6; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FDF5E6; color: #ffffff"> @ </font> 3400 * 3401 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3402 *<font style="background-color: #ff0000; color: #FDF5E6"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 3403 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3404 */ 3405 public static final SColor OLD_LACE = new SColor(0xFDF5E6, "Old Lace"); 3406 /** 3407 * Color constant<PRE> 3408 *<font style="background-color: #796878; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #796878; color: #000000"> @ </font> 3409 *<font style="background-color: #796878; color: #796878"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #796878; color: #888888"> @ </font> 3410 *<font style="background-color: #796878; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #796878; color: #ffffff"> @ </font> 3411 * 3412 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3413 *<font style="background-color: #ff0000; color: #796878"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 3414 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3415 */ 3416 public static final SColor OLD_LAVENDER = new SColor(0x796878, "Old Lavender"); 3417 /** 3418 * Color constant<PRE> 3419 *<font style="background-color: #C08081; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #C08081; color: #000000"> @ </font> 3420 *<font style="background-color: #C08081; color: #C08081"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #C08081; color: #888888"> @ </font> 3421 *<font style="background-color: #C08081; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #C08081; color: #ffffff"> @ </font> 3422 * 3423 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3424 *<font style="background-color: #ff0000; color: #C08081"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 3425 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3426 */ 3427 public static final SColor OLD_ROSE = new SColor(0xC08081, "Old Rose"); 3428 /** 3429 * Color constant<PRE> 3430 *<font style="background-color: #808000; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #808000; color: #000000"> @ </font> 3431 *<font style="background-color: #808000; color: #808000"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #808000; color: #888888"> @ </font> 3432 *<font style="background-color: #808000; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #808000; color: #ffffff"> @ </font> 3433 * 3434 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3435 *<font style="background-color: #ff0000; color: #808000"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 3436 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3437 */ 3438 public static final SColor OLIVE = new SColor(0x808000, "Olive"); 3439 /** 3440 * Color constant<PRE> 3441 *<font style="background-color: #6B8E23; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #6B8E23; color: #000000"> @ </font> 3442 *<font style="background-color: #6B8E23; color: #6B8E23"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #6B8E23; color: #888888"> @ </font> 3443 *<font style="background-color: #6B8E23; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #6B8E23; color: #ffffff"> @ </font> 3444 * 3445 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3446 *<font style="background-color: #ff0000; color: #6B8E23"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 3447 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3448 */ 3449 public static final SColor OLIVE_DRAB = new SColor(0x6B8E23, "Olive Drab"); 3450 /** 3451 * Color constant<PRE> 3452 *<font style="background-color: #9AB973; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #9AB973; color: #000000"> @ </font> 3453 *<font style="background-color: #9AB973; color: #9AB973"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #9AB973; color: #888888"> @ </font> 3454 *<font style="background-color: #9AB973; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #9AB973; color: #ffffff"> @ </font> 3455 * 3456 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3457 *<font style="background-color: #ff0000; color: #9AB973"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 3458 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3459 */ 3460 public static final SColor OLIVINE = new SColor(0x9AB973, "Olivine"); 3461 /** 3462 * Color constant<PRE> 3463 *<font style="background-color: #364141; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #364141; color: #000000"> @ </font> 3464 *<font style="background-color: #364141; color: #364141"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #364141; color: #888888"> @ </font> 3465 *<font style="background-color: #364141; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #364141; color: #ffffff"> @ </font> 3466 * 3467 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3468 *<font style="background-color: #ff0000; color: #364141"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 3469 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3470 */ 3471 public static final SColor ONANDO = new SColor(0x364141, "Onando"); 3472 /** 3473 * Color constant<PRE> 3474 *<font style="background-color: #f08f90; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #f08f90; color: #000000"> @ </font> 3475 *<font style="background-color: #f08f90; color: #000000"> </font><font style="background-color: #000000; color: #f08f90"> @ </font><font style="background-color: #888888; color: #f08f90"> @ </font><font style="background-color: #ffffff; color: #f08f90"> @ </font><font style="background-color: #f08f90; color: #888888"> @ </font> 3476 *<font style="background-color: #f08f90; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #f08f90; color: #ffffff"> @ </font> 3477 * 3478 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3479 *<font style="background-color: #ff0000; color: #f08f90"> @ </font><font style="background-color: #ffff00; color: #f08f90"> @ </font><font style="background-color: #00ff00; color: #f08f90"> @ </font><font style="background-color: #0000ff; color: #f08f90"> @ </font><font style="background-color: #964b00; color: #f08f90"> @ </font> 3480 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3481 */ 3482 public static final SColor ONE_KIN_DYE = new SColor(0xf08f90, "One Kin Dye"); 3483 /** 3484 * Color constant<PRE> 3485 *<font style="background-color: #4D646C; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #4D646C; color: #000000"> @ </font> 3486 *<font style="background-color: #4D646C; color: #4D646C"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #4D646C; color: #888888"> @ </font> 3487 *<font style="background-color: #4D646C; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #4D646C; color: #ffffff"> @ </font> 3488 * 3489 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3490 *<font style="background-color: #ff0000; color: #4D646C"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 3491 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3492 */ 3493 public static final SColor OPPOSITE_FLOWER = new SColor(0x4D646C, "Opposite Flower"); 3494 /** 3495 * Color constant<PRE> 3496 *<font style="background-color: #ffc800; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #ffc800; color: #000000"> @ </font> 3497 *<font style="background-color: #ffc800; color: #000000"> </font><font style="background-color: #000000; color: #ffc800"> @ </font><font style="background-color: #888888; color: #ffc800"> @ </font><font style="background-color: #ffffff; color: #ffc800"> @ </font><font style="background-color: #ffc800; color: #888888"> @ </font> 3498 *<font style="background-color: #ffc800; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #ffc800; color: #ffffff"> @ </font> 3499 * 3500 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3501 *<font style="background-color: #ff0000; color: #ffc800"> @ </font><font style="background-color: #ffff00; color: #ffc800"> @ </font><font style="background-color: #00ff00; color: #ffc800"> @ </font><font style="background-color: #0000ff; color: #ffc800"> @ </font><font style="background-color: #964b00; color: #ffc800"> @ </font> 3502 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3503 */ 3504 public static final SColor ORANGE = new SColor(0xffc800, "Orange"); 3505 /** 3506 * Color constant<PRE> 3507 *<font style="background-color: #FFA000; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FFA000; color: #000000"> @ </font> 3508 *<font style="background-color: #FFA000; color: #FFA000"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #FFA000; color: #888888"> @ </font> 3509 *<font style="background-color: #FFA000; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FFA000; color: #ffffff"> @ </font> 3510 * 3511 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3512 *<font style="background-color: #ff0000; color: #FFA000"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 3513 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3514 */ 3515 public static final SColor ORANGE_PEEL = new SColor(0xFFA000, "Orange Peel"); 3516 /** 3517 * Color constant<PRE> 3518 *<font style="background-color: #FF4500; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FF4500; color: #000000"> @ </font> 3519 *<font style="background-color: #FF4500; color: #FF4500"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #FF4500; color: #888888"> @ </font> 3520 *<font style="background-color: #FF4500; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FF4500; color: #ffffff"> @ </font> 3521 * 3522 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3523 *<font style="background-color: #ff0000; color: #F8F4FF"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 3524 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3525 */ 3526 public static final SColor ORANGE_RED = new SColor(0xFF4500, "Orange Red"); 3527 /** 3528 * Color constant<PRE> 3529 *<font style="background-color: #DC3023; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #DC3023; color: #000000"> @ </font> 3530 *<font style="background-color: #DC3023; color: #DC3023"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #DC3023; color: #888888"> @ </font> 3531 *<font style="background-color: #DC3023; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #DC3023; color: #ffffff"> @ </font> 3532 * 3533 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3534 *<font style="background-color: #ff0000; color: #DC3023"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 3535 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3536 */ 3537 public static final SColor ORANGUTAN = new SColor(0xDC3023, "Orangutan"); 3538 /** 3539 * Color constant<PRE> 3540 *<font style="background-color: #DA70D6; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #DA70D6; color: #000000"> @ </font> 3541 *<font style="background-color: #DA70D6; color: #DA70D6"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #DA70D6; color: #888888"> @ </font> 3542 *<font style="background-color: #DA70D6; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #DA70D6; color: #ffffff"> @ </font> 3543 * 3544 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3545 *<font style="background-color: #ff0000; color: #DA70D6"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 3546 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3547 */ 3548 public static final SColor ORCHID = new SColor(0xDA70D6, "Orchid"); 3549 /** 3550 * Color constant<PRE> 3551 *<font style="background-color: #E35C38; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #E35C38; color: #000000"> @ </font> 3552 *<font style="background-color: #E35C38; color: #E35C38"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #E35C38; color: #888888"> @ </font> 3553 *<font style="background-color: #E35C38; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #E35C38; color: #ffffff"> @ </font> 3554 * 3555 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3556 *<font style="background-color: #ff0000; color: #E35C38"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 3557 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3558 */ 3559 public static final SColor OVERDYED_RED_BROWN = new SColor(0xE35C38, "Overdyed Red Brown"); 3560 /** 3561 * Color constant<PRE> 3562 *<font style="background-color: #AFEEEE; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #AFEEEE; color: #000000"> @ </font> 3563 *<font style="background-color: #AFEEEE; color: #AFEEEE"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #AFEEEE; color: #888888"> @ </font> 3564 *<font style="background-color: #AFEEEE; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #AFEEEE; color: #ffffff"> @ </font> 3565 * 3566 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3567 *<font style="background-color: #ff0000; color: #AFEEEE"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 3568 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3569 */ 3570 public static final SColor PALE_BLUE = new SColor(0xAFEEEE, "Pale Blue"); 3571 /** 3572 * Color constant<PRE> 3573 *<font style="background-color: #987654; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #987654; color: #000000"> @ </font> 3574 *<font style="background-color: #987654; color: #987654"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #987654; color: #888888"> @ </font> 3575 *<font style="background-color: #987654; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #987654; color: #ffffff"> @ </font> 3576 * 3577 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3578 *<font style="background-color: #ff0000; color: #987654"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 3579 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3580 */ 3581 public static final SColor PALE_BROWN = new SColor(0x987654, "Pale Brown"); 3582 /** 3583 * Color constant<PRE> 3584 *<font style="background-color: #AF4035; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #AF4035; color: #000000"> @ </font> 3585 *<font style="background-color: #AF4035; color: #AF4035"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #AF4035; color: #888888"> @ </font> 3586 *<font style="background-color: #AF4035; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #AF4035; color: #ffffff"> @ </font> 3587 * 3588 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3589 *<font style="background-color: #ff0000; color: #AF4035"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 3590 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3591 */ 3592 public static final SColor PALE_CARMINE = new SColor(0xAF4035, "Pale Carmine"); 3593 /** 3594 * Color constant<PRE> 3595 *<font style="background-color: #DDADAF; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #DDADAF; color: #000000"> @ </font> 3596 *<font style="background-color: #DDADAF; color: #DDADAF"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #DDADAF; color: #888888"> @ </font> 3597 *<font style="background-color: #DDADAF; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #DDADAF; color: #ffffff"> @ </font> 3598 * 3599 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3600 *<font style="background-color: #ff0000; color: #DDADAF"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 3601 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3602 */ 3603 public static final SColor PALE_CHESTNUT = new SColor(0xDDADAF, "Pale Chestnut"); 3604 /** 3605 * Color constant<PRE> 3606 *<font style="background-color: #ABCDEF; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #ABCDEF; color: #000000"> @ </font> 3607 *<font style="background-color: #ABCDEF; color: #ABCDEF"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #ABCDEF; color: #888888"> @ </font> 3608 *<font style="background-color: #ABCDEF; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #ABCDEF; color: #ffffff"> @ </font> 3609 * 3610 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3611 *<font style="background-color: #ff0000; color: #ABCDEF"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 3612 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3613 */ 3614 public static final SColor PALE_CORNFLOWER_BLUE = new SColor(0xABCDEF, "Pale Cornflower Blue"); 3615 /** 3616 * Color constant<PRE> 3617 *<font style="background-color: #f2666c; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #f2666c; color: #000000"> @ </font> 3618 *<font style="background-color: #f2666c; color: #f2666c"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #f2666c; color: #888888"> @ </font> 3619 *<font style="background-color: #f2666c; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #f2666c; color: #ffffff"> @ </font> 3620 * 3621 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3622 *<font style="background-color: #ff0000; color: #f2666c"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 3623 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3624 */ 3625 public static final SColor PALE_CRIMSON = new SColor(0xf2666c, "Pale Crimson"); 3626 /** 3627 * Color constant<PRE> 3628 *<font style="background-color: #AA8736; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #AA8736; color: #000000"> @ </font> 3629 *<font style="background-color: #AA8736; color: #AA8736"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #AA8736; color: #888888"> @ </font> 3630 *<font style="background-color: #AA8736; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #AA8736; color: #ffffff"> @ </font> 3631 * 3632 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3633 *<font style="background-color: #ff0000; color: #AA8736"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 3634 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3635 */ 3636 public static final SColor PALE_FALLEN_LEAVES = new SColor(0xAA8736, "Pale Fallen Leaves"); 3637 /** 3638 * Color constant<PRE> 3639 *<font style="background-color: #749F8D; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #749F8D; color: #000000"> @ </font> 3640 *<font style="background-color: #749F8D; color: #749F8D"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #749F8D; color: #888888"> @ </font> 3641 *<font style="background-color: #749F8D; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #749F8D; color: #ffffff"> @ </font> 3642 * 3643 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3644 *<font style="background-color: #ff0000; color: #749F8D"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 3645 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3646 */ 3647 public static final SColor PALE_GREEN_ONION = new SColor(0x749F8D, "Pale Green Onion"); 3648 /** 3649 * Color constant<PRE> 3650 *<font style="background-color: #FFA565; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FFA565; color: #000000"> @ </font> 3651 *<font style="background-color: #FFA565; color: #FFA565"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #FFA565; color: #888888"> @ </font> 3652 *<font style="background-color: #FFA565; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FFA565; color: #ffffff"> @ </font> 3653 * 3654 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3655 *<font style="background-color: #ff0000; color: #FFA565"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 3656 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3657 */ 3658 public static final SColor PALE_INCENSE = new SColor(0xFFA565, "Pale Incense"); 3659 /** 3660 * Color constant<PRE> 3661 *<font style="background-color: #F984E5; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #F984E5; color: #000000"> @ </font> 3662 *<font style="background-color: #F984E5; color: #F984E5"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #F984E5; color: #888888"> @ </font> 3663 *<font style="background-color: #F984E5; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #F984E5; color: #ffffff"> @ </font> 3664 * 3665 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3666 *<font style="background-color: #ff0000; color: #F984E5"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 3667 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3668 */ 3669 public static final SColor PALE_MAGENTA = new SColor(0xF984E5, "Pale Magenta"); 3670 /** 3671 * Color constant<PRE> 3672 *<font style="background-color: #BBA46D; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #BBA46D; color: #000000"> @ </font> 3673 *<font style="background-color: #BBA46D; color: #BBA46D"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #BBA46D; color: #888888"> @ </font> 3674 *<font style="background-color: #BBA46D; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #BBA46D; color: #ffffff"> @ </font> 3675 * 3676 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3677 *<font style="background-color: #ff0000; color: #BBA46D"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 3678 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3679 */ 3680 public static final SColor PALE_OAK = new SColor(0xBBA46D, "Pale Oak"); 3681 /** 3682 * Color constant<PRE> 3683 *<font style="background-color: #FCA474; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FCA474; color: #000000"> @ </font> 3684 *<font style="background-color: #FCA474; color: #FCA474"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #FCA474; color: #888888"> @ </font> 3685 *<font style="background-color: #FCA474; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FCA474; color: #ffffff"> @ </font> 3686 * 3687 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3688 *<font style="background-color: #ff0000; color: #FCA474"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 3689 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3690 */ 3691 public static final SColor PALE_PERSIMMON = new SColor(0xFCA474, "Pale Persimmon"); 3692 /** 3693 * Color constant<PRE> 3694 *<font style="background-color: #FADADD; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FADADD; color: #000000"> @ </font> 3695 *<font style="background-color: #FADADD; color: #FADADD"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #FADADD; color: #888888"> @ </font> 3696 *<font style="background-color: #FADADD; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FADADD; color: #ffffff"> @ </font> 3697 * 3698 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3699 *<font style="background-color: #ff0000; color: #FADADD"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 3700 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3701 */ 3702 public static final SColor PALE_PINK = new SColor(0xFADADD, "Pale Pink"); 3703 /** 3704 * Color constant<PRE> 3705 *<font style="background-color: #DB7093; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #DB7093; color: #000000"> @ </font> 3706 *<font style="background-color: #DB7093; color: #DB7093"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #DB7093; color: #888888"> @ </font> 3707 *<font style="background-color: #DB7093; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #DB7093; color: #ffffff"> @ </font> 3708 * 3709 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3710 *<font style="background-color: #ff0000; color: #DB7093"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 3711 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3712 */ 3713 public static final SColor PALE_RED_VIOLET = new SColor(0xDB7093, "Pale Red Violet"); 3714 /** 3715 * Color constant<PRE> 3716 *<font style="background-color: #8DB255; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #8DB255; color: #000000"> @ </font> 3717 *<font style="background-color: #8DB255; color: #8DB255"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #8DB255; color: #888888"> @ </font> 3718 *<font style="background-color: #8DB255; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #8DB255; color: #ffffff"> @ </font> 3719 * 3720 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3721 *<font style="background-color: #ff0000; color: #8DB255"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 3722 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3723 */ 3724 public static final SColor PALE_YOUNG_GREEN_ONION = new SColor(0x8DB255, "Pale Young Green Onion"); 3725 /** 3726 * Color constant<PRE> 3727 *<font style="background-color: #FFEFD5; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FFEFD5; color: #000000"> @ </font> 3728 *<font style="background-color: #FFEFD5; color: #FFEFD5"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #FFEFD5; color: #888888"> @ </font> 3729 *<font style="background-color: #FFEFD5; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FFEFD5; color: #ffffff"> @ </font> 3730 * 3731 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3732 *<font style="background-color: #ff0000; color: #FFEFD5"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 3733 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3734 */ 3735 public static final SColor PAPAYA_WHIP = new SColor(0xFFEFD5, "Papaya Whip"); 3736 /** 3737 * Color constant<PRE> 3738 *<font style="background-color: #77DD77; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #77DD77; color: #000000"> @ </font> 3739 *<font style="background-color: #77DD77; color: #77DD77"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #77DD77; color: #888888"> @ </font> 3740 *<font style="background-color: #77DD77; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #77DD77; color: #ffffff"> @ </font> 3741 * 3742 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3743 *<font style="background-color: #ff0000; color: #77DD77"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 3744 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3745 */ 3746 public static final SColor PASTEL_GREEN = new SColor(0x77DD77, "Pastel Green"); 3747 /** 3748 * Color constant<PRE> 3749 *<font style="background-color: #FFD1DC; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FFD1DC; color: #000000"> @ </font> 3750 *<font style="background-color: #FFD1DC; color: #FFD1DC"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #FFD1DC; color: #888888"> @ </font> 3751 *<font style="background-color: #FFD1DC; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FFD1DC; color: #ffffff"> @ </font> 3752 * 3753 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3754 *<font style="background-color: #ff0000; color: #FFD1DC"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 3755 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3756 */ 3757 public static final SColor PASTEL_PINK = new SColor(0xFFD1DC, "Pastel Pink"); 3758 /** 3759 * Color constant<PRE> 3760 *<font style="background-color: #407A52; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #407A52; color: #000000"> @ </font> 3761 *<font style="background-color: #407A52; color: #407A52"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #407A52; color: #888888"> @ </font> 3762 *<font style="background-color: #407A52; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #407A52; color: #ffffff"> @ </font> 3763 * 3764 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3765 *<font style="background-color: #ff0000; color: #407A52"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 3766 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3767 */ 3768 public static final SColor PATINA = new SColor(0x407A52, "Patina"); 3769 /** 3770 * Color constant<PRE> 3771 *<font style="background-color: #D9B611; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #D9B611; color: #000000"> @ </font> 3772 *<font style="background-color: #D9B611; color: #D9B611"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #D9B611; color: #888888"> @ </font> 3773 *<font style="background-color: #D9B611; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #D9B611; color: #ffffff"> @ </font> 3774 * 3775 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3776 *<font style="background-color: #ff0000; color: #D9B611"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 3777 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3778 */ 3779 public static final SColor PATRINIA_FLOWER = new SColor(0xD9B611, "Patrinia Flower"); 3780 /** 3781 * Color constant<PRE> 3782 *<font style="background-color: #FFE5B4; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FFE5B4; color: #000000"> @ </font> 3783 *<font style="background-color: #FFE5B4; color: #FFE5B4"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #FFE5B4; color: #888888"> @ </font> 3784 *<font style="background-color: #FFE5B4; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FFE5B4; color: #ffffff"> @ </font> 3785 * 3786 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3787 *<font style="background-color: #ff0000; color: #FFE5B4"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 3788 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3789 */ 3790 public static final SColor PEACH = new SColor(0xFFE5B4, "Peach"); 3791 /** 3792 * Color constant<PRE> 3793 *<font style="background-color: #f47983; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #f47983; color: #000000"> @ </font> 3794 *<font style="background-color: #f47983; color: #f47983"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #f47983; color: #888888"> @ </font> 3795 *<font style="background-color: #f47983; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #f47983; color: #ffffff"> @ </font> 3796 * 3797 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3798 *<font style="background-color: #ff0000; color: #f47983"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 3799 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3800 */ 3801 public static final SColor PEACH_DYE = new SColor(0xf47983, "Peach Dye"); 3802 /** 3803 * Color constant<PRE> 3804 *<font style="background-color: #FFCC99; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FFCC99; color: #000000"> @ </font> 3805 *<font style="background-color: #FFCC99; color: #FFCC99"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #FFCC99; color: #888888"> @ </font> 3806 *<font style="background-color: #FFCC99; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FFCC99; color: #ffffff"> @ </font> 3807 * 3808 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3809 *<font style="background-color: #ff0000; color: #FFCC99"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 3810 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3811 */ 3812 public static final SColor PEACH_ORANGE = new SColor(0xFFCC99, "Peach Orange"); 3813 /** 3814 * Color constant<PRE> 3815 *<font style="background-color: #FADFAD; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FADFAD; color: #000000"> @ </font> 3816 *<font style="background-color: #FADFAD; color: #FADFAD"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #FADFAD; color: #888888"> @ </font> 3817 *<font style="background-color: #FADFAD; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FADFAD; color: #ffffff"> @ </font> 3818 * 3819 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3820 *<font style="background-color: #ff0000; color: #FADFAD"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 3821 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3822 */ 3823 public static final SColor PEACH_YELLOW = new SColor(0xFADFAD, "Peach Yellow"); 3824 /** 3825 * Color constant<PRE> 3826 *<font style="background-color: #D1E231; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #D1E231; color: #000000"> @ </font> 3827 *<font style="background-color: #D1E231; color: #D1E231"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #D1E231; color: #888888"> @ </font> 3828 *<font style="background-color: #D1E231; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #D1E231; color: #ffffff"> @ </font> 3829 * 3830 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3831 *<font style="background-color: #ff0000; color: #D1E231"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 3832 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3833 */ 3834 public static final SColor PEAR = new SColor(0xD1E231, "Pear"); 3835 /** 3836 * Color constant<PRE> 3837 *<font style="background-color: #CCCCFF; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #CCCCFF; color: #000000"> @ </font> 3838 *<font style="background-color: #CCCCFF; color: #CCCCFF"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #CCCCFF; color: #888888"> @ </font> 3839 *<font style="background-color: #CCCCFF; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #CCCCFF; color: #ffffff"> @ </font> 3840 * 3841 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3842 *<font style="background-color: #ff0000; color: #CCCCFF"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 3843 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3844 */ 3845 public static final SColor PERIWINKLE = new SColor(0xCCCCFF, "Periwinkle"); 3846 /** 3847 * Color constant<PRE> 3848 *<font style="background-color: #1C39BB; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #1C39BB; color: #000000"> @ </font> 3849 *<font style="background-color: #1C39BB; color: #1C39BB"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #1C39BB; color: #888888"> @ </font> 3850 *<font style="background-color: #1C39BB; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #1C39BB; color: #ffffff"> @ </font> 3851 * 3852 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3853 *<font style="background-color: #ff0000; color: #1C39BB"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 3854 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3855 */ 3856 public static final SColor PERSIAN_BLUE = new SColor(0x1C39BB, "Persian Blue"); 3857 /** 3858 * Color constant<PRE> 3859 *<font style="background-color: #00A693; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #00A693; color: #000000"> @ </font> 3860 *<font style="background-color: #00A693; color: #00A693"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #00A693; color: #888888"> @ </font> 3861 *<font style="background-color: #00A693; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #00A693; color: #ffffff"> @ </font> 3862 * 3863 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3864 *<font style="background-color: #ff0000; color: #00A693"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 3865 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3866 */ 3867 public static final SColor PERSIAN_GREEN = new SColor(0x00A693, "Persian Green"); 3868 /** 3869 * Color constant<PRE> 3870 *<font style="background-color: #32127A; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #32127A; color: #000000"> @ </font> 3871 *<font style="background-color: #32127A; color: #32127A"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #32127A; color: #888888"> @ </font> 3872 *<font style="background-color: #32127A; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #32127A; color: #ffffff"> @ </font> 3873 * 3874 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3875 *<font style="background-color: #ff0000; color: #32127A"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 3876 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3877 */ 3878 public static final SColor PERSIAN_INDIGO = new SColor(0x32127A, "Persian Indigo"); 3879 /** 3880 * Color constant<PRE> 3881 *<font style="background-color: #CC3333; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #CC3333; color: #000000"> @ </font> 3882 *<font style="background-color: #CC3333; color: #CC3333"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #CC3333; color: #888888"> @ </font> 3883 *<font style="background-color: #CC3333; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #CC3333; color: #ffffff"> @ </font> 3884 * 3885 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3886 *<font style="background-color: #ff0000; color: #CC3333"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 3887 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3888 */ 3889 public static final SColor PERSIAN_RED = new SColor(0xCC3333, "Persian Red"); 3890 /** 3891 * Color constant<PRE> 3892 *<font style="background-color: #F77FBE; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #F77FBE; color: #000000"> @ </font> 3893 *<font style="background-color: #F77FBE; color: #F77FBE"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #F77FBE; color: #888888"> @ </font> 3894 *<font style="background-color: #F77FBE; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #F77FBE; color: #ffffff"> @ </font> 3895 * 3896 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3897 *<font style="background-color: #ff0000; color: #F77FBE"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 3898 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3899 */ 3900 public static final SColor PERSIAN_PINK = new SColor(0xF77FBE, "Persian Pink"); 3901 /** 3902 * Color constant<PRE> 3903 *<font style="background-color: #FE28A2; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FE28A2; color: #000000"> @ </font> 3904 *<font style="background-color: #FE28A2; color: #FE28A2"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #FE28A2; color: #888888"> @ </font> 3905 *<font style="background-color: #FE28A2; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FE28A2; color: #ffffff"> @ </font> 3906 * 3907 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3908 *<font style="background-color: #ff0000; color: #FE28A2"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 3909 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3910 */ 3911 public static final SColor PERSIAN_ROSE = new SColor(0xFE28A2, "Persian Rose"); 3912 /** 3913 * Color constant<PRE> 3914 *<font style="background-color: #EC5800; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #EC5800; color: #000000"> @ </font> 3915 *<font style="background-color: #EC5800; color: #EC5800"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #EC5800; color: #888888"> @ </font> 3916 *<font style="background-color: #EC5800; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #EC5800; color: #ffffff"> @ </font> 3917 * 3918 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3919 *<font style="background-color: #ff0000; color: #EC5800"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 3920 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3921 */ 3922 public static final SColor PERSIMMON = new SColor(0xEC5800, "Persimmon"); 3923 /** 3924 * Color constant<PRE> 3925 *<font style="background-color: #934337; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #934337; color: #000000"> @ </font> 3926 *<font style="background-color: #934337; color: #934337"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #934337; color: #888888"> @ </font> 3927 *<font style="background-color: #934337; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #934337; color: #ffffff"> @ </font> 3928 * 3929 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3930 *<font style="background-color: #ff0000; color: #934337"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 3931 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3932 */ 3933 public static final SColor PERSIMMON_JUICE = new SColor(0x934337, "Persimmon Juice"); 3934 /** 3935 * Color constant<PRE> 3936 *<font style="background-color: #333399; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #333399; color: #000000"> @ </font> 3937 *<font style="background-color: #333399; color: #333399"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #333399; color: #888888"> @ </font> 3938 *<font style="background-color: #333399; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #333399; color: #ffffff"> @ </font> 3939 * 3940 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3941 *<font style="background-color: #ff0000; color: #333399"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 3942 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3943 */ 3944 public static final SColor PIGMENT_BLUE = new SColor(0x333399, "Pigment Blue"); 3945 /** 3946 * Color constant<PRE> 3947 *<font style="background-color: #01796F; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #01796F; color: #000000"> @ </font> 3948 *<font style="background-color: #01796F; color: #01796F"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #01796F; color: #888888"> @ </font> 3949 *<font style="background-color: #01796F; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #01796F; color: #ffffff"> @ </font> 3950 * 3951 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3952 *<font style="background-color: #ff0000; color: #01796F"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 3953 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3954 */ 3955 public static final SColor PINE_GREEN = new SColor(0x01796F, "Pine Green"); 3956 /** 3957 * Color constant<PRE> 3958 *<font style="background-color: #454D32; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #454D32; color: #000000"> @ </font> 3959 *<font style="background-color: #454D32; color: #454D32"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #454D32; color: #888888"> @ </font> 3960 *<font style="background-color: #454D32; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #454D32; color: #ffffff"> @ </font> 3961 * 3962 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3963 *<font style="background-color: #ff0000; color: #454D32"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 3964 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3965 */ 3966 public static final SColor PINE_NEEDLE = new SColor(0x454D32, "Pine Needle"); 3967 /** 3968 * Color constant<PRE> 3969 *<font style="background-color: #ffafaf; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #ffafaf; color: #000000"> @ </font> 3970 *<font style="background-color: #ffafaf; color: #000000"> </font><font style="background-color: #000000; color: #ffafaf"> @ </font><font style="background-color: #888888; color: #ffafaf"> @ </font><font style="background-color: #ffffff; color: #ffafaf"> @ </font><font style="background-color: #ffafaf; color: #888888"> @ </font> 3971 *<font style="background-color: #ffafaf; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #ffc800; color: #ffffff"> @ </font> 3972 * 3973 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3974 *<font style="background-color: #ff0000; color: #ffafaf"> @ </font><font style="background-color: #ffff00; color: #ffafaf"> @ </font><font style="background-color: #00ff00; color: #ffafaf"> @ </font><font style="background-color: #0000ff; color: #ffafaf"> @ </font><font style="background-color: #964b00; color: #ffafaf"> @ </font> 3975 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3976 */ 3977 public static final SColor PINK = new SColor(0xffafaf, "Pink"); 3978 /** 3979 * Color constant<PRE> 3980 *<font style="background-color: #FF9966; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FF9966; color: #000000"> @ </font> 3981 *<font style="background-color: #FF9966; color: #FF9966"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #FF9966; color: #888888"> @ </font> 3982 *<font style="background-color: #FF9966; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FF9966; color: #ffffff"> @ </font> 3983 * 3984 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3985 *<font style="background-color: #ff0000; color: #FF9966"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 3986 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3987 */ 3988 public static final SColor PINK_ORANGE = new SColor(0xFF9966, "Pink Orange"); 3989 /** 3990 * Color constant<PRE> 3991 *<font style="background-color: #6E5F57; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #6E5F57; color: #000000"> @ </font> 3992 *<font style="background-color: #6E5F57; color: #6E5F57"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #6E5F57; color: #888888"> @ </font> 3993 *<font style="background-color: #6E5F57; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #6E5F57; color: #ffffff"> @ </font> 3994 * 3995 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 3996 *<font style="background-color: #ff0000; color: #6E5F57"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 3997 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 3998 */ 3999 public static final SColor PLAIN_MOUSE = new SColor(0x6E5F57, "Plain Mosue"); 4000 /** 4001 * Color constant<PRE> 4002 *<font style="background-color: #E5E4E2; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #E5E4E2; color: #000000"> @ </font> 4003 *<font style="background-color: #E5E4E2; color: #E5E4E2"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #E5E4E2; color: #888888"> @ </font> 4004 *<font style="background-color: #E5E4E2; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #E5E4E2; color: #ffffff"> @ </font> 4005 * 4006 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4007 *<font style="background-color: #ff0000; color: #E5E4E2"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 4008 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4009 */ 4010 public static final SColor PLATINUM = new SColor(0xE5E4E2, "Platinum"); 4011 /** 4012 * Color constant<PRE> 4013 *<font style="background-color: #CC99CC; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #CC99CC; color: #000000"> @ </font> 4014 *<font style="background-color: #CC99CC; color: #CC99CC"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #CC99CC; color: #888888"> @ </font> 4015 *<font style="background-color: #CC99CC; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #CC99CC; color: #ffffff"> @ </font> 4016 * 4017 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4018 *<font style="background-color: #ff0000; color: #CC99CC"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 4019 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4020 */ 4021 public static final SColor PLUM = new SColor(0xCC99CC, "Plum"); 4022 /** 4023 * Color constant<PRE> 4024 *<font style="background-color: #97645A; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #97645A; color: #000000"> @ </font> 4025 *<font style="background-color: #97645A; color: #97645A"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #97645A; color: #888888"> @ </font> 4026 *<font style="background-color: #97645A; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #97645A; color: #ffffff"> @ </font> 4027 * 4028 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4029 *<font style="background-color: #ff0000; color: #97645A"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 4030 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4031 */ 4032 public static final SColor PLUM_BLOSSOM_MOUSE = new SColor(0x97645A, "Plum Blossom Mouse"); 4033 /** 4034 * Color constant<PRE> 4035 *<font style="background-color: #FA9258; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FA9258; color: #000000"> @ </font> 4036 *<font style="background-color: #FA9258; color: #FA9258"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #FA9258; color: #888888"> @ </font> 4037 *<font style="background-color: #FA9258; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FA9258; color: #ffffff"> @ </font> 4038 * 4039 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4040 *<font style="background-color: #ff0000; color: #FA9258"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 4041 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4042 */ 4043 public static final SColor PLUM_DYED = new SColor(0xFA9258, "Plum Dyed"); 4044 /** 4045 * Color constant<PRE> 4046 *<font style="background-color: #8F4155; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #8F4155; color: #000000"> @ </font> 4047 *<font style="background-color: #8F4155; color: #8F4155"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #8F4155; color: #888888"> @ </font> 4048 *<font style="background-color: #8F4155; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #8F4155; color: #ffffff"> @ </font> 4049 * 4050 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4051 *<font style="background-color: #ff0000; color: #8F4155"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 4052 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4053 */ 4054 public static final SColor PLUM_PURPLE = new SColor(0x8F4155, "Plum Purple"); 4055 /** 4056 * Color constant<PRE> 4057 *<font style="background-color: #9F5233; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #9F5233; color: #000000"> @ </font> 4058 *<font style="background-color: #9F5233; color: #9F5233"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #9F5233; color: #888888"> @ </font> 4059 *<font style="background-color: #9F5233; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #9F5233; color: #ffffff"> @ </font> 4060 * 4061 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4062 *<font style="background-color: #ff0000; color: #9F5233"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 4063 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4064 */ 4065 public static final SColor POLISHED_BROWN = new SColor(0x9F5233, "Polished Brown"); 4066 /** 4067 * Color constant<PRE> 4068 *<font style="background-color: #B0E0E6; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #B0E0E6; color: #000000"> @ </font> 4069 *<font style="background-color: #B0E0E6; color: #B0E0E6"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #B0E0E6; color: #888888"> @ </font> 4070 *<font style="background-color: #B0E0E6; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #B0E0E6; color: #ffffff"> @ </font> 4071 * 4072 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4073 *<font style="background-color: #ff0000; color: #B0E0E6"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 4074 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4075 */ 4076 public static final SColor POWDER_BLUE = new SColor(0xB0E0E6, "Powder Blue"); 4077 /** 4078 * Color constant<PRE> 4079 *<font style="background-color: #003153; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #003153; color: #000000"> @ </font> 4080 *<font style="background-color: #003153; color: #003153"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #003153; color: #888888"> @ </font> 4081 *<font style="background-color: #003153; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #003153; color: #ffffff"> @ </font> 4082 * 4083 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4084 *<font style="background-color: #ff0000; color: #003153"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 4085 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4086 */ 4087 public static final SColor PRUSSIAN_BLUE = new SColor(0x003153, "Prussian Blue"); 4088 /** 4089 * Color constant<PRE> 4090 *<font style="background-color: #DD00FF; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #DD00FF; color: #000000"> @ </font> 4091 *<font style="background-color: #DD00FF; color: #DD00FF"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #DD00FF; color: #888888"> @ </font> 4092 *<font style="background-color: #DD00FF; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #DD00FF; color: #ffffff"> @ </font> 4093 * 4094 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4095 *<font style="background-color: #ff0000; color: #DD00FF"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 4096 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4097 */ 4098 public static final SColor PSYCHEDELIC_PURPLE = new SColor(0xDD00FF, "Psychedelic Purple"); 4099 /** 4100 * Color constant<PRE> 4101 *<font style="background-color: #CC8899; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #CC8899; color: #000000"> @ </font> 4102 *<font style="background-color: #CC8899; color: #CC8899"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #CC8899; color: #888888"> @ </font> 4103 *<font style="background-color: #CC8899; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #CC8899; color: #ffffff"> @ </font> 4104 * 4105 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4106 *<font style="background-color: #ff0000; color: #CC8899"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 4107 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4108 */ 4109 public static final SColor PUCE = new SColor(0xCC8899, "Puce"); 4110 /** 4111 * Color constant<PRE> 4112 *<font style="background-color: #FF7518; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FF7518; color: #000000"> @ </font> 4113 *<font style="background-color: #FF7518; color: #FF7518"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #FF7518; color: #888888"> @ </font> 4114 *<font style="background-color: #FF7518; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FF7518; color: #ffffff"> @ </font> 4115 * 4116 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4117 *<font style="background-color: #ff0000; color: #FF7518"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 4118 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4119 */ 4120 public static final SColor PUMPKIN = new SColor(0xFF7518, "Pumpkin"); 4121 /** 4122 * Color constant<PRE> 4123 *<font style="background-color: #C3272B; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #C3272B; color: #000000"> @ </font> 4124 *<font style="background-color: #C3272B; color: #C3272B"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #C3272B; color: #888888"> @ </font> 4125 *<font style="background-color: #C3272B; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #C3272B; color: #ffffff"> @ </font> 4126 * 4127 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4128 *<font style="background-color: #ff0000; color: #C3272B"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 4129 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4130 */ 4131 public static final SColor PURE_CRIMSON = new SColor(0xC3272B, "Pure Crimson"); 4132 /** 4133 * Color constant<PRE> 4134 *<font style="background-color: #800080; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #800080; color: #000000"> @ </font> 4135 *<font style="background-color: #800080; color: #000000"> </font><font style="background-color: #000000; color: #800080"> @ </font><font style="background-color: #888888; color: #800080"> @ </font><font style="background-color: #ffffff; color: #800080"> @ </font><font style="background-color: #800080; color: #888888"> @ </font> 4136 *<font style="background-color: #800080; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #800080; color: #ffffff"> @ </font> 4137 * 4138 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4139 *<font style="background-color: #ff0000; color: #800080"> @ </font><font style="background-color: #ffff00; color: #800080"> @ </font><font style="background-color: #00ff00; color: #800080"> @ </font><font style="background-color: #0000ff; color: #800080"> @ </font><font style="background-color: #964b00; color: #800080"> @ </font> 4140 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4141 */ 4142 public static final SColor PURPLE = new SColor(0x800080, "Purple"); 4143 /** 4144 * Color constant<PRE> 4145 *<font style="background-color: #4F284B; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #4F284B; color: #000000"> @ </font> 4146 *<font style="background-color: #4F284B; color: #4F284B"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #4F284B; color: #888888"> @ </font> 4147 *<font style="background-color: #4F284B; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #4F284B; color: #ffffff"> @ </font> 4148 * 4149 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4150 *<font style="background-color: #ff0000; color: #4F284B"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 4151 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4152 */ 4153 public static final SColor PURPLE_DYE = new SColor(0x4F284B, "Purple Dye"); 4154 /** 4155 * Color constant<PRE> 4156 *<font style="background-color: #512C31; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #512C31; color: #000000"> @ </font> 4157 *<font style="background-color: #512C31; color: #512C31"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #512C31; color: #888888"> @ </font> 4158 *<font style="background-color: #512C31; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #512C31; color: #ffffff"> @ </font> 4159 * 4160 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4161 *<font style="background-color: #ff0000; color: #512C31"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 4162 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4163 */ 4164 public static final SColor PURPLE_KITE = new SColor(0x512C31, "Purple Kite"); 4165 /** 4166 * Color constant<PRE> 4167 *<font style="background-color: #50404D; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #50404D; color: #000000"> @ </font> 4168 *<font style="background-color: #50404D; color: #50404D"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #50404D; color: #888888"> @ </font> 4169 *<font style="background-color: #50404D; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #50404D; color: #ffffff"> @ </font> 4170 * 4171 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4172 *<font style="background-color: #ff0000; color: #50404D"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 4173 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4174 */ 4175 public static final SColor PURPLE_TAUPE = new SColor(0x50404D, "Purple Taupe"); 4176 /** 4177 * Color constant<PRE> 4178 *<font style="background-color: #491E3C; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #491E3C; color: #000000"> @ </font> 4179 *<font style="background-color: #491E3C; color: #491E3C"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #491E3C; color: #888888"> @ </font> 4180 *<font style="background-color: #491E3C; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #491E3C; color: #ffffff"> @ </font> 4181 * 4182 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4183 *<font style="background-color: #ff0000; color: #491E3C"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 4184 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4185 */ 4186 public static final SColor RABBIT_EAR_IRIS = new SColor(0x491E3C, "Rabbit Ear Iris"); 4187 /** 4188 * Color constant<PRE> 4189 *<font style="background-color: #E3B130; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #E3B130; color: #000000"> @ </font> 4190 *<font style="background-color: #E3B130; color: #E3B130"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #E3B130; color: #888888"> @ </font> 4191 *<font style="background-color: #E3B130; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #E3B130; color: #ffffff"> @ </font> 4192 * 4193 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4194 *<font style="background-color: #ff0000; color: #E3B130"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 4195 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4196 */ 4197 public static final SColor RAPEBLOSSOM_BROWN = new SColor(0xE3B130, "Rapeblossom Brown"); 4198 /** 4199 * Color constant<PRE> 4200 *<font style="background-color: #A17917; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #A17917; color: #000000"> @ </font> 4201 *<font style="background-color: #A17917; color: #A17917"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #A17917; color: #888888"> @ </font> 4202 *<font style="background-color: #A17917; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #A17917; color: #ffffff"> @ </font> 4203 * 4204 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4205 *<font style="background-color: #ff0000; color: #A17917"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 4206 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4207 */ 4208 public static final SColor RAPESEED_OIL = new SColor(0xA17917, "Rapeseed Oil"); 4209 /** 4210 * Color constant<PRE> 4211 *<font style="background-color: #734A12; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #734A12; color: #000000"> @ </font> 4212 *<font style="background-color: #734A12; color: #734A12"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #734A12; color: #888888"> @ </font> 4213 *<font style="background-color: #734A12; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #734A12; color: #ffffff"> @ </font> 4214 * 4215 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4216 *<font style="background-color: #ff0000; color: #734A12"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 4217 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4218 */ 4219 public static final SColor RAW_UMBER = new SColor(0x734A12, "Raw Umber"); 4220 /** 4221 * Color constant<PRE> 4222 *<font style="background-color: #E30B5C; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #E30B5C; color: #000000"> @ </font> 4223 *<font style="background-color: #E30B5C; color: #E30B5C"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #E30B5C; color: #888888"> @ </font> 4224 *<font style="background-color: #E30B5C; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #E30B5C; color: #ffffff"> @ </font> 4225 * 4226 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4227 *<font style="background-color: #ff0000; color: #E30B5C"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 4228 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4229 */ 4230 public static final SColor RAZZMATAZZ = new SColor(0xE30B5C, "Razzamatazz"); 4231 /** 4232 * Color constant<PRE> 4233 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #ff0000; color: #000000"> @ </font> 4234 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #000000; color: #ff0000"> @ </font><font style="background-color: #888888; color: #ff0000"> @ </font><font style="background-color: #ffffff; color: #ff0000"> @ </font><font style="background-color: #ff0000; color: #888888"> @ </font> 4235 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #ff0000; color: #ffffff"> @ </font> 4236 * 4237 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4238 *<font style="background-color: #ff0000; color: #ff0000"> @ </font><font style="background-color: #ffff00; color: #ff0000"> @ </font><font style="background-color: #00ff00; color: #ff0000"> @ </font><font style="background-color: #0000ff; color: #ff0000"> @ </font><font style="background-color: #964b00; color: #ff0000"> @ </font> 4239 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4240 */ 4241 public static final SColor RED = new SColor(0xff0000, "Red"); 4242 /** 4243 * Color constant<PRE> 4244 *<font style="background-color: #672422; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #672422; color: #000000"> @ </font> 4245 *<font style="background-color: #672422; color: #672422"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #672422; color: #888888"> @ </font> 4246 *<font style="background-color: #672422; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #672422; color: #ffffff"> @ </font> 4247 * 4248 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4249 *<font style="background-color: #ff0000; color: #672422"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 4250 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4251 */ 4252 public static final SColor RED_BEAN = new SColor(0x672422, "Red Bean"); 4253 /** 4254 * Color constant<PRE> 4255 *<font style="background-color: #9D2B22; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #9D2B22; color: #000000"> @ </font> 4256 *<font style="background-color: #9D2B22; color: #9D2B22"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #9D2B22; color: #888888"> @ </font> 4257 *<font style="background-color: #9D2B22; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #9D2B22; color: #ffffff"> @ </font> 4258 * 4259 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4260 *<font style="background-color: #ff0000; color: #9D2B22"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 4261 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4262 */ 4263 public static final SColor RED_BIRCH = new SColor(0x9D2B22, "Red Birch"); 4264 /** 4265 * Color constant<PRE> 4266 *<font style="background-color: #F07F5E; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #F07F5E; color: #000000"> @ </font> 4267 *<font style="background-color: #F07F5E; color: #F07F5E"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #F07F5E; color: #888888"> @ </font> 4268 *<font style="background-color: #F07F5E; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #F07F5E; color: #ffffff"> @ </font> 4269 * 4270 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4271 *<font style="background-color: #ff0000; color: #F07F5E"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 4272 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4273 */ 4274 public static final SColor RED_INCENSE = new SColor(0xF07F5E, "Red Incense"); 4275 /** 4276 * Color constant<PRE> 4277 *<font style="background-color: #FB8136; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FB8136; color: #000000"> @ </font> 4278 *<font style="background-color: #FB8136; color: #FB8136"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #FB8136; color: #888888"> @ </font> 4279 *<font style="background-color: #FB8136; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FB8136; color: #ffffff"> @ </font> 4280 * 4281 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4282 *<font style="background-color: #ff0000; color: #FB8136"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 4283 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4284 */ 4285 public static final SColor RED_DYE_TURMERIC = new SColor(0xFB8136, "Red Dye Turmeric"); 4286 /** 4287 * Color constant<PRE> 4288 *<font style="background-color: #913228; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #913228; color: #000000"> @ </font> 4289 *<font style="background-color: #913228; color: #913228"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #913228; color: #888888"> @ </font> 4290 *<font style="background-color: #913228; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #913228; color: #ffffff"> @ </font> 4291 * 4292 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4293 *<font style="background-color: #ff0000; color: #913228"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 4294 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4295 */ 4296 public static final SColor RED_KITE = new SColor(0x913228, "Red Kite"); 4297 /** 4298 * Color constant<PRE> 4299 *<font style="background-color: #9F5233; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #9F5233; color: #000000"> @ </font> 4300 *<font style="background-color: #9F5233; color: #9F5233"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #9F5233; color: #888888"> @ </font> 4301 *<font style="background-color: #9F5233; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #9F5233; color: #ffffff"> @ </font> 4302 * 4303 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4304 *<font style="background-color: #ff0000; color: #9F5233"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 4305 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4306 */ 4307 public static final SColor RED_OCHRE = new SColor(0x9F5233, "Red Ochre"); 4308 /** 4309 * Color constant<PRE> 4310 *<font style="background-color: #ED1C24; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #ED1C24; color: #000000"> @ </font> 4311 *<font style="background-color: #ED1C24; color: #ED1C24"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #ED1C24; color: #888888"> @ </font> 4312 *<font style="background-color: #ED1C24; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #ED1C24; color: #ffffff"> @ </font> 4313 * 4314 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4315 *<font style="background-color: #ff0000; color: #ED1C24"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 4316 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4317 */ 4318 public static final SColor RED_PIGMENT = new SColor(0xED1C24, "Red Pigment"); 4319 /** 4320 * Color constant<PRE> 4321 *<font style="background-color: #db5a6b; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #db5a6b; color: #000000"> @ </font> 4322 *<font style="background-color: #db5a6b; color: #db5a6b"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #db5a6b; color: #888888"> @ </font> 4323 *<font style="background-color: #db5a6b; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #db5a6b; color: #ffffff"> @ </font> 4324 * 4325 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4326 *<font style="background-color: #ff0000; color: #db5a6b"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #db5a6b;"> @ </font> 4327 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4328 */ 4329 public static final SColor RED_PLUM = new SColor(0xdb5a6b, "Red Plum"); 4330 /** 4331 * Color constant<PRE> 4332 *<font style="background-color: #C71585; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #C71585; color: #000000"> @ </font> 4333 *<font style="background-color: #C71585; color: #C71585"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #C71585; color: #888888"> @ </font> 4334 *<font style="background-color: #C71585; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #C71585; color: #ffffff"> @ </font> 4335 * 4336 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4337 *<font style="background-color: #ff0000; color: #C71585"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 4338 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4339 */ 4340 public static final SColor RED_VIOLET = new SColor(0xC71585, "Red Violet"); 4341 /** 4342 * Color constant<PRE> 4343 *<font style="background-color: #BB7796; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #BB7796; color: #000000"> @ </font> 4344 *<font style="background-color: #BB7796; color: #BB7796"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #BB7796; color: #888888"> @ </font> 4345 *<font style="background-color: #BB7796; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #BB7796; color: #ffffff"> @ </font> 4346 * 4347 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4348 *<font style="background-color: #ff0000; color: #BB7796"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 4349 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4350 */ 4351 public static final SColor RED_WISTERIA = new SColor(0xBB7796, "Red Wisteria"); 4352 /** 4353 * Color constant<PRE> 4354 *<font style="background-color: #D70040; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #D70040; color: #000000"> @ </font> 4355 *<font style="background-color: #D70040; color: #D70040"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #D70040; color: #888888"> @ </font> 4356 *<font style="background-color: #D70040; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #D70040; color: #ffffff"> @ </font> 4357 * 4358 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4359 *<font style="background-color: #ff0000; color: #D70040"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 4360 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4361 */ 4362 public static final SColor RICH_CARMINE = new SColor(0xD70040, "Rich Carmine"); 4363 /** 4364 * Color constant<PRE> 4365 *<font style="background-color: #F57F4F; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #F57F4F; color: #000000"> @ </font> 4366 *<font style="background-color: #F57F4F; color: #F57F4F"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #F57F4F; color: #888888"> @ </font> 4367 *<font style="background-color: #F57F4F; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #F57F4F; color: #ffffff"> @ </font> 4368 * 4369 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4370 *<font style="background-color: #ff0000; color: #F57F4F"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 4371 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4372 */ 4373 public static final SColor RICH_GARDENIA = new SColor(0xF57F4F, "Rich Gardenia"); 4374 /** 4375 * Color constant<PRE> 4376 *<font style="background-color: #FF7952; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FF7952; color: #000000"> @ </font> 4377 *<font style="background-color: #FF7952; color: #FF7952"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #FF7952; color: #888888"> @ </font> 4378 *<font style="background-color: #FF7952; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FF7952; color: #ffffff"> @ </font> 4379 * 4380 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4381 *<font style="background-color: #ff0000; color: #FF7952"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 4382 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4383 */ 4384 public static final SColor RINSED_OUT_RED = new SColor(0xFF7952, "Rinsed Out Red"); 4385 /** 4386 * Color constant<PRE> 4387 *<font style="background-color: #534A32; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #534A32; color: #000000"> @ </font> 4388 *<font style="background-color: #534A32; color: #534A32"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #534A32; color: #888888"> @ </font> 4389 *<font style="background-color: #534A32; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #534A32; color: #ffffff"> @ </font> 4390 * 4391 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4392 *<font style="background-color: #ff0000; color: #534A32"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 4393 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4394 */ 4395 public static final SColor RIKAN_BROWN = new SColor(0x534A32, "Rikan Brown"); 4396 /** 4397 * Color constant<PRE> 4398 *<font style="background-color: #00CCCC; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #00CCCC; color: #000000"> @ </font> 4399 *<font style="background-color: #00CCCC; color: #00CCCC"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #00CCCC; color: #888888"> @ </font> 4400 *<font style="background-color: #00CCCC; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #00CCCC; color: #ffffff"> @ </font> 4401 * 4402 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4403 *<font style="background-color: #ff0000; color: #00CCCC"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 4404 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4405 */ 4406 public static final SColor ROBIN_EGG_BLUE = new SColor(0x00CCCC, "Robin Egg Blue"); 4407 /** 4408 * Color constant<PRE> 4409 *<font style="background-color: #FF007F; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FF007F; color: #000000"> @ </font> 4410 *<font style="background-color: #FF007F; color: #FF007F"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #FF007F; color: #888888"> @ </font> 4411 *<font style="background-color: #FF007F; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FF007F; color: #ffffff"> @ </font> 4412 * 4413 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4414 *<font style="background-color: #ff0000; color: #FF007F"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 4415 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4416 */ 4417 public static final SColor ROSE = new SColor(0xFF007F, "Rose"); 4418 /** 4419 * Color constant<PRE> 4420 *<font style="background-color: #E32636; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #E32636; color: #000000"> @ </font> 4421 *<font style="background-color: #E32636; color: #E32636"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #E32636; color: #888888"> @ </font> 4422 *<font style="background-color: #E32636; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #E32636; color: #ffffff"> @ </font> 4423 * 4424 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4425 *<font style="background-color: #ff0000; color: #E32636"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 4426 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4427 */ 4428 public static final SColor ROSE_MADDER = new SColor(0xE32636, "Rose Madder"); 4429 /** 4430 * Color constant<PRE> 4431 *<font style="background-color: #905D5D; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #905D5D; color: #000000"> @ </font> 4432 *<font style="background-color: #905D5D; color: #905D5D"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #905D5D; color: #888888"> @ </font> 4433 *<font style="background-color: #905D5D; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #905D5D; color: #ffffff"> @ </font> 4434 * 4435 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4436 *<font style="background-color: #ff0000; color: #905D5D"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 4437 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4438 */ 4439 public static final SColor ROSE_TAUPE = new SColor(0x905D5D, "Rose Taupe"); 4440 /** 4441 * Color constant<PRE> 4442 *<font style="background-color: #4169E1; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #4169E1; color: #000000"> @ </font> 4443 *<font style="background-color: #4169E1; color: #4169E1"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #4169E1; color: #888888"> @ </font> 4444 *<font style="background-color: #4169E1; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #4169E1; color: #ffffff"> @ </font> 4445 * 4446 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4447 *<font style="background-color: #ff0000; color: #4169E1"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 4448 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4449 */ 4450 public static final SColor ROYAL_BLUE = new SColor(0x4169E1, "Royal Blue"); 4451 /** 4452 * Color constant<PRE> 4453 *<font style="background-color: #6B3FA0; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #6B3FA0; color: #000000"> @ </font> 4454 *<font style="background-color: #6B3FA0; color: #6B3FA0"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #6B3FA0; color: #888888"> @ </font> 4455 *<font style="background-color: #6B3FA0; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #6B3FA0; color: #ffffff"> @ </font> 4456 * 4457 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4458 *<font style="background-color: #ff0000; color: #6B3FA0"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 4459 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4460 */ 4461 public static final SColor ROYAL_PURPLE = new SColor(0x6B3FA0, "Royal Purple"); 4462 /** 4463 * Color constant<PRE> 4464 *<font style="background-color: #E0115F; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #E0115F; color: #000000"> @ </font> 4465 *<font style="background-color: #E0115F; color: #E0115F"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #E0115F; color: #888888"> @ </font> 4466 *<font style="background-color: #E0115F; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #E0115F; color: #ffffff"> @ </font> 4467 * 4468 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4469 *<font style="background-color: #ff0000; color: #E0115F"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 4470 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4471 */ 4472 public static final SColor RUBY = new SColor(0xE0115F, "Ruby"); 4473 /** 4474 * Color constant<PRE> 4475 *<font style="background-color: #80461B; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #80461B; color: #000000"> @ </font> 4476 *<font style="background-color: #80461B; color: #80461B"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #80461B; color: #888888"> @ </font> 4477 *<font style="background-color: #80461B; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #80461B; color: #ffffff"> @ </font> 4478 * 4479 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4480 *<font style="background-color: #ff0000; color: #80461B"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 4481 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4482 */ 4483 public static final SColor RUSSET = new SColor(0x80461B, "Russet"); 4484 /** 4485 * Color constant<PRE> 4486 *<font style="background-color: #B7410E; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #B7410E; color: #000000"> @ </font> 4487 *<font style="background-color: #B7410E; color: #B7410E"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #B7410E; color: #888888"> @ </font> 4488 *<font style="background-color: #B7410E; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #B7410E; color: #ffffff"> @ </font> 4489 * 4490 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4491 *<font style="background-color: #ff0000; color: #B7410E"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 4492 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4493 */ 4494 public static final SColor RUST = new SColor(0xB7410E, "Rust"); 4495 /** 4496 * Color constant<PRE> 4497 *<font style="background-color: #6A7F7A; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #6A7F7A; color: #000000"> @ </font> 4498 *<font style="background-color: #6A7F7A; color: #6A7F7A"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #6A7F7A; color: #888888"> @ </font> 4499 *<font style="background-color: #6A7F7A; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #6A7F7A; color: #ffffff"> @ </font> 4500 * 4501 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4502 *<font style="background-color: #ff0000; color: #6A7F7A"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 4503 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4504 */ 4505 public static final SColor RUSTED_LIGHT_BLUE = new SColor(0x6A7F7A, "Rusted Light Blue"); 4506 /** 4507 * Color constant<PRE> 4508 *<font style="background-color: #898A74; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #898A74; color: #000000"> @ </font> 4509 *<font style="background-color: #898A74; color: #898A74"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #898A74; color: #888888"> @ </font> 4510 *<font style="background-color: #898A74; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #898A74; color: #ffffff"> @ </font> 4511 * 4512 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4513 *<font style="background-color: #ff0000; color: #898A74"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 4514 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4515 */ 4516 public static final SColor RUSTY_CELADON = new SColor(0x898A74, "Rusty Celadon"); 4517 /** 4518 * Color constant<PRE> 4519 *<font style="background-color: #455859; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #455859; color: #000000"> @ </font> 4520 *<font style="background-color: #455859; color: #455859"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #455859; color: #888888"> @ </font> 4521 *<font style="background-color: #455859; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #455859; color: #ffffff"> @ </font> 4522 * 4523 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4524 *<font style="background-color: #ff0000; color: #455859"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 4525 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4526 */ 4527 public static final SColor RUSTY_STORAGE = new SColor(0x455859, "Rusty Storage"); 4528 /** 4529 * Color constant<PRE> 4530 *<font style="background-color: #3a403b; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #3a403b; color: #000000"> @ </font> 4531 *<font style="background-color: #3a403b; color: #3a403b"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #3a403b; color: #888888"> @ </font> 4532 *<font style="background-color: #3a403b; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #3a403b; color: #ffffff"> @ </font> 4533 * 4534 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4535 *<font style="background-color: #ff0000; color: #3a403b"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 4536 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4537 */ 4538 public static final SColor RUSTY_STOREROOM = new SColor(0x3a403b, "Rusty Storeroom"); 4539 /** 4540 * Color constant<PRE> 4541 *<font style="background-color: #FF6600; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FF6600; color: #000000"> @ </font> 4542 *<font style="background-color: #FF6600; color: #FF6600"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #FF6600; color: #888888"> @ </font> 4543 *<font style="background-color: #FF6600; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FF6600; color: #ffffff"> @ </font> 4544 * 4545 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4546 *<font style="background-color: #ff0000; color: #FF6600"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 4547 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4548 */ 4549 public static final SColor SAFETY_ORANGE = new SColor(0xFF6600, "Safety Orange"); 4550 /** 4551 * Color constant<PRE> 4552 *<font style="background-color: #5A4F74; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #5A4F74; color: #000000"> @ </font> 4553 *<font style="background-color: #5A4F74; color: #5A4F74"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #5A4F74; color: #888888"> @ </font> 4554 *<font style="background-color: #5A4F74; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #5A4F74; color: #ffffff"> @ </font> 4555 * 4556 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4557 *<font style="background-color: #ff0000; color: #5A4F74"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 4558 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4559 */ 4560 public static final SColor SAFFLOWER = new SColor(0x5A4F74, "Safflower"); 4561 /** 4562 * Color constant<PRE> 4563 *<font style="background-color: #F4C430; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #F4C430; color: #000000"> @ </font> 4564 *<font style="background-color: #F4C430; color: #F4C430"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #F4C430; color: #888888"> @ </font> 4565 *<font style="background-color: #F4C430; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #F4C430; color: #ffffff"> @ </font> 4566 * 4567 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4568 *<font style="background-color: #ff0000; color: #F4C430"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 4569 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4570 */ 4571 public static final SColor SAFFRON = new SColor(0xF4C430, "Saffron"); 4572 /** 4573 * Color constant<PRE> 4574 *<font style="background-color: #FF8C69; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FF8C69; color: #000000"> @ </font> 4575 *<font style="background-color: #FF8C69; color: #FF8C69"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #FF8C69; color: #888888"> @ </font> 4576 *<font style="background-color: #FF8C69; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FF8C69; color: #ffffff"> @ </font> 4577 * 4578 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4579 *<font style="background-color: #ff0000; color: #FF8C69"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 4580 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4581 */ 4582 public static final SColor SALMON = new SColor(0xFF8C69, "Salmon"); 4583 /** 4584 * Color constant<PRE> 4585 *<font style="background-color: #F4A460; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #F4A460; color: #000000"> @ </font> 4586 *<font style="background-color: #F4A460; color: #F4A460"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #F4A460; color: #888888"> @ </font> 4587 *<font style="background-color: #F4A460; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #F4A460; color: #ffffff"> @ </font> 4588 * 4589 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4590 *<font style="background-color: #ff0000; color: #F4A460"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 4591 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4592 */ 4593 public static final SColor SANDY_BROWN = new SColor(0xF4A460, "Sandy Brown"); 4594 /** 4595 * Color constant<PRE> 4596 *<font style="background-color: #92000A; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #92000A; color: #000000"> @ </font> 4597 *<font style="background-color: #92000A; color: #92000A"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #92000A; color: #888888"> @ </font> 4598 *<font style="background-color: #92000A; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #92000A; color: #ffffff"> @ </font> 4599 * 4600 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4601 *<font style="background-color: #ff0000; color: #92000A"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 4602 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4603 */ 4604 public static final SColor SANGRIA = new SColor(0x92000A, "Sangria"); 4605 /** 4606 * Color constant<PRE> 4607 *<font style="background-color: #082567; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #082567; color: #000000"> @ </font> 4608 *<font style="background-color: #082567; color: #082567"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #082567; color: #888888"> @ </font> 4609 *<font style="background-color: #082567; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #082567; color: #ffffff"> @ </font> 4610 * 4611 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4612 *<font style="background-color: #ff0000; color: #082567"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 4613 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4614 */ 4615 public static final SColor SAPPHIRE = new SColor(0x082567, "Sapphire"); 4616 /** 4617 * Color constant<PRE> 4618 *<font style="background-color: #7E2639; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #7E2639; color: #000000"> @ </font> 4619 *<font style="background-color: #7E2639; color: #7E2639"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #7E2639; color: #888888"> @ </font> 4620 *<font style="background-color: #7E2639; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #7E2639; color: #ffffff"> @ </font> 4621 * 4622 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4623 *<font style="background-color: #ff0000; color: #7E2639"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 4624 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4625 */ 4626 public static final SColor SAPPANWOOD = new SColor(0x7E2639, "Sappanwood"); 4627 /** 4628 * Color constant<PRE> 4629 *<font style="background-color: #A24F46; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #A24F46; color: #000000"> @ </font> 4630 *<font style="background-color: #A24F46; color: #A24F46"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #A24F46; color: #888888"> @ </font> 4631 *<font style="background-color: #A24F46; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #A24F46; color: #ffffff"> @ </font> 4632 * 4633 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4634 *<font style="background-color: #ff0000; color: #A24F46"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 4635 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4636 */ 4637 public static final SColor SAPPANWOOD_INCENSE = new SColor(0xA24F46, "Sappanwood Incense"); 4638 /** 4639 * Color constant<PRE> 4640 *<font style="background-color: #EC956C; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #EC956C; color: #000000"> @ </font> 4641 *<font style="background-color: #EC956C; color: #EC956C"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #EC956C; color: #888888"> @ </font> 4642 *<font style="background-color: #EC956C; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #EC956C; color: #ffffff"> @ </font> 4643 * 4644 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4645 *<font style="background-color: #ff0000; color: #EC956C"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 4646 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4647 */ 4648 public static final SColor SAWTOOTH_OAK = new SColor(0xEC956C, "Sawtooth Oak"); 4649 /** 4650 * Color constant<PRE> 4651 *<font style="background-color: #FF2400; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FF2400; color: #000000"> @ </font> 4652 *<font style="background-color: #FF2400; color: #FF2400"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #FF2400; color: #888888"> @ </font> 4653 *<font style="background-color: #FF2400; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FF2400; color: #ffffff"> @ </font> 4654 * 4655 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4656 *<font style="background-color: #ff0000; color: #FF2400"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 4657 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4658 */ 4659 public static final SColor SCARLET = new SColor(0xFF2400, "Scarlet"); 4660 /** 4661 * Color constant<PRE> 4662 *<font style="background-color: #FFD800; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FFD800; color: #000000"> @ </font> 4663 *<font style="background-color: #FFD800; color: #FFD800"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #FFD800; color: #888888"> @ </font> 4664 *<font style="background-color: #FFD800; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FFD800; color: #ffffff"> @ </font> 4665 * 4666 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4667 *<font style="background-color: #ff0000; color: #FFD800"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 4668 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4669 */ 4670 public static final SColor SCHOOL_BUS_YELLOW = new SColor(0xFFD800, "School Bus Yellow"); 4671 /** 4672 * Color constant<PRE> 4673 *<font style="background-color: #351F19; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #351F19; color: #000000"> @ </font> 4674 *<font style="background-color: #351F19; color: #351F19"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #351F19; color: #888888"> @ </font> 4675 *<font style="background-color: #351F19; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #351F19; color: #ffffff"> @ </font> 4676 * 4677 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4678 *<font style="background-color: #ff0000; color: #351F19"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 4679 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4680 */ 4681 public static final SColor SCORTCHED_BROWN = new SColor(0x351F19, "Scortched Brown"); 4682 /** 4683 * Color constant<PRE> 4684 *<font style="background-color: #2E8B57; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #2E8B57; color: #000000"> @ </font> 4685 *<font style="background-color: #2E8B57; color: #2E8B57"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #2E8B57; color: #888888"> @ </font> 4686 *<font style="background-color: #2E8B57; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #2E8B57; color: #ffffff"> @ </font> 4687 * 4688 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4689 *<font style="background-color: #ff0000; color: #2E8B57"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 4690 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4691 */ 4692 public static final SColor SEA_GREEN = new SColor(0x2E8B57, "Sea Green"); 4693 /** 4694 * Color constant<PRE> 4695 *<font style="background-color: #FFF5EE; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FFF5EE; color: #000000"> @ </font> 4696 *<font style="background-color: #FFF5EE; color: #FFF5EE"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #FFF5EE; color: #888888"> @ </font> 4697 *<font style="background-color: #FFF5EE; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FFF5EE; color: #ffffff"> @ </font> 4698 * 4699 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4700 *<font style="background-color: #ff0000; color: #FFF5EE"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 4701 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4702 */ 4703 public static final SColor SEASHELL = new SColor(0xFFF5EE, "Seashell"); 4704 /** 4705 * Color constant<PRE> 4706 *<font style="background-color: #FFBA00; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FFBA00; color: #000000"> @ </font> 4707 *<font style="background-color: #FFBA00; color: #FFBA00"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #FFBA00; color: #888888"> @ </font> 4708 *<font style="background-color: #FFBA00; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FFBA00; color: #ffffff"> @ </font> 4709 * 4710 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4711 *<font style="background-color: #ff0000; color: #FFBA00"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 4712 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4713 */ 4714 public static final SColor SELECTIVE_YELLOW = new SColor(0xFFBA00, "Selective Yellow"); 4715 /** 4716 * Color constant<PRE> 4717 *<font style="background-color: #826B58; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #826B58; color: #000000"> @ </font> 4718 *<font style="background-color: #826B58; color: #826B58"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #826B58; color: #888888"> @ </font> 4719 *<font style="background-color: #826B58; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #826B58; color: #ffffff"> @ </font> 4720 * 4721 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4722 *<font style="background-color: #ff0000; color: #826B58"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 4723 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4724 */ 4725 public static final SColor SEN_NO_RIKYUS_TEA = new SColor(0x826B58, "Sen No Riyu's Tea"); 4726 /** 4727 * Color constant<PRE> 4728 *<font style="background-color: #704214; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #704214; color: #000000"> @ </font> 4729 *<font style="background-color: #704214; color: #704214"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #704214; color: #888888"> @ </font> 4730 *<font style="background-color: #704214; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #704214; color: #ffffff"> @ </font> 4731 * 4732 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4733 *<font style="background-color: #ff0000; color: #704214"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 4734 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4735 */ 4736 public static final SColor SEPIA = new SColor(0x704214, "Sepia"); 4737 /** 4738 * Color constant<PRE> 4739 *<font style="background-color: #009E60; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #009E60; color: #000000"> @ </font> 4740 *<font style="background-color: #009E60; color: #009E60"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #009E60; color: #888888"> @ </font> 4741 *<font style="background-color: #009E60; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #009E60; color: #ffffff"> @ </font> 4742 * 4743 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4744 *<font style="background-color: #ff0000; color: #009E60"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 4745 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4746 */ 4747 public static final SColor SHAMROCK_GREEN = new SColor(0x009E60, "Shamrock Green"); 4748 /** 4749 * Color constant<PRE> 4750 *<font style="background-color: #FC0FC0; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FC0FC0; color: #000000"> @ </font> 4751 *<font style="background-color: #FC0FC0; color: #FC0FC0"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #FC0FC0; color: #888888"> @ </font> 4752 *<font style="background-color: #FC0FC0; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FC0FC0; color: #ffffff"> @ </font> 4753 * 4754 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4755 *<font style="background-color: #ff0000; color: #F8F4FF"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 4756 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4757 */ 4758 public static final SColor SHOCKING_PINK = new SColor(0xFC0FC0, "Shocking Pink"); 4759 /** 4760 * Color constant<PRE> 4761 *<font style="background-color: #5E2824; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #5E2824; color: #000000"> @ </font> 4762 *<font style="background-color: #5E2824; color: #5E2824"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #5E2824; color: #888888"> @ </font> 4763 *<font style="background-color: #5E2824; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #5E2824; color: #ffffff"> @ </font> 4764 * 4765 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4766 *<font style="background-color: #ff0000; color: #5E2824"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 4767 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4768 */ 4769 public static final SColor SHRIMP_BROWN = new SColor(0x5E2824, "Shrimp Brown"); 4770 /** 4771 * Color constant<PRE> 4772 *<font style="background-color: #354E4B; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #354E4B; color: #000000"> @ </font> 4773 *<font style="background-color: #354E4B; color: #354E4B"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #354E4B; color: #888888"> @ </font> 4774 *<font style="background-color: #354E4B; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #354E4B; color: #ffffff"> @ </font> 4775 * 4776 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4777 *<font style="background-color: #ff0000; color: #354E4B"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 4778 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4779 */ 4780 public static final SColor SILK_CREPE_BROWN = new SColor(0x354E4B, "Silk Crepe Brown"); 4781 /** 4782 * Color constant<PRE> 4783 *<font style="background-color: #C0C0C0; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #C0C0C0; color: #000000"> @ </font> 4784 *<font style="background-color: #C0C0C0; color: #C0C0C0"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #C0C0C0; color: #888888"> @ </font> 4785 *<font style="background-color: #C0C0C0; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #C0C0C0; color: #ffffff"> @ </font> 4786 * 4787 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4788 *<font style="background-color: #ff0000; color: #C0C0C0"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 4789 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4790 */ 4791 public static final SColor SILVER = new SColor(0xC0C0C0, "Silver"); 4792 /** 4793 * Color constant<PRE> 4794 *<font style="background-color: #97867C; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #97867C; color: #000000"> @ </font> 4795 *<font style="background-color: #97867C; color: #97867C"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #97867C; color: #888888"> @ </font> 4796 *<font style="background-color: #97867C; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #97867C; color: #ffffff"> @ </font> 4797 * 4798 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4799 *<font style="background-color: #ff0000; color: #97867C"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 4800 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4801 */ 4802 public static final SColor SILVER_GREY = new SColor(0x97867C, "Silver Grey"); 4803 /** 4804 * Color constant<PRE> 4805 *<font style="background-color: #BC2D29; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #BC2D29; color: #000000"> @ </font> 4806 *<font style="background-color: #BC2D29; color: #BC2D29"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #BC2D29; color: #888888"> @ </font> 4807 *<font style="background-color: #BC2D29; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #BC2D29; color: #ffffff"> @ </font> 4808 * 4809 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4810 *<font style="background-color: #ff0000; color: #BC2D29"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 4811 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4812 */ 4813 public static final SColor SILVERED_RED = new SColor(0xBC2D29, "Silvered Red"); 4814 /** 4815 * Color constant<PRE> 4816 *<font style="background-color: #4C3D30; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #4C3D30; color: #000000"> @ </font> 4817 *<font style="background-color: #4C3D30; color: #4C3D30"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #4C3D30; color: #888888"> @ </font> 4818 *<font style="background-color: #4C3D30; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #4C3D30; color: #ffffff"> @ </font> 4819 * 4820 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4821 *<font style="background-color: #ff0000; color: #4C3D30"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 4822 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4823 */ 4824 public static final SColor SIMMERED_SEAWEED = new SColor(0x4C3D30, "Simmered Seawead"); 4825 /** 4826 * Color constant<PRE> 4827 *<font style="background-color: #7A942E; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #7A942E; color: #000000"> @ </font> 4828 *<font style="background-color: #7A942E; color: #7A942E"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #7A942E; color: #888888"> @ </font> 4829 *<font style="background-color: #7A942E; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #7A942E; color: #ffffff"> @ </font> 4830 * 4831 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4832 *<font style="background-color: #ff0000; color: #7A942E"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 4833 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4834 */ 4835 public static final SColor SISKIN_SPROUT_YELLOW = new SColor(0x7A942E, "Siskin Sprout Yellow"); 4836 /** 4837 * Color constant<PRE> 4838 *<font style="background-color: #4D8FAC; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #4D8FAC; color: #000000"> @ </font> 4839 *<font style="background-color: #4D8FAC; color: #4D8FAC"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #4D8FAC; color: #888888"> @ </font> 4840 *<font style="background-color: #4D8FAC; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #4D8FAC; color: #ffffff"> @ </font> 4841 * 4842 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4843 *<font style="background-color: #ff0000; color: #4D8FAC"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 4844 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4845 */ 4846 public static final SColor SKY = new SColor(0x4D8FAC, "Sky"); 4847 /** 4848 * Color constant<PRE> 4849 *<font style="background-color: #87CEEB; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #87CEEB; color: #000000"> @ </font> 4850 *<font style="background-color: #87CEEB; color: #87CEEB"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #87CEEB; color: #888888"> @ </font> 4851 *<font style="background-color: #87CEEB; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #87CEEB; color: #ffffff"> @ </font> 4852 * 4853 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4854 *<font style="background-color: #ff0000; color: #87CEEB"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 4855 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4856 */ 4857 public static final SColor SKY_BLUE = new SColor(0x87CEEB, "Sky Blue"); 4858 /** 4859 * Color constant<PRE> 4860 *<font style="background-color: #708090; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #708090; color: #000000"> @ </font> 4861 *<font style="background-color: #708090; color: #708090"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #708090; color: #888888"> @ </font> 4862 *<font style="background-color: #708090; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #708090; color: #ffffff"> @ </font> 4863 * 4864 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4865 *<font style="background-color: #ff0000; color: #708090"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 4866 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4867 */ 4868 public static final SColor SLATE_GRAY = new SColor(0x708090, "Slate Gray"); 4869 /** 4870 * Color constant<PRE> 4871 *<font style="background-color: #003399; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #003399; color: #000000"> @ </font> 4872 *<font style="background-color: #003399; color: #003399"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #003399; color: #888888"> @ </font> 4873 *<font style="background-color: #003399; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #003399; color: #ffffff"> @ </font> 4874 * 4875 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4876 *<font style="background-color: #ff0000; color: #003399"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 4877 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4878 */ 4879 public static final SColor SMALT = new SColor(0x003399, "Smalt"); 4880 /** 4881 * Color constant<PRE> 4882 *<font style="background-color: #593A27; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #593A27; color: #000000"> @ </font> 4883 *<font style="background-color: #593A27; color: #593A27"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #593A27; color: #888888"> @ </font> 4884 *<font style="background-color: #593A27; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #593A27; color: #ffffff"> @ </font> 4885 * 4886 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4887 *<font style="background-color: #ff0000; color: #593A27"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 4888 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4889 */ 4890 public static final SColor SOOTY_BAMBOO = new SColor(0x593A27, "Sooty Bamboo"); 4891 /** 4892 * Color constant<PRE> 4893 *<font style="background-color: #4D4B3A; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #4D4B3A; color: #000000"> @ </font> 4894 *<font style="background-color: #4D4B3A; color: #4D4B3A"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #4D4B3A; color: #888888"> @ </font> 4895 *<font style="background-color: #4D4B3A; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #4D4B3A; color: #ffffff"> @ </font> 4896 * 4897 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4898 *<font style="background-color: #ff0000; color: #4D4B3A"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 4899 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4900 */ 4901 public static final SColor SOOTY_WILLOW_BAMBOO = new SColor(0x4D4B3A, "Sooty Willow Bamboo"); 4902 /** 4903 * Color constant<PRE> 4904 *<font style="background-color: #8C4736; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #8C4736; color: #000000"> @ </font> 4905 *<font style="background-color: #8C4736; color: #8C4736"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #8C4736; color: #888888"> @ </font> 4906 *<font style="background-color: #8C4736; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #8C4736; color: #ffffff"> @ </font> 4907 * 4908 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4909 *<font style="background-color: #ff0000; color: #8C4736"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 4910 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4911 */ 4912 public static final SColor SPARROW_BROWN = new SColor(0x8C4736, "Sparrow Brown"); 4913 /** 4914 * Color constant<PRE> 4915 *<font style="background-color: #A7FC00; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #A7FC00; color: #000000"> @ </font> 4916 *<font style="background-color: #A7FC00; color: #A7FC00"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #A7FC00; color: #888888"> @ </font> 4917 *<font style="background-color: #A7FC00; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #A7FC00; color: #ffffff"> @ </font> 4918 * 4919 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4920 *<font style="background-color: #ff0000; color: #A7FC00"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 4921 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4922 */ 4923 public static final SColor SPRING_BUD = new SColor(0xA7FC00, "Spring Bud"); 4924 /** 4925 * Color constant<PRE> 4926 *<font style="background-color: #00FF7F; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #00FF7F; color: #000000"> @ </font> 4927 *<font style="background-color: #00FF7F; color: #00FF7F"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #00FF7F; color: #888888"> @ </font> 4928 *<font style="background-color: #00FF7F; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #00FF7F; color: #ffffff"> @ </font> 4929 * 4930 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4931 *<font style="background-color: #ff0000; color: #00FF7F"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 4932 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4933 */ 4934 public static final SColor SPRING_GREEN = new SColor(0x00FF7F, "Spring Green"); 4935 /** 4936 * Color constant<PRE> 4937 *<font style="background-color: #78779B; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #78779B; color: #000000"> @ </font> 4938 *<font style="background-color: #78779B; color: #78779B"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #78779B; color: #888888"> @ </font> 4939 *<font style="background-color: #78779B; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #78779B; color: #ffffff"> @ </font> 4940 * 4941 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4942 *<font style="background-color: #ff0000; color: #78779B"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 4943 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4944 */ 4945 public static final SColor STAINED_RED = new SColor(0x78779B, "Stained Red"); 4946 /** 4947 * Color constant<PRE> 4948 *<font style="background-color: #D3B17D; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #D3B17D; color: #000000"> @ </font> 4949 *<font style="background-color: #D3B17D; color: #D3B17D"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #D3B17D; color: #888888"> @ </font> 4950 *<font style="background-color: #D3B17D; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #D3B17D; color: #ffffff"> @ </font> 4951 * 4952 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4953 *<font style="background-color: #ff0000; color: #D3B17D"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 4954 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4955 */ 4956 public static final SColor STEAMED_CHESTNUT = new SColor(0xD3B17D, "Steamed Chestnut"); 4957 /** 4958 * Color constant<PRE> 4959 *<font style="background-color: #4682B4; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #4682B4; color: #000000"> @ </font> 4960 *<font style="background-color: #4682B4; color: #4682B4"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #4682B4; color: #888888"> @ </font> 4961 *<font style="background-color: #4682B4; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #4682B4; color: #ffffff"> @ </font> 4962 * 4963 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4964 *<font style="background-color: #ff0000; color: #4682B4"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 4965 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4966 */ 4967 public static final SColor STEEL_BLUE = new SColor(0x4682B4, "Steel Blue"); 4968 /** 4969 * Color constant<PRE> 4970 *<font style="background-color: #3D4035; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #3D4035; color: #000000"> @ </font> 4971 *<font style="background-color: #3D4035; color: #3D4035"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #3D4035; color: #888888"> @ </font> 4972 *<font style="background-color: #3D4035; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #3D4035; color: #ffffff"> @ </font> 4973 * 4974 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4975 *<font style="background-color: #ff0000; color: #3D4035"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 4976 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4977 */ 4978 public static final SColor STOREROOM_BROWN = new SColor(0x3D4035, "Storeroom Brown"); 4979 /** 4980 * Color constant<PRE> 4981 *<font style="background-color: #FFA26B; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FFA26B; color: #000000"> @ </font> 4982 *<font style="background-color: #FFA26B; color: #FFA26B"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #FFA26B; color: #888888"> @ </font> 4983 *<font style="background-color: #FFA26B; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FFA26B; color: #ffffff"> @ </font> 4984 * 4985 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4986 *<font style="background-color: #ff0000; color: #FFA26B"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 4987 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4988 */ 4989 public static final SColor STYLISH_PERSIMMON = new SColor(0xFFA26B, "Stylish Persimnmon"); 4990 /** 4991 * Color constant<PRE> 4992 *<font style="background-color: #592B1F; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #592B1F; color: #000000"> @ </font> 4993 *<font style="background-color: #592B1F; color: #592B1F"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #592B1F; color: #888888"> @ </font> 4994 *<font style="background-color: #592B1F; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #592B1F; color: #ffffff"> @ </font> 4995 * 4996 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 4997 *<font style="background-color: #ff0000; color: #592B1F"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 4998 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 4999 */ 5000 public static final SColor SUMAC = new SColor(0x592B1F, "Sumac"); 5001 /** 5002 * Color constant<PRE> 5003 *<font style="background-color: #E08A1E; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #E08A1E; color: #000000"> @ </font> 5004 *<font style="background-color: #E08A1E; color: #E08A1E"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #E08A1E; color: #888888"> @ </font> 5005 *<font style="background-color: #E08A1E; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #E08A1E; color: #ffffff"> @ </font> 5006 * 5007 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 5008 *<font style="background-color: #ff0000; color: #E08A1E"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 5009 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 5010 */ 5011 public static final SColor SUMAC_DYED = new SColor(0xE08A1E, "Sumac Dyed"); 5012 /** 5013 * Color constant<PRE> 5014 *<font style="background-color: #D2B48C; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #D2B48C; color: #000000"> @ </font> 5015 *<font style="background-color: #D2B48C; color: #D2B48C"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #D2B48C; color: #888888"> @ </font> 5016 *<font style="background-color: #D2B48C; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #D2B48C; color: #ffffff"> @ </font> 5017 * 5018 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 5019 *<font style="background-color: #ff0000; color: #D2B48C"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 5020 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 5021 */ 5022 public static final SColor TAN = new SColor(0xD2B48C, "Tan"); 5023 /** 5024 * Color constant<PRE> 5025 *<font style="background-color: #F28500; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #F28500; color: #000000"> @ </font> 5026 *<font style="background-color: #F28500; color: #F28500"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #F28500; color: #888888"> @ </font> 5027 *<font style="background-color: #F28500; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #F28500; color: #ffffff"> @ </font> 5028 * 5029 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 5030 *<font style="background-color: #ff0000; color: #F28500"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 5031 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 5032 */ 5033 public static final SColor TANGERINE = new SColor(0xF28500, "Tangerine"); 5034 /** 5035 * Color constant<PRE> 5036 *<font style="background-color: #FFCC00; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FFCC00; color: #000000"> @ </font> 5037 *<font style="background-color: #FFCC00; color: #FFCC00"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #FFCC00; color: #888888"> @ </font> 5038 *<font style="background-color: #FFCC00; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FFCC00; color: #ffffff"> @ </font> 5039 * 5040 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 5041 *<font style="background-color: #ff0000; color: #FFCC00"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 5042 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 5043 */ 5044 public static final SColor TANGERINE_YELLOW = new SColor(0xFFCC00, "Tangerine Yellow"); 5045 /** 5046 * Color constant<PRE> 5047 *<font style="background-color: #976E9A; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #976E9A; color: #000000"> @ </font> 5048 *<font style="background-color: #976E9A; color: #976E9A"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #976E9A; color: #888888"> @ </font> 5049 *<font style="background-color: #976E9A; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #976E9A; color: #ffffff"> @ </font> 5050 * 5051 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 5052 *<font style="background-color: #ff0000; color: #976E9A"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 5053 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 5054 */ 5055 public static final SColor TATARIAN_ASTER = new SColor(0x976E9A, "Tatarian Aster"); 5056 /** 5057 * Color constant<PRE> 5058 *<font style="background-color: #483C32; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #483C32; color: #000000"> @ </font> 5059 *<font style="background-color: #483C32; color: #483C32"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #483C32; color: #888888"> @ </font> 5060 *<font style="background-color: #483C32; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #483C32; color: #ffffff"> @ </font> 5061 * 5062 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 5063 *<font style="background-color: #ff0000; color: #483C32"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 5064 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 5065 */ 5066 public static final SColor TAUPE = new SColor(0x483C32, "Taupe"); 5067 /** 5068 * Color constant<PRE> 5069 *<font style="background-color: #CD5700; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #CD5700; color: #000000"> @ </font> 5070 *<font style="background-color: #CD5700; color: #CD5700"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #CD5700; color: #888888"> @ </font> 5071 *<font style="background-color: #CD5700; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #CD5700; color: #ffffff"> @ </font> 5072 * 5073 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 5074 *<font style="background-color: #ff0000; color: #CD5700"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 5075 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 5076 */ 5077 public static final SColor TAWNY = new SColor(0xCD5700, "Tawny"); 5078 /** 5079 * Color constant<PRE> 5080 *<font style="background-color: #665343; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #665343; color: #000000"> @ </font> 5081 *<font style="background-color: #665343; color: #665343"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #665343; color: #888888"> @ </font> 5082 *<font style="background-color: #665343; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #665343; color: #ffffff"> @ </font> 5083 * 5084 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 5085 *<font style="background-color: #ff0000; color: #665343"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 5086 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 5087 */ 5088 public static final SColor TEA_GARDEN_CONTEMPLATION = new SColor(0x665343, "Tead Garden Contemplation"); 5089 /** 5090 * Color constant<PRE> 5091 *<font style="background-color: #D0F0C0; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #D0F0C0; color: #000000"> @ </font> 5092 *<font style="background-color: #D0F0C0; color: #D0F0C0"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #D0F0C0; color: #888888"> @ </font> 5093 *<font style="background-color: #D0F0C0; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #D0F0C0; color: #ffffff"> @ </font> 5094 * 5095 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 5096 *<font style="background-color: #ff0000; color: #D0F0C0"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 5097 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 5098 */ 5099 public static final SColor TEA_GREEN = new SColor(0xD0F0C0, "Tea Green"); 5100 /** 5101 * Color constant<PRE> 5102 *<font style="background-color: #F88379; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #F88379; color: #000000"> @ </font> 5103 *<font style="background-color: #F88379; color: #F88379"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #F88379; color: #888888"> @ </font> 5104 *<font style="background-color: #F88379; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #F88379; color: #ffffff"> @ </font> 5105 * 5106 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 5107 *<font style="background-color: #ff0000; color: #F88379"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 5108 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 5109 */ 5110 public static final SColor TEA_ORANGE = new SColor(0xF88379, "Tea Orange"); 5111 /** 5112 * Color constant<PRE> 5113 *<font style="background-color: #F4C2C2; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #F4C2C2; color: #000000"> @ </font> 5114 *<font style="background-color: #F4C2C2; color: #F4C2C2"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #F4C2C2; color: #888888"> @ </font> 5115 *<font style="background-color: #F4C2C2; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #F4C2C2; color: #ffffff"> @ </font> 5116 * 5117 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 5118 *<font style="background-color: #ff0000; color: #F4C2C2"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 5119 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 5120 */ 5121 public static final SColor TEA_ROSE = new SColor(0xF4C2C2, "Tea Rose"); 5122 /** 5123 * Color constant<PRE> 5124 *<font style="background-color: #008080; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #008080; color: #000000"> @ </font> 5125 *<font style="background-color: #008080; color: #000000"> </font><font style="background-color: #000000; color: #800080"> @ </font><font style="background-color: #888888; color: #008080"> @ </font><font style="background-color: #ffffff; color: #008080"> @ </font><font style="background-color: #008080; color: #888888"> @ </font> 5126 *<font style="background-color: #008080; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #008080; color: #ffffff"> @ </font> 5127 * 5128 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 5129 *<font style="background-color: #ff0000; color: #008080"> @ </font><font style="background-color: #ffff00; color: #800080"> @ </font><font style="background-color: #00ff00; color: #008080"> @ </font><font style="background-color: #0000ff; color: #008080"> @ </font><font style="background-color: #964b00; color: #008080"> @ </font> 5130 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 5131 */ 5132 public static final SColor TEAL = new SColor(0x008080, "Teal"); 5133 /** 5134 * Color constant<PRE> 5135 *<font style="background-color: #E2725B; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #E2725B; color: #000000"> @ </font> 5136 *<font style="background-color: #E2725B; color: #E2725B"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #E2725B; color: #888888"> @ </font> 5137 *<font style="background-color: #E2725B; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #E2725B; color: #ffffff"> @ </font> 5138 * 5139 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 5140 *<font style="background-color: #ff0000; color: #E2725B"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 5141 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 5142 */ 5143 public static final SColor TERRA_COTTA = new SColor(0xE2725B, "Terra Cotta"); 5144 /** 5145 * Color constant<PRE> 5146 *<font style="background-color: #A87CA0; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #A87CA0; color: #000000"> @ </font> 5147 *<font style="background-color: #A87CA0; color: #A87CA0"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #A87CA0; color: #888888"> @ </font> 5148 *<font style="background-color: #A87CA0; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #A87CA0; color: #ffffff"> @ </font> 5149 * 5150 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 5151 *<font style="background-color: #ff0000; color: #A87CA0"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 5152 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 5153 */ 5154 public static final SColor THIN_VIOLET = new SColor(0xA87CA0, "Thin Violet"); 5155 /** 5156 * Color constant<PRE> 5157 *<font style="background-color: #D8BFD8; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #D8BFD8; color: #000000"> @ </font> 5158 *<font style="background-color: #D8BFD8; color: #D8BFD8"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #D8BFD8; color: #888888"> @ </font> 5159 *<font style="background-color: #D8BFD8; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #D8BFD8; color: #ffffff"> @ </font> 5160 * 5161 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 5162 *<font style="background-color: #ff0000; color: #D8BFD8"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 5163 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 5164 */ 5165 public static final SColor THISTLE = new SColor(0xD8BFD8, "Thistle"); 5166 /** 5167 * Color constant<PRE> 5168 *<font style="background-color: #317589; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #317589; color: #000000"> @ </font> 5169 *<font style="background-color: #317589; color: #317589"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #317589; color: #888888"> @ </font> 5170 *<font style="background-color: #317589; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #317589; color: #ffffff"> @ </font> 5171 * 5172 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 5173 *<font style="background-color: #ff0000; color: #317589"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 5174 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 5175 */ 5176 public static final SColor THOUSAND_HERB = new SColor(0x317589, "Thousand Herb"); 5177 /** 5178 * Color constant<PRE> 5179 *<font style="background-color: #3B3429; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #3B3429; color: #000000"> @ </font> 5180 *<font style="background-color: #3B3429; color: #3B3429"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #3B3429; color: #888888"> @ </font> 5181 *<font style="background-color: #3B3429; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #3B3429; color: #ffffff"> @ </font> 5182 * 5183 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 5184 *<font style="background-color: #ff0000; color: #3B3429"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 5185 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 5186 */ 5187 public static final SColor THOUSAND_YEAR_OLD_BROWN = new SColor(0x3B3429, "Thousand Year Old Brown"); 5188 /** 5189 * Color constant<PRE> 5190 *<font style="background-color: #374231; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #374231; color: #000000"> @ </font> 5191 *<font style="background-color: #374231; color: #374231"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #374231; color: #888888"> @ </font> 5192 *<font style="background-color: #374231; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #374231; color: #ffffff"> @ </font> 5193 * 5194 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 5195 *<font style="background-color: #ff0000; color: #374231"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 5196 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 5197 */ 5198 public static final SColor THOUSAND_YEAR_OLD_GREEN = new SColor(0x374231, "Thousand Year Old Green"); 5199 /** 5200 * Color constant<PRE> 5201 *<font style="background-color: #F7665A; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #F7665A; color: #000000"> @ </font> 5202 *<font style="background-color: #F7665A; color: #F7665A"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #F7665A; color: #888888"> @ </font> 5203 *<font style="background-color: #F7665A; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #F7665A; color: #ffffff"> @ </font> 5204 * 5205 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 5206 *<font style="background-color: #ff0000; color: #F7665A"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 5207 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 5208 */ 5209 public static final SColor THRICE_DYED_CRIMSON = new SColor(0xF7665A, "Thrice Dyed Crimson"); 5210 /** 5211 * Color constant<PRE> 5212 *<font style="background-color: #FF6347; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FF6347; color: #000000"> @ </font> 5213 *<font style="background-color: #FF6347; color: #FF6347"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #FF6347; color: #888888"> @ </font> 5214 *<font style="background-color: #FF6347; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FF6347; color: #ffffff"> @ </font> 5215 * 5216 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 5217 *<font style="background-color: #ff0000; color: #FF6347"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 5218 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 5219 */ 5220 public static final SColor TOMATO = new SColor(0xFF6347, "Tomato"); 5221 /** 5222 * Color constant<PRE> 5223 *<font style="background-color: #A4345D; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #A4345D; color: #000000"> @ </font> 5224 *<font style="background-color: #A4345D; color: #A4345D"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #A4345D; color: #888888"> @ </font> 5225 *<font style="background-color: #A4345D; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #A4345D; color: #ffffff"> @ </font> 5226 * 5227 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 5228 *<font style="background-color: #ff0000; color: #A4345D"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 5229 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 5230 */ 5231 public static final SColor TREE_PEONY = new SColor(0xA4345D, "Tree Peony"); 5232 /** 5233 * Color constant<PRE> 5234 *<font style="background-color: #FFC0CB; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FFC0CB; color: #000000"> @ </font> 5235 *<font style="background-color: #FFC0CB; color: #FFC0CB"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #FFC0CB; color: #888888"> @ </font> 5236 *<font style="background-color: #FFC0CB; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FFC0CB; color: #ffffff"> @ </font> 5237 * 5238 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 5239 *<font style="background-color: #ff0000; color: #FFC0CB"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 5240 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 5241 */ 5242 public static final SColor TRUE_PINK = new SColor(0xFFC0CB, "True Pink"); 5243 /** 5244 * Color constant<PRE> 5245 *<font style="background-color: #8F1D21; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #8F1D21; color: #000000"> @ </font> 5246 *<font style="background-color: #8F1D21; color: #8F1D21"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #8F1D21; color: #888888"> @ </font> 5247 *<font style="background-color: #8F1D21; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #8F1D21; color: #ffffff"> @ </font> 5248 * 5249 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 5250 *<font style="background-color: #ff0000; color: #8F1D21"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 5251 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 5252 */ 5253 public static final SColor TRUE_RED = new SColor(0x8F1D21, "True Red"); 5254 /** 5255 * Color constant<PRE> 5256 *<font style="background-color: #E69B3A; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #E69B3A; color: #000000"> @ </font> 5257 *<font style="background-color: #E69B3A; color: #E69B3A"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #E69B3A; color: #888888"> @ </font> 5258 *<font style="background-color: #E69B3A; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #E69B3A; color: #ffffff"> @ </font> 5259 * 5260 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 5261 *<font style="background-color: #ff0000; color: #E69B3A"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 5262 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 5263 */ 5264 public static final SColor TURMERIC = new SColor(0xE69B3A, "Turmeric"); 5265 /** 5266 * Color constant<PRE> 5267 *<font style="background-color: #30D5C8; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #30D5C8; color: #000000"> @ </font> 5268 *<font style="background-color: #30D5C8; color: #30D5C8"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #30D5C8; color: #888888"> @ </font> 5269 *<font style="background-color: #30D5C8; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #30D5C8; color: #ffffff"> @ </font> 5270 * 5271 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 5272 *<font style="background-color: #ff0000; color: #30D5C8"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 5273 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 5274 */ 5275 public static final SColor TURQUOISE = new SColor(0x30D5C8, "Turquoise"); 5276 /** 5277 * Color constant<PRE> 5278 *<font style="background-color: #66023C; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #66023C; color: #000000"> @ </font> 5279 *<font style="background-color: #66023C; color: #66023C"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #66023C; color: #888888"> @ </font> 5280 *<font style="background-color: #66023C; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #66023C; color: #ffffff"> @ </font> 5281 * 5282 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 5283 *<font style="background-color: #ff0000; color: #66023C"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 5284 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 5285 */ 5286 public static final SColor TYRIAN_PURPLE = new SColor(0x66023C, "Tyrian Purple"); 5287 /** 5288 * Color constant<PRE> 5289 *<font style="background-color: #120A8F; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #120A8F; color: #000000"> @ </font> 5290 *<font style="background-color: #120A8F; color: #120A8F"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #120A8F; color: #888888"> @ </font> 5291 *<font style="background-color: #120A8F; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #120A8F; color: #ffffff"> @ </font> 5292 * 5293 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 5294 *<font style="background-color: #ff0000; color: #120A8F"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 5295 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 5296 */ 5297 public static final SColor ULTRAMARINE = new SColor(0x120A8F, "Ultramarine"); 5298 /** 5299 * Color constant<PRE> 5300 *<font style="background-color: #5D8CAE; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #5D8CAE; color: #000000"> @ </font> 5301 *<font style="background-color: #5D8CAE; color: #5D8CAE"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #5D8CAE; color: #888888"> @ </font> 5302 *<font style="background-color: #5D8CAE; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #5D8CAE; color: #ffffff"> @ </font> 5303 * 5304 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 5305 *<font style="background-color: #ff0000; color: #5D8CAE"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 5306 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 5307 */ 5308 public static final SColor ULTRAMARINE_DYE = new SColor(0x5D8CAE, "Ultramarine Dye"); 5309 /** 5310 * Color constant<PRE> 5311 *<font style="background-color: #FFDDCA; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FFDDCA; color: #000000"> @ </font> 5312 *<font style="background-color: #FFDDCA; color: #FFDDCA"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #FFDDCA; color: #888888"> @ </font> 5313 *<font style="background-color: #FFDDCA; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #FFDDCA; color: #ffffff"> @ </font> 5314 * 5315 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 5316 *<font style="background-color: #ff0000; color: #FFDDCA"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 5317 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 5318 */ 5319 public static final SColor UNBLEACHED_SILK = new SColor(0xFFDDCA, "Unbleached Silk"); 5320 /** 5321 * Color constant<PRE> 5322 *<font style="background-color: #785E49; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #785E49; color: #000000"> @ </font> 5323 *<font style="background-color: #785E49; color: #785E49"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #785E49; color: #888888"> @ </font> 5324 *<font style="background-color: #785E49; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #785E49; color: #ffffff"> @ </font> 5325 * 5326 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 5327 *<font style="background-color: #ff0000; color: #785E49"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 5328 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 5329 */ 5330 public static final SColor UNDRIED_WALL = new SColor(0x785E49, "Undried Wall"); 5331 /** 5332 * Color constant<PRE> 5333 *<font style="background-color: #44312E; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #44312E; color: #000000"> @ </font> 5334 *<font style="background-color: #44312E; color: #44312E"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #44312E; color: #888888"> @ </font> 5335 *<font style="background-color: #44312E; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #44312E; color: #ffffff"> @ </font> 5336 * 5337 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 5338 *<font style="background-color: #ff0000; color: #44312E"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 5339 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 5340 */ 5341 public static final SColor VANISHING_RED_MOUSE = new SColor(0x44312E, "Vanishing Red Mouse"); 5342 /** 5343 * Color constant<PRE> 5344 *<font style="background-color: #C5B358; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #C5B358; color: #000000"> @ </font> 5345 *<font style="background-color: #C5B358; color: #C5B358"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #C5B358; color: #888888"> @ </font> 5346 *<font style="background-color: #C5B358; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #C5B358; color: #ffffff"> @ </font> 5347 * 5348 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 5349 *<font style="background-color: #ff0000; color: #C5B358"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 5350 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 5351 */ 5352 public static final SColor VEGAS_GOLD = new SColor(0xC5B358, "Vegas Gold"); 5353 /** 5354 * Color constant<PRE> 5355 *<font style="background-color: #224634; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #224634; color: #000000"> @ </font> 5356 *<font style="background-color: #224634; color: #224634"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #224634; color: #888888"> @ </font> 5357 *<font style="background-color: #224634; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #224634; color: #ffffff"> @ </font> 5358 * 5359 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 5360 *<font style="background-color: #ff0000; color: #224634"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 5361 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 5362 */ 5363 public static final SColor VELVET = new SColor(0x224634, "Velvet"); 5364 /** 5365 * Color constant<PRE> 5366 *<font style="background-color: #E34234; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #E34234; color: #000000"> @ </font> 5367 *<font style="background-color: #E34234; color: #E34234"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #E34234; color: #888888"> @ </font> 5368 *<font style="background-color: #E34234; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #E34234; color: #ffffff"> @ </font> 5369 * 5370 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 5371 *<font style="background-color: #ff0000; color: #E34234"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 5372 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 5373 */ 5374 public static final SColor VERMILION = new SColor(0xE34234, "Vermillion"); 5375 /** 5376 * Color constant<PRE> 5377 *<font style="background-color: #6D2B50; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #6D2B50; color: #000000"> @ </font> 5378 *<font style="background-color: #6D2B50; color: #6D2B50"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #6D2B50; color: #888888"> @ </font> 5379 *<font style="background-color: #6D2B50; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #6D2B50; color: #ffffff"> @ </font> 5380 * 5381 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 5382 *<font style="background-color: #ff0000; color: #6D2B50"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 5383 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 5384 */ 5385 public static final SColor VINE_GRAPE = new SColor(0x6D2B50, "Vine Grape"); 5386 /** 5387 * Color constant<PRE> 5388 *<font style="background-color: #8B00FF; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #8B00FF; color: #000000"> @ </font> 5389 *<font style="background-color: #8B00FF; color: #8B00FF"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #8B00FF; color: #888888"> @ </font> 5390 *<font style="background-color: #8B00FF; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #8B00FF; color: #ffffff"> @ </font> 5391 * 5392 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 5393 *<font style="background-color: #ff0000; color: #8B00FF"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 5394 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 5395 */ 5396 public static final SColor VIOLET = new SColor(0x8B00FF, "Violet"); 5397 /** 5398 * Color constant<PRE> 5399 *<font style="background-color: #5B3256; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #5B3256; color: #000000"> @ </font> 5400 *<font style="background-color: #5B3256; color: #5B3256"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #5B3256; color: #888888"> @ </font> 5401 *<font style="background-color: #5B3256; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #5B3256; color: #ffffff"> @ </font> 5402 * 5403 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 5404 *<font style="background-color: #ff0000; color: #5B3256"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 5405 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 5406 */ 5407 public static final SColor VIOLET_DYE = new SColor(0x5B3256, "Violet Dye"); 5408 /** 5409 * Color constant<PRE> 5410 *<font style="background-color: #40826D; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #40826D; color: #000000"> @ </font> 5411 *<font style="background-color: #40826D; color: #40826D"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #40826D; color: #888888"> @ </font> 5412 *<font style="background-color: #40826D; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #40826D; color: #ffffff"> @ </font> 5413 * 5414 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 5415 *<font style="background-color: #ff0000; color: #40826D"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 5416 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 5417 */ 5418 public static final SColor VIRIDIAN = new SColor(0x40826D, "Viridian"); 5419 /** 5420 * Color constant<PRE> 5421 *<font style="background-color: #9F7462; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #9F7462; color: #000000"> @ </font> 5422 *<font style="background-color: #9F7462; color: #9F7462"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #9F7462; color: #888888"> @ </font> 5423 *<font style="background-color: #9F7462; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #9F7462; color: #ffffff"> @ </font> 5424 * 5425 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 5426 *<font style="background-color: #ff0000; color: #9F7462"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 5427 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 5428 */ 5429 public static final SColor WALNUT = new SColor(0x9F7462, "Walnut"); 5430 /** 5431 * Color constant<PRE> 5432 *<font style="background-color: #ffb3a7; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #ffb3a7; color: #000000"> @ </font> 5433 *<font style="background-color: #ffb3a7; color: #ffb3a7"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #ffb3a7; color: #888888"> @ </font> 5434 *<font style="background-color: #ffb3a7; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #ffb3a7; color: #ffffff"> @ </font> 5435 * 5436 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 5437 *<font style="background-color: #ff0000; color: #ffb3a7"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 5438 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 5439 */ 5440 public static final SColor WASHED_OUT_CRIMSON = new SColor(0xffb3a7, "Washed Out Crimson"); 5441 /** 5442 * Color constant<PRE> 5443 *<font style="background-color: #EC8254; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #EC8254; color: #000000"> @ </font> 5444 *<font style="background-color: #EC8254; color: #EC8254"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #EC8254; color: #888888"> @ </font> 5445 *<font style="background-color: #EC8254; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #EC8254; color: #ffffff"> @ </font> 5446 * 5447 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 5448 *<font style="background-color: #ff0000; color: #EC8254"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 5449 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 5450 */ 5451 public static final SColor WASHED_OUT_PERSIMMON = new SColor(0xEC8254, "Washed Out Persimmon"); 5452 /** 5453 * Color constant<PRE> 5454 *<font style="background-color: #86ABA5; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #86ABA5; color: #000000"> @ </font> 5455 *<font style="background-color: #86ABA5; color: #86ABA5"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #86ABA5; color: #888888"> @ </font> 5456 *<font style="background-color: #86ABA5; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #86ABA5; color: #ffffff"> @ </font> 5457 * 5458 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 5459 *<font style="background-color: #ff0000; color: #86ABA5"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 5460 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 5461 */ 5462 public static final SColor WATER = new SColor(0x86ABA5, "Water"); 5463 /** 5464 * Color constant<PRE> 5465 *<font style="background-color: #B56C60; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #B56C60; color: #000000"> @ </font> 5466 *<font style="background-color: #B56C60; color: #B56C60"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #B56C60; color: #888888"> @ </font> 5467 *<font style="background-color: #B56C60; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #B56C60; color: #ffffff"> @ </font> 5468 * 5469 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 5470 *<font style="background-color: #ff0000; color: #B56C60"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 5471 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 5472 */ 5473 public static final SColor WATER_PERSIMMON = new SColor(0xB56C60, "Water Persimmon"); 5474 /** 5475 * Color constant<PRE> 5476 *<font style="background-color: #F5DEB3; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #F5DEB3; color: #000000"> @ </font> 5477 *<font style="background-color: #F5DEB3; color: #F5DEB3"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #F5DEB3; color: #888888"> @ </font> 5478 *<font style="background-color: #F5DEB3; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #F5DEB3; color: #ffffff"> @ </font> 5479 * 5480 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 5481 *<font style="background-color: #ff0000; color: #F5DEB3"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 5482 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 5483 */ 5484 public static final SColor WHEAT = new SColor(0xF5DEB3, "Wheat"); 5485 /** 5486 * Color constant<PRE> 5487 *<font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> @ </font> 5488 *<font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #000000; color: #ffffff"> @ </font><font style="background-color: #888888; color: #ffffff"> @ </font><font style="background-color: #ffffff; color: #ffffff"> @ </font><font style="background-color: #ffffff; color: #888888"> @ </font> 5489 *<font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #ffffff; color: #ffffff"> @ </font> 5490 * 5491 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 5492 *<font style="background-color: #ff0000; color: #ffffff"> @ </font><font style="background-color: #ffff00; color: #ffffff"> @ </font><font style="background-color: #00ff00; color: #ffffff"> @ </font><font style="background-color: #0000ff; color: #ffffff"> @ </font><font style="background-color: #964b00; color: #ffffff"> @ </font> 5493 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 5494 */ 5495 public static final SColor WHITE = new SColor(0xffffff, "White"); 5496 /** 5497 * Color constant<PRE> 5498 *<font style="background-color: #B9A193; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #B9A193; color: #000000"> @ </font> 5499 *<font style="background-color: #B9A193; color: #B9A193"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #B9A193; color: #888888"> @ </font> 5500 *<font style="background-color: #B9A193; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #B9A193; color: #ffffff"> @ </font> 5501 * 5502 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 5503 *<font style="background-color: #ff0000; color: #B9A193"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 5504 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 5505 */ 5506 public static final SColor WHITE_MOUSE = new SColor(0xB9A193, "white Mouse"); 5507 /** 5508 * Color constant<PRE> 5509 *<font style="background-color: #CE9F6F; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #CE9F6F; color: #000000"> @ </font> 5510 *<font style="background-color: #CE9F6F; color: #CE9F6F"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #CE9F6F; color: #888888"> @ </font> 5511 *<font style="background-color: #CE9F6F; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #CE9F6F; color: #ffffff"> @ </font> 5512 * 5513 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 5514 *<font style="background-color: #ff0000; color: #CE9F6F"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 5515 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 5516 */ 5517 public static final SColor WHITE_OAK = new SColor(0xCE9F6F, "White Oak"); 5518 /** 5519 * Color constant<PRE> 5520 *<font style="background-color: #C48E69; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #C48E69; color: #000000"> @ </font> 5521 *<font style="background-color: #C48E69; color: #C48E69"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #C48E69; color: #888888"> @ </font> 5522 *<font style="background-color: #C48E69; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #C48E69; color: #ffffff"> @ </font> 5523 * 5524 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 5525 *<font style="background-color: #ff0000; color: #C48E69"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 5526 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 5527 */ 5528 public static final SColor WHITE_TEA_DYE = new SColor(0xC48E69, "White Tea Dye"); 5529 /** 5530 * Color constant<PRE> 5531 *<font style="background-color: #A5BA93; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #A5BA93; color: #000000"> @ </font> 5532 *<font style="background-color: #A5BA93; color: #A5BA93"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #A5BA93; color: #888888"> @ </font> 5533 *<font style="background-color: #A5BA93; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #A5BA93; color: #ffffff"> @ </font> 5534 * 5535 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 5536 *<font style="background-color: #ff0000; color: #3A5BA93"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 5537 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 5538 */ 5539 public static final SColor WHITISH_GREEN = new SColor(0xA5BA93, "Whitish Green"); 5540 /** 5541 * Color constant<PRE> 5542 *<font style="background-color: #8C9E5E; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #8C9E5E; color: #000000"> @ </font> 5543 *<font style="background-color: #8C9E5E; color: #8C9E5E"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #8C9E5E; color: #888888"> @ </font> 5544 *<font style="background-color: #8C9E5E; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #8C9E5E; color: #ffffff"> @ </font> 5545 * 5546 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 5547 *<font style="background-color: #ff0000; color: #8C9E5E"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 5548 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 5549 */ 5550 public static final SColor WILLOW_DYE = new SColor(0x8C9E5E, "Willow Dye"); 5551 /** 5552 * Color constant<PRE> 5553 *<font style="background-color: #817B69; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #817B69; color: #000000"> @ </font> 5554 *<font style="background-color: #817B69; color: #817B69"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #817B69; color: #888888"> @ </font> 5555 *<font style="background-color: #817B69; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #817B69; color: #ffffff"> @ </font> 5556 * 5557 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 5558 *<font style="background-color: #ff0000; color: #817B69"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 5559 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 5560 */ 5561 public static final SColor WILLOW_GREY = new SColor(0x817B69, "Willow Grey"); 5562 /** 5563 * Color constant<PRE> 5564 *<font style="background-color: #9C8A4D; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #9C8A4D; color: #000000"> @ </font> 5565 *<font style="background-color: #9C8A4D; color: #9C8A4D"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #9C8A4D; color: #888888"> @ </font> 5566 *<font style="background-color: #9C8A4D; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #9C8A4D; color: #ffffff"> @ </font> 5567 * 5568 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 5569 *<font style="background-color: #ff0000; color: #9C8A4D"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 5570 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 5571 */ 5572 public static final SColor WILLOW_TEA = new SColor(0x9C8A4D, "Willow Tea"); 5573 /** 5574 * Color constant<PRE> 5575 *<font style="background-color: #AB4C3D; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #AB4C3D; color: #000000"> @ </font> 5576 *<font style="background-color: #AB4C3D; color: #AB4C3D"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #AB4C3D; color: #888888"> @ </font> 5577 *<font style="background-color: #AB4C3D; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #AB4C3D; color: #ffffff"> @ </font> 5578 * 5579 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 5580 *<font style="background-color: #ff0000; color: #AB4C3D"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 5581 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 5582 */ 5583 public static final SColor WILTED_LAWN_CLIPPINGS = new SColor(0xAB4C3D, "Wilted Lawn Clippings"); 5584 /** 5585 * Color constant<PRE> 5586 *<font style="background-color: #BCB58C; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #BCB58C; color: #000000"> @ </font> 5587 *<font style="background-color: #BCB58C; color: #BCB58C"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #BCB58C; color: #888888"> @ </font> 5588 *<font style="background-color: #BCB58C; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #BCB58C; color: #ffffff"> @ </font> 5589 * 5590 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 5591 *<font style="background-color: #ff0000; color: #BCB58C"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 5592 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 5593 */ 5594 public static final SColor WILLOW_LEAVES_UNDERSIDE = new SColor(0xBCB58C, "Willow Leaves Underside"); 5595 /** 5596 * Color constant<PRE> 5597 *<font style="background-color: #C9A0DC; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #C9A0DC; color: #000000"> @ </font> 5598 *<font style="background-color: #C9A0DC; color: #C9A0DC"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #C9A0DC; color: #888888"> @ </font> 5599 *<font style="background-color: #C9A0DC; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #C9A0DC; color: #ffffff"> @ </font> 5600 * 5601 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 5602 *<font style="background-color: #ff0000; color: #C9A0DC"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 5603 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 5604 */ 5605 public static final SColor WISTERIA = new SColor(0xC9A0DC, "Wisteria"); 5606 /** 5607 * Color constant<PRE> 5608 *<font style="background-color: #89729E; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #89729E; color: #000000"> @ </font> 5609 *<font style="background-color: #89729E; color: #89729E"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #89729E; color: #888888"> @ </font> 5610 *<font style="background-color: #89729E; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #89729E; color: #ffffff"> @ </font> 5611 * 5612 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 5613 *<font style="background-color: #ff0000; color: #89729E"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 5614 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 5615 */ 5616 public static final SColor WISTERIA_DYE = new SColor(0x89729E, "Wisteria Dye"); 5617 /** 5618 * Color constant<PRE> 5619 *<font style="background-color: #875F9A; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #875F9A; color: #000000"> @ </font> 5620 *<font style="background-color: #875F9A; color: #875F9A"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #875F9A; color: #888888"> @ </font> 5621 *<font style="background-color: #875F9A; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #875F9A; color: #ffffff"> @ </font> 5622 * 5623 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 5624 *<font style="background-color: #ff0000; color: #875F9A"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 5625 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 5626 */ 5627 public static final SColor WISTERIA_PURPLE = new SColor(0x875F9A, "Wisteria Purple"); 5628 /** 5629 * Color constant<PRE> 5630 *<font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> @ </font> 5631 *<font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #000000; color: #ffff00"> @ </font><font style="background-color: #888888; color: #ffff00"> @ </font><font style="background-color: #ffffff; color: #ffff00"> @ </font><font style="background-color: #ffff00; color: #888888"> @ </font> 5632 *<font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #ffff00; color: #ffffff"> @ </font> 5633 * 5634 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 5635 *<font style="background-color: #ff0000; color: #ffff00"> @ </font><font style="background-color: #ffff00; color: #ffff00"> @ </font><font style="background-color: #00ff00; color: #ffff00"> @ </font><font style="background-color: #0000ff; color: #ffff00"> @ </font><font style="background-color: #964b00; color: #ffff00"> @ </font> 5636 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 5637 */ 5638 public static final SColor YELLOW = new SColor(0xffff00, "Yellow"); 5639 /** 5640 * Color constant<PRE> 5641 *<font style="background-color: #9ACD32; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #9ACD32; color: #000000"> @ </font> 5642 *<font style="background-color: #9ACD32; color: #9ACD32"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #9ACD32; color: #888888"> @ </font> 5643 *<font style="background-color: #9ACD32; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #9ACD32; color: #ffffff"> @ </font> 5644 * 5645 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 5646 *<font style="background-color: #ff0000; color: #9ACD32"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 5647 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 5648 */ 5649 public static final SColor YELLOW_GREEN = new SColor(0x9ACD32, "Yellow Green"); 5650 /** 5651 * Color constant<PRE> 5652 *<font style="background-color: #896C39; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #896C39; color: #000000"> @ </font> 5653 *<font style="background-color: #896C39; color: #896C39"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #896C39; color: #888888"> @ </font> 5654 *<font style="background-color: #896C39; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #896C39; color: #ffffff"> @ </font> 5655 * 5656 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 5657 *<font style="background-color: #ff0000; color: #896C39"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 5658 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 5659 */ 5660 public static final SColor YELLOW_SEA_PINE_BROWN = new SColor(0x896C39, "Yellow Sea Pine Brown"); 5661 /** 5662 * Color constant<PRE> 5663 *<font style="background-color: #6b9362; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #6b9362; color: #000000"> @ </font> 5664 *<font style="background-color: #6b9362; color: #6b9362"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #6b9362; color: #888888"> @ </font> 5665 *<font style="background-color: #6b9362; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #6b9362; color: #ffffff"> @ </font> 5666 * 5667 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 5668 *<font style="background-color: #ff0000; color: #6b9362"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 5669 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 5670 */ 5671 public static final SColor YOUNG_BAMBOO = new SColor(0x6b9362, "Young Bamboo"); 5672 /** 5673 * Color constant<PRE> 5674 *<font style="background-color: #EBC2AF; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #EBC2AF; color: #000000"> @ </font> 5675 *<font style="background-color: #EBC2AF; color: #EBC2AF"> </font><font style="background-color: #000000;"> @ </font><font style="background-color: #888888;"> @ </font><font style="background-color: #ffffff;"> @ </font><font style="background-color: #EBC2AF; color: #888888"> @ </font> 5676 *<font style="background-color: #EBC2AF; color: #000000"> </font><font style="background-color: #000000; color: #000000"> </font><font style="background-color: #888888; color: #000000"> </font><font style="background-color: #ffffff; color: #000000"> </font><font style="background-color: #EBC2AF; color: #ffffff"> @ </font> 5677 * 5678 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font> 5679 *<font style="background-color: #ff0000; color: #EBC2AF"> @ </font><font style="background-color: #ffff00;"> @ </font><font style="background-color: #00ff00;"> @ </font><font style="background-color: #0000ff;"> @ </font><font style="background-color: #964b00;"> @ </font> 5680 *<font style="background-color: #ff0000; color: #000000"> </font><font style="background-color: #ffff00; color: #000000"> </font><font style="background-color: #00ff00; color: #000000"> </font><font style="background-color: #0000ff; color: #000000"> </font><font style="background-color: #964b00; color: #000000"> </font></PRE> 5681 */ 5682 public static final SColor ZINNWALDITE = new SColor(0xEBC2AF, "Zinnwaldite"); 5683 /** 5684 * A color constant that is fully transparent. The RGB portion is Black, but 5685 * should not render when used in a method that respects alpha values. 5686 */ 5687 public static final SColor TRANSPARENT = new SColor(0x00000000, "Transparent"); 5688 /** 5689 * This array is loaded with the colors found in the rainbow, in the 5690 * standard ROYGBIV order. 5691 */ 5692 public static SColor[] RAINBOW = { 5693 RED_PIGMENT, ORANGE_PEEL, YELLOW, GREEN, BLUE, INDIGO_DYE, VIOLET}; 5694 /** 5695 * This array is loaded with the colors from the traditional Japanese 5696 * Red-Violet Series found at the wikipedia site here: 5697 * http://en.wikipedia.org/wiki/Traditional_colors_of_Japan 5698 */ 5699 public static SColor[] RED_VIOLET_SERIES = { 5700 ONE_KIN_DYE, RED_PLUM, CHERRY_BLOSSOM_DYE, PALE_CRIMSON, PEACH_DYE, MEDIUM_CRIMSON, WASHED_OUT_CRIMSON}; 5701 /** 5702 * This array is loaded with the colors from the traditional Japanese Red 5703 * Series found at the wikipedia site here: 5704 * http://en.wikipedia.org/wiki/Traditional_colors_of_Japan 5705 */ 5706 public static SColor[] RED_SERIES = { 5707 IBIS_WING, LONG_SPRING, COCHINEAL_RED, THRICE_DYED_CRIMSON, PLUM_BLOSSOM_MOUSE, PURE_CRIMSON, RED_BEAN, 5708 SHRIMP_BROWN, DAWN, ORANGUTAN, PERSIMMON_JUICE, RED_KITE, BLACK_KITE, GLAZED_PERSIMMON, EDO_BROWN, 5709 CYPRESS_BARK, RINSED_OUT_RED, BREWED_MUSTARD_BROWN, OVERDYED_RED_BROWN, CHINESE_TEA_BROWN, FADED_CHINESE_TEA_BROWN, 5710 CHESTNUT_LEATHER_BROWN, IBIS, CHERRY_BLOSSOM_MOUSE, FOREIGN_CRIMSON, DEEP_SCARLET, WATER_PERSIMMON, 5711 SAPPANWOOD_INCENSE, TRUE_RED, SILVERED_RED, CHESTNUT_PLUM, CORAL_DYE, WILTED_LAWN_CLIPPINGS, RED_BIRCH, 5712 CYPRESS_BARK_RED, BLOOD_RED, BLOOD, BENI_DYE, MEAT, RED_INCENSE, EARTHEN_YELLOW_RED_BROWN, DISTANT_RIVER_BROWN, 5713 BIRCH_BROWN, SPARROW_BROWN, BOILED_RED_BEAN_BROWN}; 5714 /** 5715 * This array is loaded with the colors from the traditional Japanese Yellow 5716 * Red Series found at the wikipedia site here: 5717 * http://en.wikipedia.org/wiki/Traditional_colors_of_Japan 5718 */ 5719 public static SColor[] YELLOW_RED_SERIES = { 5720 WALNUT, SUMAC, RICH_GARDENIA, RED_OCHRE, POLISHED_BROWN, STYLISH_PERSIMMON, DAYLILY, RED_DYE_TURMERIC, 5721 LEGAL_DYE, AMBER_DYE, DECAYING_LEAVES, CLOVE_DYED, BRUSHWOOD_DYED, SOOTY_BAMBOO, EARTHEN_YELLOW, CHINESE_TEA_YELLOW, 5722 CATTAIL, SCORTCHED_BROWN, WASHED_OUT_PERSIMMON, SAWTOOTH_OAK, GREEN_TEA_DYE, PALE_PERSIMMON, PLUM_DYED, 5723 CLOVE_BROWN, LOQUAT_BROWN, PALE_INCENSE, GOLDEN_BROWN_DYE, FOX, ALOEWOOD, WHITE_TEA_DYE, 5724 DRIED_WEATHERED_BAMBOO, FLATTERY_BROWN}; 5725 /** 5726 * This array is loaded with the colors from the traditional Japanese Yellow 5727 * Series found at the wikipedia site here: 5728 * http://en.wikipedia.org/wiki/Traditional_colors_of_Japan 5729 */ 5730 public static SColor[] YELLOW_SERIES = { 5731 LIGHT_YELLOW_DYE, EGG_DYE, BRIGHT_GOLD_BROWN, UNDRIED_WALL, CORN_DYE, GOLDEN_OAK, FLORAL_LEAF, TURMERIC, 5732 FADED_SEN_NO_RIKYUS_TEA, LYE, TEA_GARDEN_CONTEMPLATION, RAPESEED_OIL, NIGHTINGALE_BROWN, JAPANESE_TRIANDRA_GRASS, 5733 STEAMED_CHESTNUT, FINCH_BROWN, NIGHTINGALE, BRIGHT_GOLDEN_YELLOW, SUMAC_DYED, MULBERRY_DYED, CAPE_JASMINE, 5734 WHITE_OAK, GAMBOGE_DYE, EGGSHELL_PAPER, GOLDEN_FALLEN_LEAVES, SEN_NO_RIKYUS_TEA, JAPANESE_IRIS, 5735 SIMMERED_SEAWEED, YELLOW_SEA_PINE_BROWN, RAPEBLOSSOM_BROWN, AMUR_CORK_TREE, PALE_FALLEN_LEAVES, PATRINIA_FLOWER}; 5736 /** 5737 * This array is loaded with the colors from the traditional Japanese Yellow 5738 * Green Series found at the wikipedia site here: 5739 * http://en.wikipedia.org/wiki/Traditional_colors_of_Japan 5740 */ 5741 public static SColor[] YELLOW_GREEN_SERIES = { 5742 GREENFINCH, WILLOW_TEA, FLIRTATIOUS_INDIGO_TEA, DEAD_MANS_FINGERS_SEAWEED, BAIKO_BROWN, SISKIN_SPROUT_YELLOW, 5743 WILLOW_LEAVES_UNDERSIDE, WILLOW_DYE, BLUE_BLACK_CRAYFISH, PALE_OAK, RIKAN_BROWN, MOSS, THOUSAND_YEAR_OLD_BROWN, 5744 IWAI_BROWN, SOOTY_WILLOW_BAMBOO, PALE_YOUNG_GREEN_ONION, FRESH_ONION, PINE_NEEDLE}; 5745 /** 5746 * This array is loaded with the colors from the traditional Japanese Blue 5747 * Green Series found at the wikipedia site here: 5748 * http://en.wikipedia.org/wiki/Traditional_colors_of_Japan 5749 */ 5750 public static SColor[] BLUE_GREEN_SERIES = { 5751 JAPANESE_PALE_BLUE, WILLOW_GREY, THOUSAND_YEAR_OLD_GREEN, WHITISH_GREEN, PATINA, STOREROOM_BROWN, GREYISH_DARK_GREEN, 5752 INSECT_SCREEN, ALOEWOOD_BROWN, CELADON_DYE, RUSTY_STOREROOM, SILK_CREPE_BROWN, YOUNG_BAMBOO, OLD_BAMBOO, 5753 MIDORI, RUSTY_CELADON, HORSETAIL, GREEN_BAMBOO, VELVET, FRAGILE_SEAWEED_BROWN, PALE_GREEN_ONION, BLUE_GREEN_DYE, 5754 IRON, GORYEO_STOREROOM}; 5755 /** 5756 * This array is loaded with the colors from the traditional Japanese Blue 5757 * Violet Series found at the wikipedia site here: 5758 * http://en.wikipedia.org/wiki/Traditional_colors_of_Japan 5759 */ 5760 public static SColor[] BLUE_VIOLET_SERIES = { 5761 HARBOR_RAT, IRON_STORAGE, RUSTED_LIGHT_BLUE, LIGHT_BLUE_DYE, RUSTY_STORAGE, JAPANESE_INDIGO, LIGHT_BLUE_FLOWER, 5762 OPPOSITE_FLOWER, IRONHEAD_FLOWER, SKY, ULTRAMARINE_DYE, COARSE_WOOL, NAVY_BLUE_DYE, STAINED_RED, MOUSY_WISTERIA, 5763 WISTERIA_DYE, DULL_BLUE, WATER, INSIDE_OF_A_BOTTLE, NEW_BRIDGE, MOUSY_INDIGO, ONANDO, THOUSAND_HERB, LIGHT_BLUE_SILK, 5764 KIMONO_STORAGE, BLACK_CHESTNUT_OAK, DARK_BLUE_DYE, LAPIS_LAZULI, DARK_BLUE_LAPIS_LAZULI, NAVY_BLUE_BELLFLOWER, 5765 SAFFLOWER, DARK_INDIGO}; 5766 /** 5767 * This array is loaded with the colors from the traditional Japanese Violet 5768 * Series found at the wikipedia site here: 5769 * http://en.wikipedia.org/wiki/Traditional_colors_of_Japan 5770 */ 5771 public static SColor[] VIOLET_SERIES = { 5772 WISTERIA_PURPLE, TATARIAN_ASTER, BLUE_VIOLET_DYE, THIN_VIOLET, VIOLET_DYE, DARK_RED_DYE, RED_WISTERIA, 5773 DOVE_FEATHER_GREY, VINE_GRAPE, TREE_PEONY, FAKE_PURPLE, SAPPANWOOD, VANISHING_RED_MOUSE, BELLFLOWER, 5774 DISAPPEARING_PURPLE, DEEP_PURPLE, HALF_PURPLE, PURPLE_DYE, IRIS, RABBIT_EAR_IRIS, GRAPE_MOUSE, BURNT_BAMBOO, 5775 PLUM_PURPLE, PURPLE_KITE, MULBERRY}; 5776 /** 5777 * This array is loaded with the colors from the traditional Japanese 5778 * Achromatic Series found at the wikipedia site here: 5779 * http://en.wikipedia.org/wiki/Traditional_colors_of_Japan 5780 */ 5781 public static SColor[] ACHROMATIC_SERIES = { 5782 UNBLEACHED_SILK, SILVER_GREY, BROWN_RAT_GREY, BETEL_NUT_DYE, BLACK_DYE, WHITE_MOUSE, PLAIN_MOUSE, 5783 INDIGO_INK_BROWN, INK, INDIGO_WHITE}; 5784 /** 5785 * This array is loaded with all of the colors defined in SColor, in 5786 * arbitrary order. 5787 */ 5788 public static SColor[] FULL_PALETTE = {ALICE_BLUE, ALIZARIN, ALOEWOOD, ALOEWOOD_BROWN, AMARANTH, AMBER, 5789 AMBER_DYE, AMETHYST, AMUR_CORK_TREE, APRICOT, AQUA, AQUAMARINE, ARMY_GREEN, ASPARAGUS, ATOMIC_TANGERINE, 5790 AUBURN, AZUL, AZURE, BABY_BLUE, BAIKO_BROWN, BEIGE, BELLFLOWER, BENI_DYE, BETEL_NUT_DYE, BIRCH_BROWN, 5791 BISTRE, BLACK, BLACK_CHESTNUT_OAK, BLACK_DYE, BLACK_KITE, BLOOD, BLOOD_RED, BLUE, BLUE_BLACK_CRAYFISH, 5792 BLUE_GREEN, BLUE_GREEN_DYE, BLUE_VIOLET, BLUE_VIOLET_DYE, BOILED_RED_BEAN_BROWN, BONDI_BLUE, BRASS, 5793 BREWED_MUSTARD_BROWN, BRIGHT_GOLD_BROWN, BRIGHT_GOLDEN_YELLOW, BRIGHT_GREEN, BRIGHT_PINK, 5794 BRIGHT_TURQUOISE, BRILLIANT_ROSE, BRONZE, BROWN, BROWN_RAT_GREY, BROWNER, BRUSHWOOD_DYED, BUFF, 5795 BURGUNDY, BURNT_BAMBOO, BURNT_ORANGE, BURNT_SIENNA, BURNT_UMBER, CAMO_GREEN, CAPE_JASMINE, 5796 CAPUT_MORTUUM, CARDINAL, CARMINE, CARNATION_PINK, CAROLINA_BLUE, CARROT_ORANGE, CATTAIL, CELADON, 5797 CELADON_DYE, CERISE, CERULEAN, CERULEAN_BLUE, CHARTREUSE, CHARTREUSE_GREEN, CHERRY_BLOSSOM, 5798 CHERRY_BLOSSOM_DYE, CHERRY_BLOSSOM_MOUSE, CHESTNUT, CHESTNUT_LEATHER_BROWN, CHESTNUT_PLUM, 5799 CHINESE_TEA_BROWN, CHINESE_TEA_YELLOW, CHOCOLATE, CINNABAR, CINNAMON, CLOVE_BROWN, CLOVE_DYED, 5800 COARSE_WOOL, COBALT, COCHINEAL_RED, COLUMBIA_BLUE, COPPER, COPPER_ROSE, CORAL, CORAL_DYE, CORAL_RED, 5801 CORN, CORN_DYE, CORNFLOWER_BLUE, COSMIC_LATTE, CREAM, CRIMSON, CYAN, CYPRESS_BARK, CYPRESS_BARK_RED, 5802 DARK_BLUE, DARK_BLUE_DYE, DARK_BLUE_LAPIS_LAZULI, DARK_BROWN, DARK_CERULEAN, DARK_CHESTNUT, DARK_CORAL, 5803 DARK_GOLDENROD, DARK_GRAY, DARK_GREEN, DARK_INDIGO, DARK_KHAKI, DARK_PASTEL_GREEN, DARK_PINK, 5804 DARK_SCARLET, DARK_RED, DARK_RED_DYE, DARK_SALMON, DARK_SLATE_GRAY, DARK_SPRING_GREEN, DARK_TAN, 5805 DARK_TURQUOISE, DARK_VIOLET, DAWN, DAYLILY, DEAD_MANS_FINGERS_SEAWEED, DECAYING_LEAVES, DEEP_CERISE, 5806 DEEP_CHESTNUT, DEEP_FUCHSIA, DEEP_LILAC, DEEP_MAGENTA, DEEP_PEACH, DEEP_PINK, DEEP_PURPLE, DEEP_SCARLET, 5807 DENIM, DISAPPEARING_PURPLE, DISTANT_RIVER_BROWN, DODGER_BLUE, DOVE_FEATHER_GREY, DRIED_WEATHERED_BAMBOO, 5808 DULL_BLUE, EARTHEN_YELLOW, EARTHEN_YELLOW_RED_BROWN, ECRU, EDO_BROWN, EGG_DYE, EGGSHELL_PAPER, 5809 EGYPTIAN_BLUE, ELECTRIC_BLUE, ELECTRIC_GREEN, ELECTRIC_INDIGO, ELECTRIC_LIME, ELECTRIC_PURPLE, EMERALD, 5810 EGGPLANT, FADED_CHINESE_TEA_BROWN, FADED_SEN_NO_RIKYUS_TEA, FAKE_PURPLE, FALU_RED, FERN_GREEN, 5811 FINCH_BROWN, FIREBRICK, FLATTERY_BROWN, FLAX, FLIRTATIOUS_INDIGO_TEA, FLORAL_LEAF, FOREIGN_CRIMSON, 5812 FOREST_GREEN, FOX, FRAGILE_SEAWEED_BROWN, FRENCH_ROSE, FRESH_ONION, FUCSHIA_PINK, GAMBOGE, GAMBOGE_DYE, 5813 GLAZED_PERSIMMON, GOLD, GOLDEN, GOLDEN_BROWN, GOLDEN_BROWN_DYE, GOLDEN_FALLEN_LEAVES, GOLDEN_OAK, 5814 GOLDEN_YELLOW, GOLDENROD, GORYEO_STOREROOM, GRAPE_MOUSE, GRAY, GRAY_ASPARAGUS, GREEN, GREENFINCH, 5815 GREEN_BAMBOO, GREEN_TEA_DYE, GREEN_YELLOW, GREYISH_DARK_GREEN, HALF_PURPLE, HAN_PURPLE, HARBOR_RAT, 5816 HELIOTROPE, HOLLYWOOD_CERISE, HORSETAIL, HOT_MAGENTA, HOT_PINK, IBIS, IBIS_WING, INDIGO, INDIGO_DYE, 5817 INDIGO_INK_BROWN, INDIGO_WHITE, INK, INSECT_SCREEN, INSIDE_OF_A_BOTTLE, INTERNATIONAL_KLEIN_BLUE, 5818 INTERNATIONAL_ORANGE, IRIS, IRON, IRONHEAD_FLOWER, IRON_STORAGE, ISLAMIC_GREEN, IVORY, IWAI_BROWN, 5819 JADE, JAPANESE_INDIGO, JAPANESE_IRIS, JAPANESE_PALE_BLUE, JAPANESE_TRIANDRA_GRASS, KELLY_GREEN, KHAKI, 5820 KIMONO_STORAGE, LAPIS_LAZULI, LAVENDER_FLORAL, LAVENDER, LAVENDER_BLUE, LAVENDER_BLUSH, LAVENDER_GRAY, 5821 LAVENDER_MAGENTA, LAVENDER_PINK, LAVENDER_PURPLE, LAVENDER_ROSE, LAWN_GREEN, LEGAL_DYE, LEMON, 5822 LEMON_CHIFFON, LIGHT_BLUE, LIGHT_BLUE_DYE, LIGHT_BLUE_FLOWER, LIGHT_BLUE_SILK, LIGHT_GRAY, LIGHT_KHAKI, 5823 LIGHT_LIME, LIGHT_MAROON, LIGHT_PINK, LIGHT_VIOLET, LIGHT_YELLOW_DYE, LILAC, LIME, LIME_GREEN, LINEN, 5824 LONG_SPRING, LOQUAT_BROWN, LYE, MAGENTA_DYE, MAGIC_MINT, MAGNOLIA, MALACHITE, MAROON, MAGENTA, 5825 MAYA_BLUE, MAUVE, MAUVE_TAUPE, MEAT, MEDIUM_BLUE, MEDIUM_CARMINE, MEDIUM_CRIMSON, 5826 MEDIUM_LAVENDER_MAGENTA, MEDIUM_PURPLE, MEDIUM_SPRING_GREEN, MIDORI, MIDNIGHT_BLUE, MINT_GREEN, 5827 MISTY_ROSE, MOSS, MOSS_GREEN, MOUNTBATTEN_PINK, MOUSY_INDIGO, MOUSY_WISTERIA, MULBERRY, MULBERRY_DYED, 5828 MUSTARD, MYRTLE, NAVAJO_WHITE, NAVY_BLUE, NAVY_BLUE_BELLFLOWER, NAVY_BLUE_DYE, NEW_BRIDGE, NIGHTINGALE, 5829 NIGHTINGALE_BROWN, OCHRE, OLD_BAMBOO, OLD_GOLD, OLD_LACE, OLD_LAVENDER, OLD_ROSE, OLIVE, OLIVE_DRAB, 5830 OLIVINE, ONANDO, ONE_KIN_DYE, OPPOSITE_FLOWER, ORANGE, ORANGE_PEEL, ORANGE_RED, ORANGUTAN, ORCHID, 5831 OVERDYED_RED_BROWN, PALE_BLUE, PALE_BROWN, PALE_CARMINE, PALE_CHESTNUT, PALE_CORNFLOWER_BLUE, 5832 PALE_CRIMSON, PALE_FALLEN_LEAVES, PALE_GREEN_ONION, PALE_INCENSE, PALE_MAGENTA, PALE_OAK, PALE_PERSIMMON, 5833 PALE_PINK, PALE_RED_VIOLET, PALE_YOUNG_GREEN_ONION, PAPAYA_WHIP, PASTEL_GREEN, PASTEL_PINK, PATINA, 5834 PATRINIA_FLOWER, PEACH, PEACH_DYE, PEACH_ORANGE, PEACH_YELLOW, PEAR, PERIWINKLE, PERSIAN_BLUE, 5835 PERSIAN_GREEN, PERSIAN_INDIGO, PERSIAN_RED, PERSIAN_PINK, PERSIAN_ROSE, PERSIMMON, PERSIMMON_JUICE, 5836 PIGMENT_BLUE, PINE_GREEN, PINE_NEEDLE, PINK, PINK_ORANGE, PLAIN_MOUSE, PLATINUM, PLUM, 5837 PLUM_BLOSSOM_MOUSE, PLUM_DYED, PLUM_PURPLE, POLISHED_BROWN, POWDER_BLUE, PRUSSIAN_BLUE, 5838 PSYCHEDELIC_PURPLE, PUCE, PUMPKIN, PURE_CRIMSON, PURPLE, PURPLE_DYE, PURPLE_KITE, PURPLE_TAUPE, 5839 RABBIT_EAR_IRIS, RAPEBLOSSOM_BROWN, RAPESEED_OIL, RAW_UMBER, RAZZMATAZZ, RED, RED_BEAN, RED_BIRCH, 5840 RED_INCENSE, RED_DYE_TURMERIC, RED_KITE, RED_OCHRE, RED_PIGMENT, RED_PLUM, RED_VIOLET, RED_WISTERIA, 5841 RICH_CARMINE, RICH_GARDENIA, RINSED_OUT_RED, RIKAN_BROWN, ROBIN_EGG_BLUE, ROSE, ROSE_MADDER, ROSE_TAUPE, 5842 ROYAL_BLUE, ROYAL_PURPLE, RUBY, RUSSET, RUST, RUSTED_LIGHT_BLUE, RUSTY_CELADON, RUSTY_STORAGE, 5843 RUSTY_STOREROOM, SAFETY_ORANGE, SAFFLOWER, SAFFRON, SALMON, SANDY_BROWN, SANGRIA, SAPPHIRE, SAPPANWOOD, 5844 SAPPANWOOD_INCENSE, SAWTOOTH_OAK, SCARLET, SCHOOL_BUS_YELLOW, SCORTCHED_BROWN, SEA_GREEN, SEASHELL, 5845 SELECTIVE_YELLOW, SEN_NO_RIKYUS_TEA, SEPIA, SHAMROCK_GREEN, SHOCKING_PINK, SHRIMP_BROWN, 5846 SILK_CREPE_BROWN, SILVER, SILVER_GREY, SILVERED_RED, SIMMERED_SEAWEED, SISKIN_SPROUT_YELLOW, SKY, 5847 SKY_BLUE, SLATE_GRAY, SMALT, SOOTY_BAMBOO, SOOTY_WILLOW_BAMBOO, SPARROW_BROWN, SPRING_BUD, 5848 SPRING_GREEN, STAINED_RED, STEAMED_CHESTNUT, STEEL_BLUE, STOREROOM_BROWN, STYLISH_PERSIMMON, SUMAC, 5849 SUMAC_DYED, TAN, TANGERINE, TANGERINE_YELLOW, TATARIAN_ASTER, TAUPE, TAWNY, TEA_GARDEN_CONTEMPLATION, 5850 TEA_GREEN, TEA_ORANGE, TEA_ROSE, TEAL, TERRA_COTTA, THIN_VIOLET, THISTLE, THOUSAND_HERB, 5851 THOUSAND_YEAR_OLD_BROWN, THOUSAND_YEAR_OLD_GREEN, THRICE_DYED_CRIMSON, TOMATO, TREE_PEONY, TRUE_PINK, 5852 TRUE_RED, TURMERIC, TURQUOISE, TYRIAN_PURPLE, ULTRAMARINE, ULTRAMARINE_DYE, UNBLEACHED_SILK, 5853 UNDRIED_WALL, VANISHING_RED_MOUSE, VEGAS_GOLD, VELVET, VERMILION, VINE_GRAPE, VIOLET, VIOLET_DYE, 5854 VIRIDIAN, WALNUT, WASHED_OUT_CRIMSON, WASHED_OUT_PERSIMMON, WATER, WATER_PERSIMMON, WHEAT, WHITE, 5855 WHITE_MOUSE, WHITE_OAK, WHITE_TEA_DYE, WHITISH_GREEN, WILLOW_DYE, WILLOW_GREY, WILLOW_TEA, 5856 WILTED_LAWN_CLIPPINGS, WILLOW_LEAVES_UNDERSIDE, WISTERIA, WISTERIA_DYE, WISTERIA_PURPLE, YELLOW, 5857 YELLOW_GREEN, YELLOW_SEA_PINE_BROWN, YOUNG_BAMBOO, ZINNWALDITE}; 5858 /** 5859 * This array is loaded with all of the colors defined in SColor, in 5860 * arbitrary order. 5861 * 5862 * @deprecated Prefer FULL_PALETTE to this misspelled name; they are equivalent. 5863 */ 5864 public static SColor[] FULL_PALLET = FULL_PALETTE; 5865 5866 /** 5867 * Indexes into this palette can be used as a placeholder for modules that do not have access to SColor. 5868 */ 5869 public static SColor[] LIMITED_PALETTE = { 5870 // 0 1 2 3 4 5 6 5871 DARK_SLATE_GRAY, CREAM, FLATTERY_BROWN, SILVER_GREY, RUST, WATER, INTERNATIONAL_ORANGE, 5872 // 7 8 9 5873 WHITE, LIGHT_GRAY, DARK_GRAY, 5874 // 10 11 12 5875 RED_INCENSE, RED, COCHINEAL_RED, 5876 // 13 14 15 5877 PEACH_ORANGE, ORANGE_PEEL, TANGERINE, 5878 // 16 17 18 5879 LEMON_CHIFFON, CORN, GOLDEN_YELLOW, 5880 // 19 20 21 5881 TEA_GREEN, LIME_GREEN, PINE_GREEN, 5882 // 22 23 24 5883 BABY_BLUE, CYAN, BLUE_GREEN, 5884 // 25 26 27 5885 COLUMBIA_BLUE, ROYAL_BLUE, PERSIAN_BLUE, 5886 // 28 29 30 5887 LAVENDER_BLUE, THIN_VIOLET, DARK_VIOLET, 5888 // 31 32 33 5889 CARNATION_PINK, HOT_MAGENTA, LIGHT_MAROON, 5890 // 34 35 36 5891 TAN, DARK_TAN, PALE_BROWN, 5892 // 37 38 39 5893 STEAMED_CHESTNUT, DARK_CHESTNUT, SAPPANWOOD_INCENSE 5894 }; 5895 /** 5896 * A constructor with no passed values. Builds a white (opaque all channels) 5897 * object. 5898 */ 5899 public SColor() { //builds white 5900 this(Color.rgb888(Color.WHITE)); 5901 } 5902 5903 /** 5904 * Creates a new color that's the same value as the passed in color. 5905 * 5906 * @param color 5907 */ 5908 public SColor(Color color) { 5909 this(Color.rgb888(color)); 5910 } 5911 5912 /** 5913 * Creates a new color that's the same value as the passed in color and 5914 * given the provided name. 5915 * 5916 * @param color 5917 * @param name 5918 */ 5919 public SColor(Color color, String name) { 5920 this(Color.rgb888(color)); 5921 this.name = name; 5922 } 5923 5924 /** 5925 * Creates a new color that has the given combined RGB value. 5926 * 5927 * @param colorValue 5928 */ 5929 public SColor(int colorValue) { 5930 super((colorValue << 8) | 255); 5931 name = super.toString(); 5932 } 5933 5934 /** 5935 * Creates a new color that has the given combined RGB value and the 5936 * provided name. 5937 * 5938 * @param colorValue 5939 * @param name 5940 */ 5941 public SColor(int colorValue, String name) { 5942 super((colorValue << 8) | 255); 5943 this.name = name; 5944 } 5945 5946 /** 5947 * Creates a new color that has the given RGB values. 5948 * 5949 * @param r 5950 * @param g 5951 * @param b 5952 */ 5953 public SColor(int r, int g, int b) { 5954 super(r / 255f, g / 255f, b / 255f, 1.0f); 5955 name = super.toString(); 5956 } 5957 5958 /** 5959 * Creates a new color that has the given ARGB values. 5960 * 5961 * @param r 5962 * @param g 5963 * @param b 5964 * @param a 5965 */ 5966 public SColor(int r, int g, int b, int a) { 5967 super(r / 255f, g / 255f, b / 255f, a / 255f); 5968 name = super.toString(); 5969 } 5970 5971 /** 5972 * Creates a new color that has the given RGB values and the provided name. 5973 * 5974 * @param r 5975 * @param g 5976 * @param b 5977 * @param name 5978 */ 5979 public SColor(int r, int g, int b, String name) { 5980 super(r / 255f, g / 255f, b / 255f, 1.0f); 5981 this.name = name; 5982 } 5983 5984 /** 5985 * Creates a new color that has the given ARGB values and the provided name. 5986 * 5987 * @param r 5988 * @param g 5989 * @param b 5990 * @param a 5991 * @param name 5992 */ 5993 public SColor(int r, int g, int b, int a, String name) { 5994 super(r / 255f, g / 255f, b / 255f, a / 255f); 5995 this.name = name; 5996 } 5997 5998 @Override 5999 public String toString() { 6000 return name + " " + super.toString(); 6001 } 6002 6003 public String getName() { 6004 return name; 6005 } 6006 6007 @Override 6008 public boolean equals(Object other) { 6009 return other instanceof SColor || other instanceof Color ? this.toIntBits() == ((Color) other).toIntBits() : false; 6010 } 6011 6012 @Override 6013 public int hashCode() { 6014 int hash = 5; 6015 hash = 31 * hash + this.name.hashCode(); 6016 hash += 31 * hash + this.toIntBits(); 6017 return hash; 6018 } 6019}