ColorConverter.Dithering Property

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

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

Syntax

C#
public DitheringType Dithering { get; set; }

Property Value

A DitheringType used during color reduction to emulate missing halftones. The default value is FloydSteinberg.

See Also

Reference