public class ChannelMixFilter extends PointFilter
canFilterIndexColorModelfilterListener| Constructor and Description |
|---|
ChannelMixFilter() |
| Modifier and Type | Method and Description |
|---|---|
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, createCompatibleDestImage, filterDone, filterInitialize, filterProgress, filterStart, getBounds2D, getMetaData, getPoint2D, getRenderingHints, getRGB, setFilterListener, 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 in class PointFilterCopyright © 2012-2013 Bambi Software Foundation. All Rights Reserved.