Enum DitheringMethod
DitheringMethod enumeration
Dithering method.
public enum DitheringMethod
Values
Name | Value | Description |
---|---|---|
ThresholdDithering | 0 | Threshold dithering. Simplest and fastest dithering algorithm. |
FloydSteinbergDithering | 1 | The Floyd-Steinberg dithering. A more complex dithering algorithm, uses nearest neighbors intensity values. |
See Also
- namespace Aspose.PSD
- assembly Aspose.PSD