[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.Windows.WicDitherType

WicDitherType Enum

Specifies the type of dither algorithm to apply when converting between pixel formats.

Namespace: GrapeCity.Documents.Imaging.Windows
Assembly: DS.Documents.Imaging.Windows.dll
Syntax
public enum WicDitherType
Public Enum WicDitherType

Fields

Name Description
DualSpiral4x4

A 4x4 dual spiral dither algorithm.

DualSpiral8x8

An 8x8 dual spiral dither algorithm.

ErrorDiffusion

An error diffusion algorithm.

None

A solid color algorithm without dither.

Ordered16x16

A 16x16 ordered dither algorithm.

Ordered4x4

A 4x4 ordered dither algorithm.

Ordered8x8

An 8x8 ordered dither algorithm.

Solid

A solid color algorithm without dither.

Spiral4x4

A 4x4 spiral dither algorithm.

Spiral8x8

An 8x8 spiral dither algorithm.