This documentation is for the old version. Go to the latest Graphics Mill docs

ColorManagementProvider.Dithering Property

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

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

Syntax

Visual Basic
Public Property Dithering As DitheringType
C#
public DitheringType Dithering { get; set; }

Property Value

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

See Also

Reference