Dither type to use when reducing colors.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public enum DitherAlgorithm
Public Enumeration DitherAlgorithm
public enum class DitherAlgorithm

Members

MemberValueDescription
Solid0
A solid color algorithm without dither.
Ordered4x41
A 4x4 ordered dither algorithm.
Ordered8x82
An 8x8 ordered dither algorithm.
Ordered16x163
A 16x16 ordered dither algorithm.
Spiral4x44
A 4x4 spiral dither algorithm.
Spiral8x85
An 8x8 spiral dither algorithm.
DualSpiral4x46
A 4x4 dual spiral dither algorithm.
DualSpiral8x87
An 8x8 dual spiral dither algorithm.
ErrorDiffusion8
An error diffusion algorithm.

See Also