Gets/sets a dithering algorithm used to emulate missing halftones.
Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Property Dithering As DitheringType |
| C# |
|---|
public DitheringType Dithering { get; set; } |
| Visual C++ |
|---|
public: property DitheringType Dithering { DitheringType get (); void set (DitheringType value); } |