public class ExposureFilter extends TransferFilter
bTable, gTable, initialized, rTablecanFilterIndexColorModel| Constructor and Description |
|---|
ExposureFilter() |
| Modifier and Type | Method and Description |
|---|---|
float |
getExposure()
Get the exposure level.
|
void |
setExposure(float exposure)
Set the exposure level.
|
java.lang.String |
toString() |
protected float |
transferFunction(float f) |
filter, filterRGB, getLUT, initialize, makeTablesetDimensionsclone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGB, stringToColorprotected float transferFunction(float f)
transferFunction in class TransferFilterpublic void setExposure(float exposure)
exposure - the exposure level, min-value: 0, max-value 5+getExposure()public float getExposure()
setExposure(float)public java.lang.String toString()
toString in class java.lang.Object