public 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() |
filter, setDimensionsclone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGBpublic 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 © 2015. All rights reserved.