Table of Contents

Class KnownDitherings

Namespace
SixLabors.ImageSharp.Processing
Assembly
SixLabors.ImageSharp.dll

Contains reusable static instances of known dithering algorithms.

public static class KnownDitherings
Inheritance
KnownDitherings
Inherited Members

Properties

Atkinson

Gets the error Dither that implements the Atkinson algorithm.

public static IDither Atkinson { get; }

Property Value

IDither

Bayer16x16

Gets the order ditherer using the 16x16 Bayer dithering matrix

public static IDither Bayer16x16 { get; }

Property Value

IDither

Bayer2x2

Gets the order ditherer using the 2x2 Bayer dithering matrix

public static IDither Bayer2x2 { get; }

Property Value

IDither

Bayer4x4

Gets the order ditherer using the 4x4 Bayer dithering matrix

public static IDither Bayer4x4 { get; }

Property Value

IDither

Bayer8x8

Gets the order ditherer using the 8x8 Bayer dithering matrix

public static IDither Bayer8x8 { get; }

Property Value

IDither

Burks

Gets the error Dither that implements the Burks algorithm.

public static IDither Burks { get; }

Property Value

IDither

FloydSteinberg

Gets the error Dither that implements the Floyd-Steinberg algorithm.

public static IDither FloydSteinberg { get; }

Property Value

IDither

JarvisJudiceNinke

Gets the error Dither that implements the Jarvis-Judice-Ninke algorithm.

public static IDither JarvisJudiceNinke { get; }

Property Value

IDither

Ordered3x3

Gets the order ditherer using the 3x3 dithering matrix

public static IDither Ordered3x3 { get; }

Property Value

IDither

Sierra2

Gets the error Dither that implements the Sierra-2 algorithm.

public static IDither Sierra2 { get; }

Property Value

IDither

Sierra3

Gets the error Dither that implements the Sierra-3 algorithm.

public static IDither Sierra3 { get; }

Property Value

IDither

SierraLite

Gets the error Dither that implements the Sierra-Lite algorithm.

public static IDither SierraLite { get; }

Property Value

IDither

StevensonArce

Gets the error Dither that implements the Stevenson-Arce algorithm.

public static IDither StevensonArce { get; }

Property Value

IDither

Stucki

Gets the error Dither that implements the Stucki algorithm.

public static IDither Stucki { get; }

Property Value

IDither