com.jhlabs.image
Class MapColorsFilter
java.lang.Object
com.jhlabs.image.AbstractBufferedImageOp
com.jhlabs.image.PointFilter
com.jhlabs.image.MapColorsFilter
- All Implemented Interfaces:
- BufferedImageOp, Cloneable
public class MapColorsFilter
- extends PointFilter
A filter which replaces one color by another in an image. This is frankly, not often useful, but has its occasional
uses when dealing with GIF transparency and the like.
|
Method Summary |
int |
filterRGB(int x,
int y,
int rgb)
|
MapColorsFilter
public MapColorsFilter()
- Construct a MapColorsFilter.
MapColorsFilter
public MapColorsFilter(int oldColor,
int newColor)
- Construct a MapColorsFilter.
- Parameters:
oldColor - the color to replacenewColor - the color to replace it with
filterRGB
public int filterRGB(int x,
int y,
int rgb)
- Specified by:
filterRGB in class PointFilter
Copyright © 2012. All Rights Reserved.