Click or drag to resize

DitheringMethod Enumeration

Dithering method.

Namespace:  Aspose.CAD
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public enum DitheringMethod
Members
  Member nameValueDescription
ThresholdDithering0 Threshold dithering. Simplest and fastest dithering algorithm.
FloydSteinbergDithering1 The Floyd-Steinberg dithering. A more complex dithering algorithm, uses nearest neighbors intensity values.
See Also