DitheringMode

DitheringMode class

Dithering settings to be applied to image upon saving.

public class DitheringMode

Constructors

NameDescription
DitheringMode()The default constructor.

Properties

NameDescription
Bits { get; set; }The sampling factor of dithered image.
CustomPalette { get; set; }The custom palette for dithering.
Method { get; set; }Dithering algorithm selection.

See Also