[]
Specifies the method of two-dimensional error diffusion dithering.
public enum DitheringMethod
Public Enum DitheringMethod
Name | Description |
---|---|
Atkinson | Bill Atkinson's formula. |
Burkes | Burkes dithering. |
FloydSteinberg | Floyd-Steinberg dithering. |
JarvisJudiceNinke | Jarvis, Judice, and Ninke filter. |
NoDithering | Don't spread the error to neighbor pixels. |
Sierra | Frankie Sierra's dithering algorithm (sometimes called Sierra-3). |
SierraLite | Sierra Lite dithering. |
Stucki | Stucki dithering. |
TwoRowSierra | Simplified two-row Sierra algorithm. |