DitheringMethod enumeration

DitheringMethod enumeration

Dithering method.

The DitheringMethod type exposes the following members:

Fields

FieldDescription
THRESHOLD_DITHERINGThreshold dithering. Simplest and fastest dithering algorithm.
FLOYD_STEINBERG_DITHERINGThe Floyd-Steinberg dithering. A more complex dithering algorithm, uses nearest neighbors intensity values.

See Also