com.jhlabs.image
Class ExposureFilter
java.lang.Object
com.jhlabs.image.AbstractBufferedImageOp
com.jhlabs.image.PointFilter
com.jhlabs.image.TransferFilter
com.jhlabs.image.ExposureFilter
- All Implemented Interfaces:
- BufferedImageOp, Cloneable
public class ExposureFilter
- extends TransferFilter
A filter which changes the exposure of an image.
ExposureFilter
public ExposureFilter()
transferFunction
protected float transferFunction(float f)
- Overrides:
transferFunction in class TransferFilter
setExposure
public void setExposure(float exposure)
- Set the exposure level.
- Parameters:
exposure - the exposure level- See Also:
getExposure()
getExposure
public float getExposure()
- Get the exposure level.
- Returns:
- the exposure level
- See Also:
setExposure(float)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2012. All Rights Reserved.