Enum DitheringMethod

DitheringMethod enumeration

Dithering method.

public enum DitheringMethod

Values

NameValueDescription
ThresholdDithering0Threshold dithering. Simplest and fastest dithering algorithm.
FloydSteinbergDithering1The Floyd-Steinberg dithering. A more complex dithering algorithm, uses nearest neighbors intensity values.

See Also