[]
Specifies the type of dither algorithm to apply when converting between pixel formats.
public enum WicDitherType
DualSpiral4x4 = 6A 4x4 dual spiral dither algorithm.
DualSpiral8x8 = 7An 8x8 dual spiral dither algorithm.
ErrorDiffusion = 8An error diffusion algorithm.
None = 0A solid color algorithm without dither.
Ordered16x16 = 3A 16x16 ordered dither algorithm.
Ordered4x4 = 1A 4x4 ordered dither algorithm.
Ordered8x8 = 2An 8x8 ordered dither algorithm.
Solid = 0A solid color algorithm without dither.
Spiral4x4 = 4A 4x4 spiral dither algorithm.
Spiral8x8 = 5An 8x8 spiral dither algorithm.