toxi.image.colour
Class ARGBGradient

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

public class ARGBGradient
extends java.lang.Object


Constructor Summary
ARGBGradient()
           
 
Method Summary
 void addColorAt(float p, int c)
           
 int[] calcGradient(float pos, int steps)
           
 float getMaxDither()
           
 void setMaxDither(float maxDither)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ARGBGradient

public ARGBGradient()
Method Detail

addColorAt

public void addColorAt(float p,
                       int c)

calcGradient

public int[] calcGradient(float pos,
                          int steps)

getMaxDither

public float getMaxDither()

setMaxDither

public void setMaxDither(float maxDither)