Creates a Color object.
public Color( int value )
public Color( int red, int green, int blue )
value
A system color value.
red
The red component of the color.
green
The green component of the color.
blue
The blue component of the color.