package jomali.polyphemus.utils; import java.awt.Color; /** * Allows for the use of custom colors with custom names. * * These colors are comparable for equality * but the ordering of them is based on their hex values. * * Has some built in pallets available as SColor arrays. * * @author Eben Howard - http://squidpony.com */ @SuppressWarnings({ "rawtypes", "serial" }) public class SColor extends Color implements Comparable { private String name = "Unnamed"; /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor ALICE_BLUE = new SColor(0xf0f8ff, "Alice Blue"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor ALIZARIN = new SColor(0xE32636, "Alizarin"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor ALOEWOOD = new SColor(0x6A432D, "Aloewood"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor ALOEWOOD_BROWN = new SColor(0x5A6457, "Aloewood Brown"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor AMARANTH = new SColor(0xE52B50, "Amaranth"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor AMBER = new SColor(0xFFBF00, "Amber"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor AMBER_DYE = new SColor(0xCA6924, "Amber Dye"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor AMETHYST = new SColor(0x9966CC, "Amethyst"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor AMUR_CORK_TREE = new SColor(0xF3C13A, "Amur Cork Tree"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor APRICOT = new SColor(0xFBCEB1, "Apricot"); /** * Duplicated as CYAN for backwards compatability *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor AQUA = new SColor(0x00FFFF, "Aqua"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor AQUAMARINE = new SColor(0x7FFFD4, "Aquamarine"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor ARMY_GREEN = new SColor(0x4B5320, "Army Green"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor ASPARAGUS = new SColor(0x7BA05B, "Asparagus"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor ATOMIC_TANGERINE = new SColor(0xFF9966, "Atomic Tangerine"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor AUBURN = new SColor(0x6D351A, "Auburn"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor AZUL = new SColor(0x007FFF, "Azul"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor AZURE = new SColor(0xF0FFFF, "Azure"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor BABY_BLUE = new SColor(0xE0FFFF, "Baby Blue"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor BAIKO_BROWN = new SColor(0x857C55, "Baiko Brown"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor BEIGE = new SColor(0xF5F5DC, "Beige"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor BELLFLOWER = new SColor(0x5D3F6A, "Bellflower"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor BENI_DYE = new SColor(0x913225, "Beni Dye"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor BETEL_NUT_DYE = new SColor(0x352925, "Betel Nut Dye"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor BIRCH_BROWN = new SColor(0xB14A30, "Birch Brown"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor BISTRE = new SColor(0x3D2B1F, "Bistre"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964B00;" color=000000>   </font> *<font style="background-color: #ff0000;" color=000000> @ </font><font style="background-color: #ffff00;" color=000000> @ </font><font style="background-color: #00ff00;" color=000000> @ </font><font style="background-color: #0000ff;" color=000000> @ </font><font style="background-color: #964B00;" color=000000> @ </font> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964B00;" color=000000>   </font></PRE> */ public static final SColor BLACK = new SColor(0x000000, "Black"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor BLACK_CHESTNUT_OAK = new SColor(0x252321, "Black Chestnut Oak"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor BLACK_DYE = new SColor(0x171412, "Black Dye"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor BLACK_KITE = new SColor(0x351E1C, "Black Kite"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor BLOOD = new SColor(0xCF3A24, "Blood"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor BLOOD_RED = new SColor(0xF35336, "Blood Red"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964B00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964B00;" color=000000>   </font></PRE> */ public static final SColor BLUE = new SColor(0x0000ff, "Blue"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor BLUE_BLACK_CRAYFISH = new SColor(0x62693B, "Blue Black Crayfish"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor BLUE_GREEN = new SColor(0x00DDDD, "Blue Green"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor BLUE_GREEN_DYE = new SColor(0x3A6960, "Blue Green Dye"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor BLUE_VIOLET = new SColor(0x8A2BE2, "Blue Violet"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor BLUE_VIOLET_DYE = new SColor(0x2B2028, "Blue Violet Dye"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor BOILED_RED_BEAN_BROWN = new SColor(0x542D24, "Boiled Red Bean Brown"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor BONDI_BLUE = new SColor(0x0095B6, "Bondi Blue"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor BRASS = new SColor(0xB5A642, "Brass"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor BREWED_MUSTARD_BROWN = new SColor(0xE68364, "Brewed Mustard Brown"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor BRIGHT_GOLD_BROWN = new SColor(0xCB7E1F, "Bright Gold Brown"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor BRIGHT_GOLDEN_YELLOW = new SColor(0xFFA400, "Bright Golden Yellow"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor BRIGHT_GREEN = new SColor(0x66FF00, "Bright Green"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor BRIGHT_PINK = new SColor(0xFF0080, "Bright Pink"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor BRIGHT_TURQUOISE = new SColor(0x08E8DE, "Bright Turquoise"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor BRILLIANT_ROSE = new SColor(0xFF55A3, "Brilliant Rose"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor BRONZE = new SColor(0xCD7F32, "Bronze"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964B00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964B00;" color=000000>   </font></PRE> */ public static final SColor BROWN = new SColor(0x808000, "Brown"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor BROWN_RAT_GREY = new SColor(0x4B3C39, "Brown Rat Grey"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor BROWNER = new SColor(0x964B00, "Browner"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor BRUSHWOOD_DYED = new SColor(0x8C5939, "Brushwood Dyed"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor BUFF = new SColor(0xF0DC82, "Buff"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor BURGUNDY = new SColor(0x900020, "Burgundy"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor BURNT_BAMBOO = new SColor(0x4D3B3C, "Burnt Bamboo"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor BURNT_ORANGE = new SColor(0xCC5500, "Burnt Orange"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor BURNT_SIENNA = new SColor(0xE97451, "Burnt Sienna"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor BURNT_UMBER = new SColor(0x8A3324, "Burnt Umber"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor CAMO_GREEN = new SColor(0x78866B, "Camo Green"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor CAPE_JASMINE = new SColor(0xFFB95A, "Cape Jasmine"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor CAPUT_MORTUUM = new SColor(0x592720, "Caput Mortuum"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor CARDINAL = new SColor(0xC41E3A, "Cardinal"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor CARMINE = new SColor(0x960018, "Carmine"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor CARNATION_PINK = new SColor(0xFFA6C9, "Carnation Pink"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor CAROLINA_BLUE = new SColor(0x99BADD, "Carolina Blue"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor CARROT_ORANGE = new SColor(0xED9121, "Carrot Orange"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor CATTAIL = new SColor(0xB64925, "Cattail"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor CELADON = new SColor(0xACE1AF, "Celadon"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor CELADON_DYE = new SColor(0x819C8B, "Celadon Dye"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor CERISE = new SColor(0xDE3163, "Cerise"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor CERULEAN = new SColor(0x007BA7, "Cerulean"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor CERULEAN_BLUE = new SColor(0x2A52BE, "Cerulean Blue"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor CHARTREUSE = new SColor(0xDFFF00, "Chartreuse"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor CHARTREUSE_GREEN = new SColor(0x7FFF00, "Chartreuse Green"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor CHERRY_BLOSSOM = new SColor(0xFFB7C5, "Cherry Blossom"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor CHERRY_BLOSSOM_DYE = new SColor(0xfcc9b9, "Cherry Blossom Dye"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor CHERRY_BLOSSOM_MOUSE = new SColor(0xAC8181, "Cherry Blossom Mouse"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor CHESTNUT = new SColor(0xCD5C5C, "Chestnut"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor CHESTNUT_LEATHER_BROWN = new SColor(0x60281E, "Chestnut Leather Brown"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor CHESTNUT_PLUM = new SColor(0x8B352D, "Chestnut Plum"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor CHINESE_TEA_BROWN = new SColor(0xB35C44, "Chinese Tea Brown"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor CHINESE_TEA_YELLOW = new SColor(0xB7702D, "Chinese Tea Yellow"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor CHOCOLATE = new SColor(0x7B3F00, "Chocolate"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor CINNABAR = new SColor(0xE34234, "Cinnabar"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor CINNAMON = new SColor(0xD2691E, "Cinnamon"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor CLOVE_BROWN = new SColor(0x8F583C, "Clove Brown"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor CLOVE_DYED = new SColor(0xC66B27, "Clove Dyed"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor COARSE_WOOL = new SColor(0x181B26, "Coarse Wool"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor COBALT = new SColor(0x0047AB, "Cobalt"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor COCHINEAL_RED = new SColor(0x9D2933, "Cochineal Red"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor COLUMBIA_BLUE = new SColor(0x9BDDFF, "Columbia Blue"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor COPPER = new SColor(0xB87333, "Copper"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor COPPER_ROSE = new SColor(0x996666, "Copper Rose"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor CORAL = new SColor(0xFF7F50, "Coral"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor CORAL_DYE = new SColor(0xF8674F, "Coral Dye"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor CORAL_RED = new SColor(0xFF4040, "Coral Red"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor CORN = new SColor(0xFBEC5D, "Corn"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor CORN_DYE = new SColor(0xFAA945, "Corn Dye"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor CORNFLOWER_BLUE = new SColor(0x6495ED, "Cornflower Blue"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor COSMIC_LATTE = new SColor(0xFFF8E7, "Cosmic Latte"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor CREAM = new SColor(0xFFFDD0, "Cream"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor CRIMSON = new SColor(0xDC143C, "Crimson"); /** * Duplicated as AQUA for usability *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964B00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964B00;" color=000000>   </font></PRE> */ public static final SColor CYAN = new SColor(0x00ffff, "Cyan"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor CYPRESS_BARK = new SColor(0x752E23, "Cypress Bark"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor CYPRESS_BARK_RED = new SColor(0x6F3028, "Cypress Bark Red"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964B00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964B00;" color=000000>   </font></PRE> */ public static final SColor DARK_BLUE = new SColor(0x0000c8, "Dark Blue"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor DARK_BLUE_DYE = new SColor(0x192236, "Dark Blue Dye"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor DARK_BLUE_LAPIS_LAZULI = new SColor(0x1B294B, "Dark Blue Lapis Lazuli"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor DARK_BROWN = new SColor(0x654321, "Dark Brown"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor DARK_CERULEAN = new SColor(0x08457E, "Dark Cerulean"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor DARK_CHESTNUT = new SColor(0x986960, "Dark Chestnut"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor DARK_CORAL = new SColor(0xCD5B45, "Dark Coral"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor DARK_GOLDENROD = new SColor(0xB8860B, "Dark Goldenrod"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964B00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964B00;" color=000000>   </font></PRE> */ public static final SColor DARK_GRAY = new SColor(0x404040, "Dark Gray"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor DARK_GREEN = new SColor(0x013220, "Dark Green"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor DARK_INDIGO = new SColor(0x614E6E, "Dark Indigo"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor DARK_KHAKI = new SColor(0xBDB76B, "Dark Khaki"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor DARK_PASTEL_GREEN = new SColor(0x03C03C, "Dark Pastel Green"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor DARK_PINK = new SColor(0xE75480, "Dark Pink"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor DARK_SCARLET = new SColor(0x560319, "Dark Scarlet"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964B00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964B00;" color=000000>   </font></PRE> */ public static final SColor DARK_RED = new SColor(0x800000, "Dark Red"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor DARK_RED_DYE = new SColor(0x23191E, "Dark Red Dye"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor DARK_SALMON = new SColor(0xE9967A, "Dark Salmon"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor DARK_SLATE_GRAY = new SColor(0x2F4F4F, "Dark Slate Gray"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor DARK_SPRING_GREEN = new SColor(0x177245, "Dark Spring Green"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor DARK_TAN = new SColor(0x918151, "Dark Tan"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor DARK_TURQUOISE = new SColor(0x00CED1, "Dark Turquoise"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor DARK_VIOLET = new SColor(0x9400D3, "Dark Violet"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor DAWN = new SColor(0xFA7B62, "Dawn"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor DAYLILY = new SColor(0xFF8936, "Daylily"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor DEAD_MANS_FINGERS_SEAWEED = new SColor(0x524B2A, "Dead Man's Fingers Seaweed"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor DECAYING_LEAVES = new SColor(0xD57835, "Decaying Leaves"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor DEEP_CERISE = new SColor(0xDA3287, "Deep Cerise"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor DEEP_CHESTNUT = new SColor(0xB94E48, "Deep Chestnut"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor DEEP_FUCHSIA = new SColor(0xC154C1, "Deep Fuchsia"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor DEEP_LILAC = new SColor(0x9955BB, "Deep Lilac"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor DEEP_MAGENTA = new SColor(0xCD00CC, "Deep Magenta"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor DEEP_PEACH = new SColor(0xFFCBA4, "Deep Peach"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor DEEP_PINK = new SColor(0xFF1493, "Deep Pink"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor DEEP_PURPLE = new SColor(0x3A243B, "Deep Purple"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor DEEP_SCARLET = new SColor(0x7B3B3A, "Deep Scarlet"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor DENIM = new SColor(0x1560BD, "Denim"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor DISAPPEARING_PURPLE = new SColor(0x3F313A, "Disappearing Purple"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor DISTANT_RIVER_BROWN = new SColor(0xCB6649, "Distant River Brown"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor DODGER_BLUE = new SColor(0x1E90FF, "Dodger Blue"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor DOVE_FEATHER_GREY = new SColor(0x755D5B, "Dove Feather Grey"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor DRIED_WEATHERED_BAMBOO = new SColor(0x7D4E2D, "Dried Weathered Bamboo"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor DULL_BLUE = new SColor(0x4F4944, "Dull Blue"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor EARTHEN_YELLOW = new SColor(0xBE7F51, "Earthen Yellow"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor EARTHEN_YELLOW_RED_BROWN = new SColor(0xFF4E20, "Earthen Yellow Red Brown"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor ECRU = new SColor(0xC2B280, "Ecru"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor EDO_BROWN = new SColor(0xA13D2D, "Edo Brown"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor EGG_DYE = new SColor(0xFFA631, "Egg Dye"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor EGGSHELL_PAPER = new SColor(0xECBE9F, "Eggshell Paper"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor EGYPTIAN_BLUE = new SColor(0x1034A6, "Egyptian Blue"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor ELECTRIC_BLUE = new SColor(0x7DF9FF, "Electric Blue"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor ELECTRIC_GREEN = new SColor(0x00FF00, "Electric Green"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor ELECTRIC_INDIGO = new SColor(0x6600FF, "Electric Indigo"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor ELECTRIC_LIME = new SColor(0xCCFF00, "Electric Lime"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor ELECTRIC_PURPLE = new SColor(0xBF00FF, "Electric Purple"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor EMERALD = new SColor(0x50C878, "Emerald"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor EGGPLANT = new SColor(0x614051, "Eggplant"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor FADED_CHINESE_TEA_BROWN = new SColor(0x60281E, "Faded Chinese Tea Brown"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor FADED_SEN_NO_RIKYUS_TEA = new SColor(0xB0927A, "Faded Den No Rikyu's Tea"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor FAKE_PURPLE = new SColor(0x43242A, "Fake Purple"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor FALU_RED = new SColor(0x801818, "Falu Red"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor FERN_GREEN = new SColor(0x4F7942, "Fern Green"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor FINCH_BROWN = new SColor(0x957B38, "Finch Brown"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor FIREBRICK = new SColor(0xB22222, "Firebrick"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor FLATTERY_BROWN = new SColor(0x6B4423, "Flattery Brown"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor FLAX = new SColor(0xEEDC82, "Flax"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor FLIRTATIOUS_INDIGO_TEA = new SColor(0x473F2D, "Flirtatious Indigo Tea"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor FLORAL_LEAF = new SColor(0xFFB94E, "Floral Leaf"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor FOREIGN_CRIMSON = new SColor(0xC91F37, "Foreign Crimson"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor FOREST_GREEN = new SColor(0x228B22, "Forest Green"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor FOX = new SColor(0x985629, "Fox"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor FRAGILE_SEAWEED_BROWN = new SColor(0x2E372E, "Fragile Seaweed Brown"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor FRENCH_ROSE = new SColor(0xF64A8A, "French Rose"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor FRESH_ONION = new SColor(0x5B8930, "Fresh Onion"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor FUCSHIA_PINK = new SColor(0xFF77FF, "Fucshia Pink"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor GAMBOGE = new SColor(0xE49B0F, "Gamboge"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor GAMBOGE_DYE = new SColor(0xFFB61E, "Gamboge Dye"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor GLAZED_PERSIMMON = new SColor(0xD34E36, "Glazed Persimmon"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor GOLD = new SColor(0xD4AF37, "Gold"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor GOLDEN = new SColor(0xFFD700, "Golden"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor GOLDEN_BROWN = new SColor(0x996515, "Golden Brown"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor GOLDEN_BROWN_DYE = new SColor(0xC66B27, "Golden Brown Dye"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor GOLDEN_FALLEN_LEAVES = new SColor(0xE29C45, "Golden Fallen Leaves"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor GOLDEN_OAK = new SColor(0xBB8141, "Golden Oak"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor GOLDEN_YELLOW = new SColor(0xFFDF00, "Golden Yellow"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor GOLDENROD = new SColor(0xDAA520, "Goldenrod"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor GORYEO_STOREROOM = new SColor(0x203838, "Goryeo Storeroom"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor GRAPE_MOUSE = new SColor(0x63424B, "Grape Mouse"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964B00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964B00;" color=000000>   </font></PRE> */ public static final SColor GRAY = new SColor(0x808080, "Gray"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor GRAY_ASPARAGUS = new SColor(0x465945, "Gray Asparagus"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964B00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964B00;" color=000000>   </font></PRE> */ public static final SColor GREEN = new SColor(0x008000, "Green"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor GREENFINCH = new SColor(0xBDA928, "Greenfinch"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor GREEN_BAMBOO = new SColor(0x006442, "Green Bamboo"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor GREEN_TEA_DYE = new SColor(0x824B35, "Green Tea Dye"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor GREEN_YELLOW = new SColor(0xADFF2F, "Green Yellow"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor GREYISH_DARK_GREEN = new SColor(0x656255, "Greyish Dark Green"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor HALF_PURPLE = new SColor(0x8D608C, "Half Purple"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor HAN_PURPLE = new SColor(0x5218FA, "Han Purple"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor HARBOR_RAT = new SColor(0x757D75, "Harbor Rat"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor HELIOTROPE = new SColor(0xDF73FF, "Heliotrope"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor HOLLYWOOD_CERISE = new SColor(0xF400A1, "Hollywood Cerise"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor HORSETAIL = new SColor(0x3D5D42, "Horsetail"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor HOT_MAGENTA = new SColor(0xFF00CC, "Hot Magenta"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor HOT_PINK = new SColor(0xFF69B4, "Hot Pink"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor IBIS = new SColor(0x4C221B, "Iris"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor IBIS_WING = new SColor(0xF58F84, "Ibis Wing"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor INDIGO = new SColor(0x4B0082, "Indigo"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor INDIGO_DYE = new SColor(0x00416A, "Indigo Dye"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor INDIGO_INK_BROWN = new SColor(0x393432, "Indigo Ink Brown"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor INDIGO_WHITE = new SColor(0xEBF6F7, "Indigo White"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor INK = new SColor(0x27221F, "Ink"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor INSECT_SCREEN = new SColor(0x2D4436, "Insect Screen"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor INSIDE_OF_A_BOTTLE = new SColor(0xC6C2B6, "Inside Of A Bottle"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor INTERNATIONAL_KLEIN_BLUE = new SColor(0x002FA7, "International Klein Blue"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor INTERNATIONAL_ORANGE = new SColor(0xFF4F00, "International Orange"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor IRIS = new SColor(0x763568, "Iris"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor IRON = new SColor(0x2B3733, "Iron"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor IRONHEAD_FLOWER = new SColor(0x344D56, "Ironhead Flower"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor IRON_STORAGE = new SColor(0x2B3736, "Iron Storage"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor ISLAMIC_GREEN = new SColor(0x009000, "Islamic Green"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor IVORY = new SColor(0xFFFFF0, "Ivory"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor IWAI_BROWN = new SColor(0x5E5545, "Iwai Brown"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor JADE = new SColor(0x00A86B, "Jade"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor JAPANESE_INDIGO = new SColor(0x264348, "Japanese Indigo"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor JAPANESE_IRIS = new SColor(0x7F5D3B, "Japanese Iris"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor JAPANESE_PALE_BLUE = new SColor(0x8c9c76, "Japanese Pale Blue"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor JAPANESE_TRIANDRA_GRASS = new SColor(0xE2B13C, "Japanese Triandra Grass"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor KELLY_GREEN = new SColor(0x4CBB17, "Kelly Green"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor KHAKI = new SColor(0xC3B091, "Khaki"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor KIMONO_STORAGE = new SColor(0x3D4C51, "Kimono Storage"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor LAPIS_LAZULI = new SColor(0x1F4788, "Lapis Lazuli"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor LAVENDER_FLORAL = new SColor(0xB57EDC, "Lavender Floral"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor LAVENDER = new SColor(0xE6E6FA, "Lavender"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor LAVENDER_BLUE = new SColor(0xCCCCFF, "Lavender Blue"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor LAVENDER_BLUSH = new SColor(0xFFF0F5, "Lavender Blush"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor LAVENDER_GRAY = new SColor(0xC4C3D0, "Lavender Gray"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor LAVENDER_MAGENTA = new SColor(0xEE82EE, "Lavender Magenta"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor LAVENDER_PINK = new SColor(0xFBAED2, "Lavender Pink"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor LAVENDER_PURPLE = new SColor(0x967BB6, "Lavender Purple"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor LAVENDER_ROSE = new SColor(0xFBA0E3, "Lavender Rose"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor LAWN_GREEN = new SColor(0x7CFC00, "Lawn Green"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor LEGAL_DYE = new SColor(0x2E211B, "Legal Dye"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor LEMON = new SColor(0xFDE910, "Lemon"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor LEMON_CHIFFON = new SColor(0xFFFACD, "Lemon Chiffon"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor LIGHT_BLUE = new SColor(0xADD8E6, "Light Blue"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor LIGHT_BLUE_DYE = new SColor(0x48929B, "Light Blue Dye"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor LIGHT_BLUE_FLOWER = new SColor(0x1D697C, "Light Blue Flower"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor LIGHT_BLUE_SILK = new SColor(0x044F67, "Light Blue Silk"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor LIGHT_GRAY = new SColor(0xc0c0c0, "Light Gray"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor LIGHT_KHAKI = new SColor(0xF0E68C, "Light Khaki"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor LIGHT_LIME = new SColor(0xBFFF00, "Light Lime"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor LIGHT_MAROON = new SColor(0xB03060, "Light Maroon"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor LIGHT_PINK = new SColor(0xFFB6C1, "Light Pink"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor LIGHT_VIOLET = new SColor(0xEE82EE, "Light Violet"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor LIGHT_YELLOW_DYE = new SColor(0xF7BB7D, "Light Yellow Dye"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor LILAC = new SColor(0xC8A2C8, "Lilac"); /** * Duplicated as LIGHT_GREEN for usability *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964B00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964B00;" color=000000>   </font></PRE> */ public static final SColor LIME = new SColor(0x00FF00, "Lime"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor LIME_GREEN = new SColor(0x32CD32, "Lime Green"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor LINEN = new SColor(0xFAF0E6, "Linen"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor LONG_SPRING = new SColor(0xB95754, "Long Spring"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor LOQUAT_BROWN = new SColor(0xAB6134, "Loquat Brown"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor LYE = new SColor(0x7F6B5D, "Lye"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor MAGENTA_DYE = new SColor(0xCA1F7B, "Magenta Dye"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor MAGIC_MINT = new SColor(0xAAF0D1, "Magic Mint"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor MAGNOLIA = new SColor(0xF8F4FF, "Magnolia"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor MALACHITE = new SColor(0x0BDA51, "Malachite"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor MAROON = new SColor(0x800000, "Maroon"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor MAGENTA = new SColor(0xff00ff, "Magenta"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor MAYA_BLUE = new SColor(0x73C2FB, "Maya Blue"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor MAUVE = new SColor(0xE0B0FF, "Mauve"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor MAUVE_TAUPE = new SColor(0x915F6D, "Mauve Taupe"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor MEAT = new SColor(0xF9906F, "Meat"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor MEDIUM_BLUE = new SColor(0x0000CD, "Medium Blue"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor MEDIUM_CARMINE = new SColor(0xAF4035, "Medium Carmine"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor MEDIUM_CRIMSON = new SColor(0xc93756, "Medium Crimson"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor MEDIUM_LAVENDER_MAGENTA = new SColor(0xCC99CC, "Medium Lavender Magenta"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor MEDIUM_PURPLE = new SColor(0x9370DB, "Medium Purple"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor MEDIUM_SPRING_GREEN = new SColor(0x00FA9A, "Medium Spring Green"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor MIDORI = new SColor(0x2A606B, "Midori"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor MIDNIGHT_BLUE = new SColor(0x003366, "Midnight Blue"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor MINT_GREEN = new SColor(0x98FF98, "Mint Green"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor MISTY_ROSE = new SColor(0xFFE4E1, "Misty Rose"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor MOSS = new SColor(0x8B7D3A, "Moss"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor MOSS_GREEN = new SColor(0xADDFAD, "Moss Green"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor MOUNTBATTEN_PINK = new SColor(0x997A8D, "Mountbatten Pink"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor MOUSY_INDIGO = new SColor(0x5C544E, "Mousy Indigo"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor MOUSY_WISTERIA = new SColor(0x766980, "Mousy Wisteria"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor MULBERRY = new SColor(0x59292C, "Mulberry"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor MULBERRY_DYED = new SColor(0xC57F2E, "Mulberry Dyed"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor MUSTARD = new SColor(0xFFDB58, "Mustard"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor MYRTLE = new SColor(0x21421E, "Myrtle"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor NAVAJO_WHITE = new SColor(0xFFDEAD, "Navajo White"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor NAVY_BLUE = new SColor(0x000080, "Navy Blue"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor NAVY_BLUE_BELLFLOWER = new SColor(0x191F45, "Navy Blue Bellflower"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor NAVY_BLUE_DYE = new SColor(0x003171, "Navy Blue Dye"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor NEW_BRIDGE = new SColor(0x006C7F, "New Bridge"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor NIGHTINGALE = new SColor(0x645530, "Nightingale"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor NIGHTINGALE_BROWN = new SColor(0x5C4827, "Nightingale Brown"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor OCHRE = new SColor(0xCC7722, "Ochre"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor OLD_BAMBOO = new SColor(0x5E644F, "Old Bamboo"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor OLD_GOLD = new SColor(0xCFB53B, "Old Gold"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor OLD_LACE = new SColor(0xFDF5E6, "Old Lace"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor OLD_LAVENDER = new SColor(0x796878, "Old Lavender"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor OLD_ROSE = new SColor(0xC08081, "Old Rose"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor OLIVE = new SColor(0x808000, "Olive"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor OLIVE_DRAB = new SColor(0x6B8E23, "Olive Drab"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor OLIVINE = new SColor(0x9AB973, "Olivine"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor ONANDO = new SColor(0x364141, "Onando"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor ONE_KIN_DYE = new SColor(0xf08f90, "One Kin Dye"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor OPPOSITE_FLOWER = new SColor(0x4D646C, "Opposite Flower"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor ORANGE = new SColor(0xffc800, "Orange"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor ORANGE_PEEL = new SColor(0xFFA000, "Orange Peel"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor ORANGE_RED = new SColor(0xFF4500, "Orange Red"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor ORANGUTAN = new SColor(0xDC3023, "Orangutan"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor ORCHID = new SColor(0xDA70D6, "Orchid"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor OVERDYED_RED_BROWN = new SColor(0xE35C38, "Overdyed Red Brown"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor PALE_BLUE = new SColor(0xAFEEEE, "Pale Blue"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor PALE_BROWN = new SColor(0x987654, "Pale Brown"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor PALE_CARMINE = new SColor(0xAF4035, "Pale Carmine"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor PALE_CHESTNUT = new SColor(0xDDADAF, "Pale Chestnut"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor PALE_CORNFLOWER_BLUE = new SColor(0xABCDEF, "Pale Cornflower Blue"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor PALE_CRIMSON = new SColor(0xf2666c, "Pale Crimson"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor PALE_FALLEN_LEAVES = new SColor(0xAA8736, "Pale Fallen Leaves"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor PALE_GREEN_ONION = new SColor(0x749F8D, "Pale Green Onion"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor PALE_INCENSE = new SColor(0xFFA565, "Pale Incense"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor PALE_MAGENTA = new SColor(0xF984E5, "Pale Magenta"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor PALE_OAK = new SColor(0xBBA46D, "Pale Oak"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor PALE_PERSIMMON = new SColor(0xFCA474, "Pale Persimmon"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor PALE_PINK = new SColor(0xFADADD, "Pale Pink"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor PALE_RED_VIOLET = new SColor(0xDB7093, "Pale Red Violet"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor PALE_YOUNG_GREEN_ONION = new SColor(0x8DB255, "Pale Young Green Onion"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor PAPAYA_WHIP = new SColor(0xFFEFD5, "Papaya Whip"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor PASTEL_GREEN = new SColor(0x77DD77, "Pastel Green"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor PASTEL_PINK = new SColor(0xFFD1DC, "Pastel Pink"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor PATINA = new SColor(0x407A52, "Patina"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor PATRINIA_FLOWER = new SColor(0xD9B611, "Patrinia Flower"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor PEACH = new SColor(0xFFE5B4, "Peach"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor PEACH_DYE = new SColor(0xf47983, "Peach Dye"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor PEACH_ORANGE = new SColor(0xFFCC99, "Peach Orange"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor PEACH_YELLOW = new SColor(0xFADFAD, "Peach Yellow"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor PEAR = new SColor(0xD1E231, "Pear"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor PERIWINKLE = new SColor(0xCCCCFF, "Periwinkle"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor PERSIAN_BLUE = new SColor(0x1C39BB, "Persian Blue"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor PERSIAN_GREEN = new SColor(0x00A693, "Persian Green"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor PERSIAN_INDIGO = new SColor(0x32127A, "Persian Indigo"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor PERSIAN_RED = new SColor(0xCC3333, "Persian Red"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor PERSIAN_PINK = new SColor(0xF77FBE, "Persian Pink"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor PERSIAN_ROSE = new SColor(0xFE28A2, "Persian Rose"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor PERSIMMON = new SColor(0xEC5800, "Persimmon"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor PERSIMMON_JUICE = new SColor(0x934337, "Persimmon Juice"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor PIGMENT_BLUE = new SColor(0x333399, "Pigment Blue"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor PINE_GREEN = new SColor(0x01796F, "Pine Green"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor PINE_NEEDLE = new SColor(0x454D32, "Pine Needle"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor PINK = new SColor(0xffafaf, "Pink"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor PINK_ORANGE = new SColor(0xFF9966, "Pink Orange"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor PLAIN_MOUSE = new SColor(0x6E5F57, "Plain Mosue"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor PLATINUM = new SColor(0xE5E4E2, "Platinum"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor PLUM = new SColor(0xCC99CC, "Plum"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor PLUM_BLOSSOM_MOUSE = new SColor(0x97645A, "Plum Blossom Mouse"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor PLUM_DYED = new SColor(0xFA9258, "Plum Dyed"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor PLUM_PURPLE = new SColor(0x8F4155, "Plum Purple"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor POLISHED_BROWN = new SColor(0x9F5233, "Polished Brown"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor POWDER_BLUE = new SColor(0xB0E0E6, "Powder Blue"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor PRUSSIAN_BLUE = new SColor(0x003153, "Prussian Blue"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor PSYCHEDELIC_PURPLE = new SColor(0xDD00FF, "Psychedelic Purple"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor PUCE = new SColor(0xCC8899, "Puce"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor PUMPKIN = new SColor(0xFF7518, "Pumpkin"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor PURE_CRIMSON = new SColor(0xC3272B, "Pure Crimson"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor PURPLE = new SColor(0x800080, "Purple"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor PURPLE_DYE = new SColor(0x4F284B, "Purple Dye"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor PURPLE_KITE = new SColor(0x512C31, "Purple Kite"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor PURPLE_TAUPE = new SColor(0x50404D, "Purple Taupe"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor RABBIT_EAR_IRIS = new SColor(0x491E3C, "Rabbit Ear Iris"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor RAPEBLOSSOM_BROWN = new SColor(0xE3B130, "Rapeblossom Brown"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor RAPESEED_OIL = new SColor(0xA17917, "Rapeseed Oil"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor RAW_UMBER = new SColor(0x734A12, "Raw Umber"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor RAZZMATAZZ = new SColor(0xE30B5C, "Razzamatazz"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor RED = new SColor(0xff0000, "Red"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor RED_BEAN = new SColor(0x672422, "Red Bean"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor RED_BIRCH = new SColor(0x9D2B22, "Red Birch"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor RED_INCENSE = new SColor(0xF07F5E, "Red Incense"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor RED_DYE_TURMERIC = new SColor(0xFB8136, "Red Dye Turmeric"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor RED_KITE = new SColor(0x913228, "Red Kite"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor RED_OCHRE = new SColor(0x9F5233, "Red Ochre"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor RED_PIGMENT = new SColor(0xED1C24, "Red Pigment"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor RED_PLUM = new SColor(0xdb5a6b, "Red Plum"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor RED_VIOLET = new SColor(0xC71585, "Red Violet"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor RED_WISTERIA = new SColor(0xBB7796, "Red Wisteria"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor RICH_CARMINE = new SColor(0xD70040, "Rich Carmine"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor RICH_GARDENIA = new SColor(0xF57F4F, "Rich Gardenia"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor RINSED_OUT_RED = new SColor(0xFF7952, "Rinsed Out Red"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor RIKAN_BROWN = new SColor(0x534A32, "Rikan Brown"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor ROBIN_EGG_BLUE = new SColor(0x00CCCC, "Robin Egg Blue"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor ROSE = new SColor(0xFF007F, "Rose"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor ROSE_MADDER = new SColor(0xE32636, "Rose Madder"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor ROSE_TAUPE = new SColor(0x905D5D, "Rose Taupe"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor ROYAL_BLUE = new SColor(0x4169E1, "Royal Blue"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor ROYAL_PURPLE = new SColor(0x6B3FA0, "Royal Purple"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor RUBY = new SColor(0xE0115F, "Ruby"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor RUSSET = new SColor(0x80461B, "Russet"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor RUST = new SColor(0xB7410E, "Rust"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor RUSTED_LIGHT_BLUE = new SColor(0x6A7F7A, "Rusted Light Blue"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor RUSTY_CELADON = new SColor(0x898A74, "Rusty Celadon"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor RUSTY_STORAGE = new SColor(0x455859, "Rusty Storage"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor RUSTY_STOREROOM = new SColor(0x3a403b, "Rusty Storeroom"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor SAFETY_ORANGE = new SColor(0xFF6600, "Safety Orange"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor SAFFLOWER = new SColor(0x5A4F74, "Safflower"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor SAFFRON = new SColor(0xF4C430, "Saffron"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor SALMON = new SColor(0xFF8C69, "Salmon"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor SANDY_BROWN = new SColor(0xF4A460, "Sandy Brown"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor SANGRIA = new SColor(0x92000A, "Sangria"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor SAPPHIRE = new SColor(0x082567, "Sapphire"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor SAPPANWOOD = new SColor(0x7E2639, "Sappanwood"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor SAPPANWOOD_INCENSE = new SColor(0xA24F46, "Sappanwood Incense"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor SAWTOOTH_OAK = new SColor(0xEC956C, "Sawtooth Oak"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor SCARLET = new SColor(0xFF2400, "Scarlet"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor SCHOOL_BUS_YELLOW = new SColor(0xFFD800, "School Bus Yellow"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor SCORTCHED_BROWN = new SColor(0x351F19, "Scortched Brown"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor SEA_GREEN = new SColor(0x2E8B57, "Sea Green"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor SEASHELL = new SColor(0xFFF5EE, "Seashell"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor SELECTIVE_YELLOW = new SColor(0xFFBA00, "Selective Yellow"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor SEN_NO_RIKYUS_TEA = new SColor(0x826B58, "Sen No Riyu's Tea"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor SEPIA = new SColor(0x704214, "Sepia"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor SHAMROCK_GREEN = new SColor(0x009E60, "Shamrock Green"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor SHOCKING_PINK = new SColor(0xFC0FC0, "Shocking Pink"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor SHRIMP_BROWN = new SColor(0x5E2824, "Shrimp Brown"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor SILK_CREPE_BROWN = new SColor(0x354E4B, "Silk Crepe Brown"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor SILVER = new SColor(0xC0C0C0, "Silver"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor SILVER_GREY = new SColor(0x97867C, "Silver Grey"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor SILVERED_RED = new SColor(0xBC2D29, "Silvered Red"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor SIMMERED_SEAWEED = new SColor(0x4C3D30, "Simmered Seawead"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor SISKIN_SPROUT_YELLOW = new SColor(0x7A942E, "Siskin Sprout Yellow"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor SKY = new SColor(0x4D8FAC, "Sky"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor SKY_BLUE = new SColor(0x87CEEB, "Sky Blue"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor SLATE_GRAY = new SColor(0x708090, "Slate Gray"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor SMALT = new SColor(0x003399, "Smalt"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor SOOTY_BAMBOO = new SColor(0x593A27, "Sooty Bamboo"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor SOOTY_WILLOW_BAMBOO = new SColor(0x4D4B3A, "Sooty Willow Bamboo"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor SPARROW_BROWN = new SColor(0x8C4736, "Sparrow Brown"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor SPRING_BUD = new SColor(0xA7FC00, "Spring Bud"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor SPRING_GREEN = new SColor(0x00FF7F, "Spring Green"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor STAINED_RED = new SColor(0x78779B, "Stained Red"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor STEAMED_CHESTNUT = new SColor(0xD3B17D, "Steamed Chestnut"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor STEEL_BLUE = new SColor(0x4682B4, "Steel Blue"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor STOREROOM_BROWN = new SColor(0x3D4035, "Storeroom Brown"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor STYLISH_PERSIMMON = new SColor(0xFFA26B, "Stylish Persimnmon"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor SUMAC = new SColor(0x592B1F, "Sumac"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor SUMAC_DYED = new SColor(0xE08A1E, "Sumac Dyed"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor TAN = new SColor(0xD2B48C, "Tan"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor TANGERINE = new SColor(0xF28500, "Tangerine"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor TANGERINE_YELLOW = new SColor(0xFFCC00, "Tangerine Yellow"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor TATARIAN_ASTER = new SColor(0x976E9A, "Tatarian Aster"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor TAUPE = new SColor(0x483C32, "Taupe"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor TAWNY = new SColor(0xCD5700, "Tawny"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor TEA_GARDEN_CONTEMPLATION = new SColor(0x665343, "Tead Garden Contemplation"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor TEA_GREEN = new SColor(0xD0F0C0, "Tea Green"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor TEA_ORANGE = new SColor(0xF88379, "Tea Orange"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor TEA_ROSE = new SColor(0xF4C2C2, "Tea Rose"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor TEAL = new SColor(0x008080, "Teal"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor TERRA_COTTA = new SColor(0xE2725B, "Terra Cotta"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor THIN_VIOLET = new SColor(0xA87CA0, "Thin Violet"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor THISTLE = new SColor(0xD8BFD8, "Thistle"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor THOUSAND_HERB = new SColor(0x317589, "Thousand Herb"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor THOUSAND_YEAR_OLD_BROWN = new SColor(0x3B3429, "Thousand Year Old Brown"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor THOUSAND_YEAR_OLD_GREEN = new SColor(0x374231, "Thousand Year Old Green"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor THRICE_DYED_CRIMSON = new SColor(0xF7665A, "Thrice Dyed Crimson"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor TOMATO = new SColor(0xFF6347, "Tomato"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor TREE_PEONY = new SColor(0xA4345D, "Tree Peony"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor TRUE_PINK = new SColor(0xFFC0CB, "True Pink"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor TRUE_RED = new SColor(0x8F1D21, "True Red"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor TURMERIC = new SColor(0xE69B3A, "Turmeric"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor TURQUOISE = new SColor(0x30D5C8, "Turquoise"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor TYRIAN_PURPLE = new SColor(0x66023C, "Tyrian Purple"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor ULTRAMARINE = new SColor(0x120A8F, "Ultramarine"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor ULTRAMARINE_DYE = new SColor(0x5D8CAE, "Ultramarine Dye"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor UNBLEACHED_SILK = new SColor(0xFFDDCA, "Unbleached Silk"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor UNDRIED_WALL = new SColor(0x785E49, "Undried Wall"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor VANISHING_RED_MOUSE = new SColor(0x44312E, "Vanishing Red Mouse"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor VEGAS_GOLD = new SColor(0xC5B358, "Vegas Gold"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor VELVET = new SColor(0x224634, "Velvet"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor VERMILION = new SColor(0xE34234, "Vermillion"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor VINE_GRAPE = new SColor(0x6D2B50, "Vine Grape"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor VIOLET = new SColor(0x8B00FF, "Violet"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor VIOLET_DYE = new SColor(0x5B3256, "Violet Dye"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor VIRIDIAN = new SColor(0x40826D, "Viridian"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor WALNUT = new SColor(0x9F7462, "Walnut"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor WASHED_OUT_CRIMSON = new SColor(0xffb3a7, "Washed Out Crimson"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor WASHED_OUT_PERSIMMON = new SColor(0xEC8254, "Washed Out Persimmon"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor WATER = new SColor(0x86ABA5, "Water"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor WATER_PERSIMMON = new SColor(0xB56C60, "Water Persimmon"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor WHEAT = new SColor(0xF5DEB3, "Wheat"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor WHITE = new SColor(0xffffff, "White"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor WHITE_MOUSE = new SColor(0xB9A193, "white Mouse"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor WHITE_OAK = new SColor(0xCE9F6F, "White Oak"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor WHITE_TEA_DYE = new SColor(0xC48E69, "White Tea Dye"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor WHITISH_GREEN = new SColor(0xA5BA93, "Whitish Green"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor WILLOW_DYE = new SColor(0x8C9E5E, "Willow Dye"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor WILLOW_GREY = new SColor(0x817B69, "Willow Grey"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor WILLOW_TEA = new SColor(0x9C8A4D, "Willow Tea"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor WILTED_LAWN_CLIPPINGS = new SColor(0xAB4C3D, "Wilted Lawn Clippings"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor WILLOW_LEAVES_UNDERSIDE = new SColor(0xBCB58C, "Willow Leaves Underside"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor WISTERIA = new SColor(0xC9A0DC, "Wisteria"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor WISTERIA_DYE = new SColor(0x89729E, "Wisteria Dye"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor WISTERIA_PURPLE = new SColor(0x875F9A, "Wisteria Purple"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor YELLOW = new SColor(0xffff00, "Yellow"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor YELLOW_GREEN = new SColor(0x9ACD32, "Yellow Green"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor YELLOW_SEA_PINE_BROWN = new SColor(0x896C39, "Yellow Sea Pine Brown"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor YOUNG_BAMBOO = new SColor(0x6b9362, "Young Bamboo"); /** *Color constant<PRE><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> *<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> *<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> * *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font> *<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> *<font style="background-color: #ff0000;" color=000000>   </font><font style="background-color: #ffff00;" color=000000>   </font><font style="background-color: #00ff00;" color=000000>   </font><font style="background-color: #0000ff;" color=000000>   </font><font style="background-color: #964b00;" color=000000>   </font></PRE> */ public static final SColor ZINNWALDITE = new SColor(0xEBC2AF, "Zinnwaldite"); /** * This array is loaded with the colors found in the rainbow, in the * standard ROYGBIV order. */ public static SColor[] RAINBOW = { RED_PIGMENT, ORANGE_PEEL, YELLOW, GREEN, BLUE, INDIGO_DYE, VIOLET}; /** * This array is loaded with the colors from the traditional Japanese Red-Violet Series * found at the wikipedia site here: http://en.wikipedia.org/wiki/Traditional_colors_of_Japan */ public static SColor[] RED_VIOLET_SERIES = { ONE_KIN_DYE, RED_PLUM, CHERRY_BLOSSOM_DYE, PALE_CRIMSON, PEACH_DYE, MEDIUM_CRIMSON, WASHED_OUT_CRIMSON}; /** * This array is loaded with the colors from the traditional Japanese Red Series * found at the wikipedia site here: http://en.wikipedia.org/wiki/Traditional_colors_of_Japan */ public static SColor[] RED_SERIES = { IBIS_WING, LONG_SPRING, COCHINEAL_RED, THRICE_DYED_CRIMSON, PLUM_BLOSSOM_MOUSE, PURE_CRIMSON, RED_BEAN, SHRIMP_BROWN, DAWN, ORANGUTAN, PERSIMMON_JUICE, RED_KITE, BLACK_KITE, GLAZED_PERSIMMON, EDO_BROWN, CYPRESS_BARK, RINSED_OUT_RED, BREWED_MUSTARD_BROWN, OVERDYED_RED_BROWN, CHINESE_TEA_BROWN, FADED_CHINESE_TEA_BROWN, CHESTNUT_LEATHER_BROWN, IBIS, CHERRY_BLOSSOM_MOUSE, FOREIGN_CRIMSON, DEEP_SCARLET, WATER_PERSIMMON, SAPPANWOOD_INCENSE, TRUE_RED, SILVERED_RED, CHESTNUT_PLUM, CORAL_DYE, WILTED_LAWN_CLIPPINGS, RED_BIRCH, CYPRESS_BARK_RED, BLOOD_RED, BLOOD, BENI_DYE, MEAT, RED_INCENSE, EARTHEN_YELLOW_RED_BROWN, DISTANT_RIVER_BROWN, BIRCH_BROWN, SPARROW_BROWN, BOILED_RED_BEAN_BROWN}; /** * This array is loaded with the colors from the traditional Japanese Yellow Red Series * found at the wikipedia site here: http://en.wikipedia.org/wiki/Traditional_colors_of_Japan */ public static SColor[] YELLOW_RED_SERIES = { WALNUT, SUMAC, RICH_GARDENIA, RED_OCHRE, POLISHED_BROWN, STYLISH_PERSIMMON, DAYLILY, RED_DYE_TURMERIC, LEGAL_DYE, AMBER_DYE, DECAYING_LEAVES, CLOVE_DYED, BRUSHWOOD_DYED, SOOTY_BAMBOO, EARTHEN_YELLOW, CHINESE_TEA_YELLOW, CATTAIL, SCORTCHED_BROWN, WASHED_OUT_PERSIMMON, SAWTOOTH_OAK, GREEN_TEA_DYE, PALE_PERSIMMON, PLUM_DYED, CLOVE_BROWN, LOQUAT_BROWN, PALE_INCENSE, GOLDEN_BROWN_DYE, FOX, ALOEWOOD, WHITE_TEA_DYE, DRIED_WEATHERED_BAMBOO, FLATTERY_BROWN}; /** * This array is loaded with the colors from the traditional Japanese Yellow Series * found at the wikipedia site here: http://en.wikipedia.org/wiki/Traditional_colors_of_Japan */ public static SColor[] YELLOW_SERIES = { LIGHT_YELLOW_DYE, EGG_DYE, BRIGHT_GOLD_BROWN, UNDRIED_WALL, CORN_DYE, GOLDEN_OAK, FLORAL_LEAF, TURMERIC, FADED_SEN_NO_RIKYUS_TEA, LYE, TEA_GARDEN_CONTEMPLATION, RAPESEED_OIL, NIGHTINGALE_BROWN, JAPANESE_TRIANDRA_GRASS, STEAMED_CHESTNUT, FINCH_BROWN, NIGHTINGALE, BRIGHT_GOLDEN_YELLOW, SUMAC_DYED, MULBERRY_DYED, CAPE_JASMINE, WHITE_OAK, GAMBOGE_DYE, EGGSHELL_PAPER, GOLDEN_FALLEN_LEAVES, SEN_NO_RIKYUS_TEA, JAPANESE_IRIS, SIMMERED_SEAWEED, YELLOW_SEA_PINE_BROWN, RAPEBLOSSOM_BROWN, AMUR_CORK_TREE, PALE_FALLEN_LEAVES, PATRINIA_FLOWER}; /** * This array is loaded with the colors from the traditional Japanese Yellow Green Series * found at the wikipedia site here: http://en.wikipedia.org/wiki/Traditional_colors_of_Japan */ public static SColor[] YELLOW_GREEN_SERIES = { GREENFINCH, WILLOW_TEA, FLIRTATIOUS_INDIGO_TEA, DEAD_MANS_FINGERS_SEAWEED, BAIKO_BROWN, SISKIN_SPROUT_YELLOW, WILLOW_LEAVES_UNDERSIDE, WILLOW_DYE, BLUE_BLACK_CRAYFISH, PALE_OAK, RIKAN_BROWN, MOSS, THOUSAND_YEAR_OLD_BROWN, IWAI_BROWN, SOOTY_WILLOW_BAMBOO, PALE_YOUNG_GREEN_ONION, FRESH_ONION, PINE_NEEDLE}; /** * This array is loaded with the colors from the traditional Japanese Blue Green Series * found at the wikipedia site here: http://en.wikipedia.org/wiki/Traditional_colors_of_Japan */ public static SColor[] BLUE_GREEN_SERIES = { JAPANESE_PALE_BLUE, WILLOW_GREY, THOUSAND_YEAR_OLD_GREEN, WHITISH_GREEN, PATINA, STOREROOM_BROWN, GREYISH_DARK_GREEN, INSECT_SCREEN, ALOEWOOD_BROWN, CELADON_DYE, RUSTY_STOREROOM, SILK_CREPE_BROWN, YOUNG_BAMBOO, OLD_BAMBOO, MIDORI, RUSTY_CELADON, HORSETAIL, GREEN_BAMBOO, VELVET, FRAGILE_SEAWEED_BROWN, PALE_GREEN_ONION, BLUE_GREEN_DYE, IRON, GORYEO_STOREROOM}; /** * This array is loaded with the colors from the traditional Japanese Blue Violet Series * found at the wikipedia site here: http://en.wikipedia.org/wiki/Traditional_colors_of_Japan */ public static SColor[] BLUE_VIOLET_SERIES = { HARBOR_RAT, IRON_STORAGE, RUSTED_LIGHT_BLUE, LIGHT_BLUE_DYE, RUSTY_STORAGE, JAPANESE_INDIGO, LIGHT_BLUE_FLOWER, OPPOSITE_FLOWER, IRONHEAD_FLOWER, SKY, ULTRAMARINE_DYE, COARSE_WOOL, NAVY_BLUE_DYE, STAINED_RED, MOUSY_WISTERIA, WISTERIA_DYE, DULL_BLUE, WATER, INSIDE_OF_A_BOTTLE, NEW_BRIDGE, MOUSY_INDIGO, ONANDO, THOUSAND_HERB, LIGHT_BLUE_SILK, KIMONO_STORAGE, BLACK_CHESTNUT_OAK, DARK_BLUE_DYE, LAPIS_LAZULI, DARK_BLUE_LAPIS_LAZULI, NAVY_BLUE_BELLFLOWER, SAFFLOWER, DARK_INDIGO}; /** * This array is loaded with the colors from the traditional Japanese Violet Series * found at the wikipedia site here: http://en.wikipedia.org/wiki/Traditional_colors_of_Japan */ public static SColor[] VIOLET_SERIES = { WISTERIA_PURPLE, TATARIAN_ASTER, BLUE_VIOLET_DYE, THIN_VIOLET, VIOLET_DYE, DARK_RED_DYE, RED_WISTERIA, DOVE_FEATHER_GREY, VINE_GRAPE, TREE_PEONY, FAKE_PURPLE, SAPPANWOOD, VANISHING_RED_MOUSE, BELLFLOWER, DISAPPEARING_PURPLE, DEEP_PURPLE, HALF_PURPLE, PURPLE_DYE, IRIS, RABBIT_EAR_IRIS, GRAPE_MOUSE, BURNT_BAMBOO, PLUM_PURPLE, PURPLE_KITE, MULBERRY}; /** * This array is loaded with the colors from the traditional Japanese Achromatic Series * found at the wikipedia site here: http://en.wikipedia.org/wiki/Traditional_colors_of_Japan */ public static SColor[] ACHROMATIC_SERIES = { UNBLEACHED_SILK, SILVER_GREY, BROWN_RAT_GREY, BETEL_NUT_DYE, BLACK_DYE, WHITE_MOUSE, PLAIN_MOUSE, INDIGO_INK_BROWN, INK, INDIGO_WHITE}; /** * This array is loaded with all of the colors defined in SColor, in * arbitrary order. */ public static SColor[] FULL_PALLET = {ALICE_BLUE, ALIZARIN, ALOEWOOD, ALOEWOOD_BROWN, AMARANTH, AMBER, AMBER_DYE, AMETHYST, AMUR_CORK_TREE, APRICOT, AQUA, AQUAMARINE, ARMY_GREEN, ASPARAGUS, ATOMIC_TANGERINE, AUBURN, AZUL, AZURE, BABY_BLUE, BAIKO_BROWN, BEIGE, BELLFLOWER, BENI_DYE, BETEL_NUT_DYE, BIRCH_BROWN, BISTRE, BLACK, BLACK_CHESTNUT_OAK, BLACK_DYE, BLACK_KITE, BLOOD, BLOOD_RED, BLUE, BLUE_BLACK_CRAYFISH, BLUE_GREEN, BLUE_GREEN_DYE, BLUE_VIOLET, BLUE_VIOLET_DYE, BOILED_RED_BEAN_BROWN, BONDI_BLUE, BRASS, BREWED_MUSTARD_BROWN, BRIGHT_GOLD_BROWN, BRIGHT_GOLDEN_YELLOW, BRIGHT_GREEN, BRIGHT_PINK, BRIGHT_TURQUOISE, BRILLIANT_ROSE, BRONZE, BROWN, BROWN_RAT_GREY, BROWNER, BRUSHWOOD_DYED, BUFF, BURGUNDY, BURNT_BAMBOO, BURNT_ORANGE, BURNT_SIENNA, BURNT_UMBER, CAMO_GREEN, CAPE_JASMINE, CAPUT_MORTUUM, CARDINAL, CARMINE, CARNATION_PINK, CAROLINA_BLUE, CARROT_ORANGE, CATTAIL, CELADON, CELADON_DYE, CERISE, CERULEAN, CERULEAN_BLUE, CHARTREUSE, CHARTREUSE_GREEN, CHERRY_BLOSSOM, CHERRY_BLOSSOM_DYE, CHERRY_BLOSSOM_MOUSE, CHESTNUT, CHESTNUT_LEATHER_BROWN, CHESTNUT_PLUM, CHINESE_TEA_BROWN, CHINESE_TEA_YELLOW, CHOCOLATE, CINNABAR, CINNAMON, CLOVE_BROWN, CLOVE_DYED, COARSE_WOOL, COBALT, COCHINEAL_RED, COLUMBIA_BLUE, COPPER, COPPER_ROSE, CORAL, CORAL_DYE, CORAL_RED, CORN, CORN_DYE, CORNFLOWER_BLUE, COSMIC_LATTE, CREAM, CRIMSON, CYAN, CYPRESS_BARK, CYPRESS_BARK_RED, DARK_BLUE, DARK_BLUE_DYE, DARK_BLUE_LAPIS_LAZULI, DARK_BROWN, DARK_CERULEAN, DARK_CHESTNUT, DARK_CORAL, DARK_GOLDENROD, DARK_GRAY, DARK_GREEN, DARK_INDIGO, DARK_KHAKI, DARK_PASTEL_GREEN, DARK_PINK, DARK_SCARLET, DARK_RED, DARK_RED_DYE, DARK_SALMON, DARK_SLATE_GRAY, DARK_SPRING_GREEN, DARK_TAN, DARK_TURQUOISE, DARK_VIOLET, DAWN, DAYLILY, DEAD_MANS_FINGERS_SEAWEED, DECAYING_LEAVES, DEEP_CERISE, DEEP_CHESTNUT, DEEP_FUCHSIA, DEEP_LILAC, DEEP_MAGENTA, DEEP_PEACH, DEEP_PINK, DEEP_PURPLE, DEEP_SCARLET, DENIM, DISAPPEARING_PURPLE, DISTANT_RIVER_BROWN, DODGER_BLUE, DOVE_FEATHER_GREY, DRIED_WEATHERED_BAMBOO, DULL_BLUE, EARTHEN_YELLOW, EARTHEN_YELLOW_RED_BROWN, ECRU, EDO_BROWN, EGG_DYE, EGGSHELL_PAPER, EGYPTIAN_BLUE, ELECTRIC_BLUE, ELECTRIC_GREEN, ELECTRIC_INDIGO, ELECTRIC_LIME, ELECTRIC_PURPLE, EMERALD, EGGPLANT, FADED_CHINESE_TEA_BROWN, FADED_SEN_NO_RIKYUS_TEA, FAKE_PURPLE, FALU_RED, FERN_GREEN, FINCH_BROWN, FIREBRICK, FLATTERY_BROWN, FLAX, FLIRTATIOUS_INDIGO_TEA, FLORAL_LEAF, FOREIGN_CRIMSON, FOREST_GREEN, FOX, FRAGILE_SEAWEED_BROWN, FRENCH_ROSE, FRESH_ONION, FUCSHIA_PINK, GAMBOGE, GAMBOGE_DYE, GLAZED_PERSIMMON, GOLD, GOLDEN, GOLDEN_BROWN, GOLDEN_BROWN_DYE, GOLDEN_FALLEN_LEAVES, GOLDEN_OAK, GOLDEN_YELLOW, GOLDENROD, GORYEO_STOREROOM, GRAPE_MOUSE, GRAY, GRAY_ASPARAGUS, GREEN, GREENFINCH, GREEN_BAMBOO, GREEN_TEA_DYE, GREEN_YELLOW, GREYISH_DARK_GREEN, HALF_PURPLE, HAN_PURPLE, HARBOR_RAT, HELIOTROPE, HOLLYWOOD_CERISE, HORSETAIL, HOT_MAGENTA, HOT_PINK, IBIS, IBIS_WING, INDIGO, INDIGO_DYE, INDIGO_INK_BROWN, INDIGO_WHITE, INK, INSECT_SCREEN, INSIDE_OF_A_BOTTLE, INTERNATIONAL_KLEIN_BLUE, INTERNATIONAL_ORANGE, IRIS, IRON, IRONHEAD_FLOWER, IRON_STORAGE, ISLAMIC_GREEN, IVORY, IWAI_BROWN, JADE, JAPANESE_INDIGO, JAPANESE_IRIS, JAPANESE_PALE_BLUE, JAPANESE_TRIANDRA_GRASS, KELLY_GREEN, KHAKI, KIMONO_STORAGE, LAPIS_LAZULI, LAVENDER_FLORAL, LAVENDER, LAVENDER_BLUE, LAVENDER_BLUSH, LAVENDER_GRAY, LAVENDER_MAGENTA, LAVENDER_PINK, LAVENDER_PURPLE, LAVENDER_ROSE, LAWN_GREEN, LEGAL_DYE, LEMON, LEMON_CHIFFON, LIGHT_BLUE, LIGHT_BLUE_DYE, LIGHT_BLUE_FLOWER, LIGHT_BLUE_SILK, LIGHT_GRAY, LIGHT_KHAKI, LIGHT_LIME, LIGHT_MAROON, LIGHT_PINK, LIGHT_VIOLET, LIGHT_YELLOW_DYE, LILAC, LIME, LIME_GREEN, LINEN, LONG_SPRING, LOQUAT_BROWN, LYE, MAGENTA_DYE, MAGIC_MINT, MAGNOLIA, MALACHITE, MAROON, MAGENTA, MAYA_BLUE, MAUVE, MAUVE_TAUPE, MEAT, MEDIUM_BLUE, MEDIUM_CARMINE, MEDIUM_CRIMSON, MEDIUM_LAVENDER_MAGENTA, MEDIUM_PURPLE, MEDIUM_SPRING_GREEN, MIDORI, MIDNIGHT_BLUE, MINT_GREEN, MISTY_ROSE, MOSS, MOSS_GREEN, MOUNTBATTEN_PINK, MOUSY_INDIGO, MOUSY_WISTERIA, MULBERRY, MULBERRY_DYED, MUSTARD, MYRTLE, NAVAJO_WHITE, NAVY_BLUE, NAVY_BLUE_BELLFLOWER, NAVY_BLUE_DYE, NEW_BRIDGE, NIGHTINGALE, NIGHTINGALE_BROWN, OCHRE, OLD_BAMBOO, OLD_GOLD, OLD_LACE, OLD_LAVENDER, OLD_ROSE, OLIVE, OLIVE_DRAB, OLIVINE, ONANDO, ONE_KIN_DYE, OPPOSITE_FLOWER, ORANGE, ORANGE_PEEL, ORANGE_RED, ORANGUTAN, ORCHID, OVERDYED_RED_BROWN, PALE_BLUE, PALE_BROWN, PALE_CARMINE, PALE_CHESTNUT, PALE_CORNFLOWER_BLUE, PALE_CRIMSON, PALE_FALLEN_LEAVES, PALE_GREEN_ONION, PALE_INCENSE, PALE_MAGENTA, PALE_OAK, PALE_PERSIMMON, PALE_PINK, PALE_RED_VIOLET, PALE_YOUNG_GREEN_ONION, PAPAYA_WHIP, PASTEL_GREEN, PASTEL_PINK, PATINA, PATRINIA_FLOWER, PEACH, PEACH_DYE, PEACH_ORANGE, PEACH_YELLOW, PEAR, PERIWINKLE, PERSIAN_BLUE, PERSIAN_GREEN, PERSIAN_INDIGO, PERSIAN_RED, PERSIAN_PINK, PERSIAN_ROSE, PERSIMMON, PERSIMMON_JUICE, PIGMENT_BLUE, PINE_GREEN, PINE_NEEDLE, PINK, PINK_ORANGE, PLAIN_MOUSE, PLATINUM, PLUM, PLUM_BLOSSOM_MOUSE, PLUM_DYED, PLUM_PURPLE, POLISHED_BROWN, POWDER_BLUE, PRUSSIAN_BLUE, PSYCHEDELIC_PURPLE, PUCE, PUMPKIN, PURE_CRIMSON, PURPLE, PURPLE_DYE, PURPLE_KITE, PURPLE_TAUPE, RABBIT_EAR_IRIS, RAPEBLOSSOM_BROWN, RAPESEED_OIL, RAW_UMBER, RAZZMATAZZ, RED, RED_BEAN, RED_BIRCH, RED_INCENSE, RED_DYE_TURMERIC, RED_KITE, RED_OCHRE, RED_PIGMENT, RED_PLUM, RED_VIOLET, RED_WISTERIA, RICH_CARMINE, RICH_GARDENIA, RINSED_OUT_RED, RIKAN_BROWN, ROBIN_EGG_BLUE, ROSE, ROSE_MADDER, ROSE_TAUPE, ROYAL_BLUE, ROYAL_PURPLE, RUBY, RUSSET, RUST, RUSTED_LIGHT_BLUE, RUSTY_CELADON, RUSTY_STORAGE, RUSTY_STOREROOM, SAFETY_ORANGE, SAFFLOWER, SAFFRON, SALMON, SANDY_BROWN, SANGRIA, SAPPHIRE, SAPPANWOOD, SAPPANWOOD_INCENSE, SAWTOOTH_OAK, SCARLET, SCHOOL_BUS_YELLOW, SCORTCHED_BROWN, SEA_GREEN, SEASHELL, SELECTIVE_YELLOW, SEN_NO_RIKYUS_TEA, SEPIA, SHAMROCK_GREEN, SHOCKING_PINK, SHRIMP_BROWN, SILK_CREPE_BROWN, SILVER, SILVER_GREY, SILVERED_RED, SIMMERED_SEAWEED, SISKIN_SPROUT_YELLOW, SKY, SKY_BLUE, SLATE_GRAY, SMALT, SOOTY_BAMBOO, SOOTY_WILLOW_BAMBOO, SPARROW_BROWN, SPRING_BUD, SPRING_GREEN, STAINED_RED, STEAMED_CHESTNUT, STEEL_BLUE, STOREROOM_BROWN, STYLISH_PERSIMMON, SUMAC, SUMAC_DYED, TAN, TANGERINE, TANGERINE_YELLOW, TATARIAN_ASTER, TAUPE, TAWNY, TEA_GARDEN_CONTEMPLATION, TEA_GREEN, TEA_ORANGE, TEA_ROSE, TEAL, TERRA_COTTA, THIN_VIOLET, THISTLE, THOUSAND_HERB, THOUSAND_YEAR_OLD_BROWN, THOUSAND_YEAR_OLD_GREEN, THRICE_DYED_CRIMSON, TOMATO, TREE_PEONY, TRUE_PINK, TRUE_RED, TURMERIC, TURQUOISE, TYRIAN_PURPLE, ULTRAMARINE, ULTRAMARINE_DYE, UNBLEACHED_SILK, UNDRIED_WALL, VANISHING_RED_MOUSE, VEGAS_GOLD, VELVET, VERMILION, VINE_GRAPE, VIOLET, VIOLET_DYE, VIRIDIAN, WALNUT, WASHED_OUT_CRIMSON, WASHED_OUT_PERSIMMON, WATER, WATER_PERSIMMON, WHEAT, WHITE, WHITE_MOUSE, WHITE_OAK, WHITE_TEA_DYE, WHITISH_GREEN, WILLOW_DYE, WILLOW_GREY, WILLOW_TEA, WILTED_LAWN_CLIPPINGS, WILLOW_LEAVES_UNDERSIDE, WISTERIA, WISTERIA_DYE, WISTERIA_PURPLE, YELLOW, YELLOW_GREEN, YELLOW_SEA_PINE_BROWN, YOUNG_BAMBOO, ZINNWALDITE}; /** * A constructor with no passed values. Builds a white (opaque all channels) * object. */ public SColor() { //builds white super(Color.WHITE.getRGB()); } /** * Creates a new color that's the same value as the passed in color. * * @param color */ public SColor(Color color) { super(color.getRGB()); } /** * Creates a new color that's the same value as the passed in color and * given the provided name. * * @param color * @param name */ public SColor(Color color, String name) { this(color.getRGB()); this.name = name; } /** * Creates a new color that has the given combined RGB value. * * @param colorValue */ public SColor(int colorValue) { super(colorValue); } /** * Creates a new color that has the given combined RGB value and the * provided name. * * @param colorValue * @param name */ public SColor(int colorValue, String name) { this(colorValue); this.name = name; } /** * Creates a new color that has the given RGB values. * * @param r * @param g * @param b */ public SColor(int r, int g, int b) { super(r, g, b); } /** * Creates a new color that has the given RGB values and the provided name. * * @param r * @param g * @param b * @param name */ public SColor(int r, int g, int b, String name) { this(r, g, b); this.name = name; } /** * Compares the current color to another color. Comparison is not guaranteed * to lead to a logical color ordering that may be expected. * * @param color new color to compare with current color * @return indicator of comparison between colors */ public int compareTo(SColor color) { int compare = 0;//default to being equal if (getRGB() < color.getRGB()) { compare = -1; } else if (getRGB() > color.getRGB()) { compare = 1; } return compare; } /** * Compares the current color to another object of any type. If the second * object is not a SColor object than an exception will be thrown. * * @throws UnsupportedOperationException if second object not a SColor * object * @param arg0 second object to be compared to * @return indicator of comparison between colors */ @Override public int compareTo(Object arg0) { try { return compareTo((SColor) arg0); } catch (Exception e) { throw new UnsupportedOperationException("Incorrect Object Type"); } } @Override public String toString() { return name + " " + super.toString(); } public String getName() { return name; } }