BufferedImageOp, Cloneablepublic class ChannelMixFilter extends PointFilter
canFilterIndexColorModel| 构造器 | 说明 |
|---|---|
ChannelMixFilter() |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
int |
filterRGB(int x,
int y,
int rgb) |
|
int |
getBlueGreen() |
|
int |
getGreenRed() |
|
int |
getIntoB() |
|
int |
getIntoG() |
|
int |
getIntoR() |
|
int |
getRedBlue() |
|
void |
setBlueGreen(int blueGreen) |
|
void |
setGreenRed(int greenRed) |
|
void |
setIntoB(int intoB) |
|
void |
setIntoG(int intoG) |
|
void |
setIntoR(int intoR) |
|
void |
setRedBlue(int redBlue) |
|
String |
toString() |
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGBfilter, setDimensionspublic void setBlueGreen(int blueGreen)
public int getBlueGreen()
public void setRedBlue(int redBlue)
public int getRedBlue()
public void setGreenRed(int greenRed)
public int getGreenRed()
public void setIntoR(int intoR)
public int getIntoR()
public void setIntoG(int intoG)
public int getIntoG()
public void setIntoB(int intoB)
public int getIntoB()
public int filterRGB(int x,
int y,
int rgb)
filterRGB 在类中 PointFilterCopyright © 2019. All rights reserved.