public class GainFilter extends TransferFilter
bTable, gTable, initialized, rTable
canFilterIndexColorModel
filterListener
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, makeTable
setDimensions
clone, createCompatibleDestImage, createCompatibleDestImage, filterDone, filterInitialize, filterProgress, filterStart, getBounds2D, getMetaData, getPoint2D, getRenderingHints, getRGB, setFilterListener, setRGB
protected float transferFunction(float f)
transferFunction
in class TransferFilter
public 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.