Contains possible values for dithering types. Dithering is an algorithm of color reducing which allows to preserve halftones.
Namespace:
Aurigma.GraphicsMill.Transforms
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public enum DitheringType
| Member name | Description |
|---|---|
| Burkes |
Burkes dithering algorithm. |
| Fan |
Fan dithering algorithm. |
| FloydSteinberg |
Floyd-Steinberg dithering algorithm (most wide-spread one). |
| Jarvis |
Jarvis dithering algorithm. |
| Noise |
White noise dithering algorithm. |
| None |
No dithering. |
| OrderedBayer2 |
Ordered Bayer dithering algorithm of order 2. |
| OrderedBayer3 |
Ordered Bayer dithering algorithm of order 3. |
| OrderedBayer4 |
Ordered Bayer dithering algorithm of order 4. |
| OrderedSpiral2 |
Ordered spiral dithering algorithm of order 2. |
| OrderedSpiral3 |
Ordered spiral dithering algorithm of order 3. |
| OrderedSpiral4 |
Ordered spiral dithering algorithm of order 4. |
| Original |
Original dithering algorithm. |
| Sierra |
Sierra dithering algorithm. |
| Stephenson |
Stephenson dithering algorithm. |
| Stucki |
Stucki dithering algorithm. |