Leadtools.Workflow.Raster Namespace : RasterDitheringMethod Enumeration |
public enum RasterDitheringMethod : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum RasterDitheringMethod Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As RasterDitheringMethod
public enum class RasterDitheringMethod : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | None | No dithering |
0x00000001 | FloydStein | Floyd-Steinberg method |
0x00000002 | Stucki | Stucki method |
0x00000003 | Burkes | Burkes method |
0x00000004 | Sierra | Sierra method |
0x00000005 | StevensonArce | Stevenson-Arce method |
0x00000006 | Jarvis | Jarvis method |
0x00000007 | Ordered | Ordered dithering, which is faster than other methods but is lower in quality |
0x00000008 | Clustered | Clustered dithering |
System.Object
System.ValueType
System.Enum
Leadtools.Workflow.Raster.RasterDitheringMethod