Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
com.jhlabs.image.AbstractBufferedImageOp
com.jhlabs.image.PointFilter
com.jhlabs.image.TransferFilter
com.jhlabs.image.ExposureFilter
public class ExposureFilter
extends TransferFilter
Field Summary |
Fields inherited from class com.jhlabs.image.TransferFilter | |
bTable , gTable , initialized , rTable |
Fields inherited from class com.jhlabs.image.PointFilter | |
canFilterIndexColorModel |
Method Summary | |
float |
|
void |
|
String |
|
protected float |
|
Methods inherited from class com.jhlabs.image.TransferFilter | |
filter , filterRGB , getLUT , initialize , makeTable , transferFunction |
Methods inherited from class com.jhlabs.image.PointFilter | |
filter , filterRGB , setDimensions |
Methods inherited from class com.jhlabs.image.AbstractBufferedImageOp | |
clone , createCompatibleDestImage , getBounds2D , getPoint2D , getRGB , getRenderingHints , setRGB |
public float getExposure()
Get the exposure level.
- Returns:
- the exposure level
- See Also:
setExposure(float)
public void setExposure(float exposure)
Set the exposure level.
- Parameters:
exposure
- the exposure level
- See Also:
getExposure()
public String toString()
protected float transferFunction(float f)
- Overrides:
- transferFunction in interface TransferFilter