Gets/sets a dithering algorithm used to emulate missing halftones.

Namespace: Aurigma.GraphicsMill
Assembly:   Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic (Declaration)
Public Property Dithering As DitheringType
C#
public DitheringType Dithering { get; set; }
Visual C++
public:
property DitheringType Dithering {
	DitheringType get ();
	void set (DitheringType value);
}

Property Value

A DitheringType value specifying the dithering algorithm used during color reduction to emulate missing halftones.

See Also