toxi.image.colour
Class Palette

java.lang.Object
  extended by toxi.image.colour.Palette

Deprecated.

@Deprecated
public class Palette
extends java.lang.Object


Field Summary
protected  int[] colours
          Deprecated.  
protected  int lastPickedID
          Deprecated.  
 
Constructor Summary
Palette(int[] colours)
          Deprecated.  
 
Method Summary
 int getLastPickedColour()
          Deprecated.  
 int pickRandomColour()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

colours

protected int[] colours
Deprecated. 

lastPickedID

protected int lastPickedID
Deprecated. 
Constructor Detail

Palette

public Palette(int[] colours)
Deprecated. 
Method Detail

pickRandomColour

public int pickRandomColour()
Deprecated. 

getLastPickedColour

public int getLastPickedColour()
Deprecated.