BufferedImageOp, Cloneablepublic class GainFilter extends TransferFilter
canFilterIndexColorModelbTable, gTable, initialized, rTable| 构造器 | 说明 |
|---|---|
GainFilter() |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
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) |
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGBsetDimensionsfilter, filterRGB, getLUT, initialize, makeTableprotected float transferFunction(float f)
transferFunction 在类中 TransferFilterpublic void setGain(float gain)
gain - the gain min-value: 0 max-value: 1getGain()public float getGain()
setGain(float)public void setBias(float bias)
bias - the bias
min-value: 0
max-value: 1getBias()public float getBias()
setBias(float)Copyright © 2019. All rights reserved.