public class QuantinizeFilter extends Object implements ImageFilter
| Constructor and Description |
|---|
QuantinizeFilter(int colorsAmount) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(ByteBuffer bytes,
int width,
int height,
Rectangle area) |
int |
getColorsAmount() |
void |
setColorsAmount(int colorsAmount) |
public int getColorsAmount()
public void setColorsAmount(int colorsAmount)
public void apply(ByteBuffer bytes, int width, int height, Rectangle area)
apply in interface ImageFilterCopyright © 2016. All rights reserved.