public class GainFilter extends TransferFilter
bTable, gTable, initialized, rTablecanFilterIndexColorModelfilterListener| Constructor and Description |
|---|
GainFilter() |
| Modifier and Type | Method and Description |
|---|---|
float |
getBias()
Get the bias.
|
float |
getGain()
Get the gain.
|
void |
setBias(float bias)
Set the bias.
|
void |
setGain(float gain)
Set the gain.
|
String |
toString() |
protected float |
transferFunction(float f) |
filter, filterRGB, getLUT, initialize, makeTablesetDimensionsclone, createCompatibleDestImage, createCompatibleDestImage, filterDone, filterInitialize, filterProgress, filterStart, getBounds2D, getMetaData, getPoint2D, getRenderingHints, getRGB, setFilterListener, setRGBprotected float transferFunction(float f)
transferFunction in class TransferFilterpublic void setGain(float gain)
gain - the gaingetGain()public float getGain()
setGain(float)public void setBias(float bias)
bias - the biasgetBias()public float getBias()
setBias(float)Copyright © 2012-2013 Bambi Software Foundation. All Rights Reserved.