BufferedImageOp, Cloneablepublic class RGBAdjustFilter extends PointFilter
| 限定符和类型 | 字段 | 说明 |
|---|---|---|
float |
bFactor |
|
float |
gFactor |
|
float |
rFactor |
canFilterIndexColorModel| 构造器 | 说明 |
|---|---|
RGBAdjustFilter() |
|
RGBAdjustFilter(float r,
float g,
float b) |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
int |
filterRGB(int x,
int y,
int rgb) |
|
float |
getBFactor() |
|
float |
getGFactor() |
|
int[] |
getLUT() |
|
float |
getRFactor() |
|
void |
setBFactor(float bFactor) |
|
void |
setGFactor(float gFactor) |
|
void |
setRFactor(float rFactor) |
|
String |
toString() |
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGBfilter, setDimensionspublic RGBAdjustFilter()
public RGBAdjustFilter(float r,
float g,
float b)
public void setRFactor(float rFactor)
public float getRFactor()
public void setGFactor(float gFactor)
public float getGFactor()
public void setBFactor(float bFactor)
public float getBFactor()
public int[] getLUT()
public int filterRGB(int x,
int y,
int rgb)
filterRGB 在类中 PointFilterCopyright © 2019. All rights reserved.