| Interface | Description |
|---|---|
| ColorQuantizer | |
| Ditherer | |
| Multiset<E> |
A collection which permits duplicates, and provides methods adding/removing
several counts of an element.
|
| Class | Description |
|---|---|
| FloydSteinbergDitherer | |
| HashMultiset<E> | |
| KMeansQuantizer |
Uses k-means clustering for color quantization.
|
| MedianCutQuantizer |
Implements median cut quantization.
|
| QColor |
An RGB representation of a color, which stores each component as a double in
the range [0, 1].
|
| QImage |
An immutable grid of pixel colors.
|
| Quantizer |