Click or drag to resize

ApplyPaletteCommandDitherMode Property

Gets or sets the value of ditherMode

Gets or sets the dithering mode to use when mapping the image to a palette.

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 DitheringMode DitherMode { get; set; }

Property Value

Type: DitheringMode
The type of dithering to apply.

Property Value

Type: DitheringMode
The dithering mode to use when mapping the image to a palette.
Remarks
Default value is DitheringMode.None.
See Also