ColorConverter.DitheringIntensity Property

Gets or sets a dithering intensity.

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

Syntax

C#
public float DitheringIntensity { get; set; }

Property Value

The dithering intensity in range [0, 1]. The default value is 1.0.

Remarks

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

See Also

Reference