[]
        
(Showing Draft Content)

C1.Win.Bitmap.DitherType

DitherType Enum

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

Namespace: C1.Win.Bitmap
Assembly: C1.Win.Bitmap.4.8.dll
Syntax
public enum DitherType

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.