Class FloydSteinbergDitherer
- java.lang.Object
-
- net.sourceforge.plantuml.quantization.FloydSteinbergDitherer
-
-
Field Summary
Fields Modifier and Type Field Description static FloydSteinbergDitherer
INSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Field Detail
-
INSTANCE
public static final FloydSteinbergDitherer INSTANCE
-
-