Aurigma Graphics Mill 5.5 for .NET
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.