public class ColorDepthOp extends NullOp
Constructor and Description |
---|
ColorDepthOp(int depth0,
int depth1,
int depth2) |
ColorDepthOp(int depth0,
int depth1,
int depth2,
SimpleColorModel model) |
Modifier and Type | Method and Description |
---|---|
int |
clamp(double x) |
java.awt.image.BufferedImage |
filter(java.awt.image.BufferedImage src,
java.awt.image.BufferedImage dest) |
float |
resample(float sample,
int bins) |
int |
resample(int sample,
int bins) |
createCompatibleDestImage, getBounds2D, getOpName, getPoint2D, getRenderingHints
public ColorDepthOp(int depth0, int depth1, int depth2, SimpleColorModel model)
public ColorDepthOp(int depth0, int depth1, int depth2)