controlP5
Class CColor

java.lang.Object
  extended by controlP5.CColor

public class CColor
extends java.lang.Object


Constructor Summary
CColor()
           
CColor(CColor theColor)
           
 
Method Summary
 boolean equals(CColor theColor)
           
 int getActive()
           
 int getAlpha()
           
 int getBackground()
           
 int getCaptionLabel()
           
 int getForeground()
           
 int getValueLabel()
           
 void setActive(int theColor)
           
 void setAlpha(int theAlpha)
           
 void setBackground(int theColor)
           
 void setCaptionLabel(int theColor)
           
 void setForeground(int theColor)
           
 void setValueLabel(int theColor)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CColor

public CColor()

CColor

public CColor(CColor theColor)
Method Detail

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