Modifier and Type | Field and Description |
---|---|
static FloydSteinbergDitherer |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
QImage |
dither(QImage image,
java.util.Set<QColor> newColors)
Dither the given image, producing a new image which only contains colors from
the given color set.
|
public static final FloydSteinbergDitherer INSTANCE