Table of Contents

Enum BitmapDitherType

Namespace
SharpDX.WIC
Assembly
SharpDX.Direct2D1.dll

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

public enum BitmapDitherType

Fields

DualSpiral4x4 = 6

A 4x4 dual spiral dither algorithm.

DualSpiral8x8 = 7

An 8x8 dual spiral dither algorithm.

ErrorDiffusion = 8

An error diffusion algorithm.

None = 0

A solid color algorithm without dither.

Ordered16x16 = 3

A 16x16 ordered dither algorithm.

Ordered4x4 = 1

A 4x4 ordered dither algorithm.

Ordered8x8 = 2

An 8x8 ordered dither algorithm.

Solid = 0

A solid color algorithm without dither.

Spiral4x4 = 4

A 4x4 spiral dither algorithm.

Spiral8x8 = 5

An 8x8 spiral dither algorithm.