Gets/sets dithering intensity.

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

Syntax

Visual Basic (Declaration)
Public Property DitheringIntensity As Single
C#
public float DitheringIntensity { get; set; }
Visual C++
public:
property float DitheringIntensity {
	float get ();
	void set (float value);
}

Property Value

A value in range [0, 1] specifying dithering intensity.

See Also