8283848586878889
* * @return the color formatted as an hex string */ public String toHexString() { Color c = new SimpleColor(getRed(), getGreen(), getBlue()); return c.toHexString(); } }