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); } |