controlP5
Class CColor
java.lang.Object
controlP5.CColor
public class CColor
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CColor
public CColor()
CColor
public CColor(CColor theColor)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
equals
public boolean equals(CColor theColor)
setAlpha
public void setAlpha(int theAlpha)
setForeground
public void setForeground(int theColor)
setBackground
public void setBackground(int theColor)
setActive
public void setActive(int theColor)
setCaptionLabel
public void setCaptionLabel(int theColor)
setValueLabel
public void setValueLabel(int theColor)
getAlpha
public int getAlpha()
getForeground
public int getForeground()
getBackground
public int getBackground()
getActive
public int getActive()
getCaptionLabel
public int getCaptionLabel()
getValueLabel
public int getValueLabel()
processing library controlP5 by Andreas Schlegel. (c) 2010