Dither algorithm
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public enum DitherType
Public Enumeration DitherType
public enum class DitherType
Members
Member | Value | Description |
---|---|---|
Ordered | 0 |
Ordered dither
|
Threshold | 1 |
Threshold dither
|
FloydSteinberg | 2 |
Floyd Steinberg algorithm
|