ImageConsumer
, Cloneable
public class TintFilter extends RGBImageFilter
COMPLETESCANLINES, IMAGEABORTED, IMAGEERROR, RANDOMPIXELORDER, SINGLEFRAME, SINGLEFRAMEDONE, SINGLEPASS, STATICIMAGEDONE, TOPDOWNLEFTRIGHT
consumer
canFilterIndexColorModel, newmodel, origmodel
Constructor | Description |
---|---|
TintFilter(Color color,
int width,
int height,
Insets insets) |
Modifier and Type | Method | Description |
---|---|---|
static Image |
createTintedImage(Image i,
Color color,
Insets insets) |
Creates a tinted image
|
int |
filterRGB(int x,
int y,
int rgb) |
clone, getFilterInstance, imageComplete, resendTopDownLeftRight, setDimensions, setHints, setProperties
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
filterIndexColorModel, filterRGBPixels, setColorModel, setPixels, setPixels, substituteColorModel
public int filterRGB(int x, int y, int rgb)
filterRGB
in class RGBImageFilter