public class Color extends ColorBase
Color(float r, float g, float b)
Color(float r, float g, float b, float a)
Color(int colorInt)
Color(java.lang.String colorString)
getA, getB, getG, getR, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Color(java.lang.String colorString)
public Color(int colorInt)
public Color(float r, float g, float b)
public Color(float r, float g, float b, float a)