net.mindengine.rainbow4j.filters
public class QuantinizeFilter extends Object implements ImageFilter
| Constructor and Description |
|---|
QuantinizeFilter(int colorsAmount) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(byte[] bytes,
int width,
int height,
Rectangle area) |
int |
getColorsAmount() |
void |
setColorsAmount(int colorsAmount) |
public int getColorsAmount()
public void setColorsAmount(int colorsAmount)
public void apply(byte[] bytes,
int width,
int height,
Rectangle area)
apply in interface ImageFilterCopyright © 2015. All rights reserved.