Click or drag to resize
DitheringMethods Enumeration
The dithering methods used to control color conversion.

Namespace: Aspose.PSD
Assembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntax
public enum DitheringMethods
Members
  Member nameValueDescription
PaletteIgnore0 The palette is ignored
PaletteConversion1 The palette is not ignored and wise color conversion should be applied.
CustomConverter2 The custom converter.
See Also