DitheringMode

Class DitheringMode

Namespace: Imagise.ImageEffectCreator.Dithering
Assembly: Imagise.ImageEffectCreator.dll

Dithering settings to be applied to image upon saving.

public class DitheringMode

Inheritance

objectDitheringMode

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

DitheringMode()

Initializes a new instance of the class.

public DitheringMode()

Properties

Bits

The sampling factor of dithered image.

public int Bits { get; set; }

Property Value

int

CustomPalette

Sets the custom palette.

public ColorPalette CustomPalette { set; }

Property Value

ColorPalette

Method

Dithering algorithm selection.

public DitheringMethod Method { get; set; }

Property Value

DitheringMethod