public class TritoneFilter extends PointFilter
canFilterIndexColorModelfilterListener| Constructor and Description |
|---|
TritoneFilter() |
| Modifier and Type | Method and Description |
|---|---|
BufferedImage |
filter(BufferedImage src,
BufferedImage dst) |
int |
filterRGB(int x,
int y,
int rgb) |
int |
getHighColor()
Get the high color.
|
int |
getMidColor()
Get the mid color.
|
int |
getShadowColor()
Get the shadow color.
|
void |
setHighColor(int highColor)
Set the high color.
|
void |
setMidColor(int midColor)
Set the mid color.
|
void |
setShadowColor(int shadowColor)
Set the shadow color.
|
String |
toString() |
setDimensionsclone, createCompatibleDestImage, createCompatibleDestImage, filterDone, filterInitialize, filterProgress, filterStart, getBounds2D, getMetaData, getPoint2D, getRenderingHints, getRGB, setFilterListener, setRGBpublic BufferedImage filter(BufferedImage src, BufferedImage dst)
filter in interface BufferedImageOpfilter in class PointFilterpublic int filterRGB(int x,
int y,
int rgb)
filterRGB in class PointFilterpublic void setShadowColor(int shadowColor)
shadowColor - the shadow colorgetShadowColor()public int getShadowColor()
setShadowColor(int)public void setMidColor(int midColor)
midColor - the mid color#getmidColorpublic int getMidColor()
#setmidColorpublic void setHighColor(int highColor)
highColor - the high color#gethighColorpublic int getHighColor()
#sethighColorCopyright © 2012-2013 Bambi Software Foundation. All Rights Reserved.