public class Color extends Object
Color()
Color(int rgb)
Color(int r, int g, int b)
int
getB()
getG()
getR()
getRgb()
void
setRgb(int rgb)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Color()
public Color(int rgb)
public Color(int r, int g, int b)
public int getRgb()
public void setRgb(int rgb)
public int getR()
public int getG()
public int getB()