Enum DitheringMethod
Dithering method.
public enum DitheringMethod
Fields
FloydSteinbergDithering = 1
The Floyd-Steinberg dithering. A more complex dithering algorithm, uses nearest neighbors intensity values.
ThresholdDithering = 0
Threshold dithering. Simplest and fastest dithering algorithm.