Click or drag to resize

DitheringMode Enumeration

Specifies the dithering algorithm to use when converting an image to colormapped.

Namespace:  Atalasoft.Imaging.ImageProcessing
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public enum DitheringMode
Members
  Member nameDescription
None Specifies a best fit method with no dithering.
TwoValue Specifies a simple 2-value style of dithering.
FloydSteinberg

Specifies Floyd-Steinberg dithering. This method of dithering uses error diffusion and produces the best dithered image.

See Also