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

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

Syntax

Visual Basic

Public Property DitheringIntensity As Single

C#

public float DitheringIntensity { get; set; }

Property Value

Value in range [0, 1] specifying dithering intensity.

Remarks

Small values of dithering intensity makes dithering less visible (if it is 0, the result is the same as for None dithering type).

Default value is 1.