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

PixelFormatConverter.Dithering Property

Gets/sets dithering algorithm used when performing conversion to indexed pixel format.

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

Syntax

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

Property Value

DitheringType value that specifies dithering algorithm used when DestinationPixelFormat is an indexed one.

Remarks

Default value is FloydSteinberg.

See Also

Reference