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
Bayer16x16
Gets the order ditherer using the 16x16 Bayer dithering matrix
public static IDither Bayer16x16 { get; }
Property Value
Bayer2x2
Gets the order ditherer using the 2x2 Bayer dithering matrix
public static IDither Bayer2x2 { get; }
Property Value
Bayer4x4
Gets the order ditherer using the 4x4 Bayer dithering matrix
public static IDither Bayer4x4 { get; }
Property Value
Bayer8x8
Gets the order ditherer using the 8x8 Bayer dithering matrix
public static IDither Bayer8x8 { get; }
Property Value
Burks
Gets the error Dither that implements the Burks algorithm.
public static IDither Burks { get; }
Property Value
FloydSteinberg
Gets the error Dither that implements the Floyd-Steinberg algorithm.
public static IDither FloydSteinberg { get; }
Property Value
JarvisJudiceNinke
Gets the error Dither that implements the Jarvis-Judice-Ninke algorithm.
public static IDither JarvisJudiceNinke { get; }
Property Value
Ordered3x3
Gets the order ditherer using the 3x3 dithering matrix
public static IDither Ordered3x3 { get; }
Property Value
Sierra2
Gets the error Dither that implements the Sierra-2 algorithm.
public static IDither Sierra2 { get; }
Property Value
Sierra3
Gets the error Dither that implements the Sierra-3 algorithm.
public static IDither Sierra3 { get; }
Property Value
SierraLite
Gets the error Dither that implements the Sierra-Lite algorithm.
public static IDither SierraLite { get; }
Property Value
StevensonArce
Gets the error Dither that implements the Stevenson-Arce algorithm.
public static IDither StevensonArce { get; }
Property Value
Stucki
Gets the error Dither that implements the Stucki algorithm.
public static IDither Stucki { get; }