DitheringMode
Class DitheringMode
Namespace: Imagise.ImageEffectCreator.Dithering
Assembly: Imagise.ImageEffectCreator.dll
Dithering settings to be applied to image upon saving.
public class DitheringMode
Inheritance
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
public DitheringMode()
Properties
Bits
The sampling factor of dithered image.
public int Bits { get; set; }
Property Value
CustomPalette
Sets the custom palette.
public ColorPalette CustomPalette { set; }
Property Value
ColorPalette
Method
Dithering algorithm selection.
public DitheringMethod Method { get; set; }