DitheringMode Class
Dithering settings to be applied to image upon saving.
Inheritance Hierarchy
SystemObject
  Aspose.PSD.DitheringDitheringMode

Namespace: Aspose.PSD.Dithering
Assembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntax
public class DitheringMode

The DitheringMode type exposes the following members.

Constructors
  NameDescription
Public methodDitheringMode
Initializes a new instance of the DitheringMode class
Properties
  NameDescription
Public propertyBits
The sampling factor of dithered image.
Public propertyCustomPalette
The custom palette for dithering.
Public propertyMethod
Dithering algorithm selection.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also