j2d.filters
Class GammaFilter
java.lang.Object
j2d.filters.AbstractBufferedImageOp
j2d.filters.PointFilter
j2d.filters.TransferFilter
j2d.filters.GammaFilter
- All Implemented Interfaces:
- ImageProcessorInterface, java.awt.image.BufferedImageOp, java.io.Serializable, java.lang.Cloneable
public class GammaFilter
- extends TransferFilter
A filter for changing the gamma of an image.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
GammaFilter
public GammaFilter()
GammaFilter
public GammaFilter(float gamma)
GammaFilter
public GammaFilter(float rGamma,
float gGamma,
float bGamma)
setGamma
public void setGamma(float rGamma,
float gGamma,
float bGamma)
setGamma
public void setGamma(float gamma)
getGamma
public float getGamma()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object