Class KnownQuantizers
- Namespace
- SixLabors.ImageSharp.Processing
- Assembly
- SixLabors.ImageSharp.dll
Contains reusable static instances of known quantizing algorithms.
public static class KnownQuantizers
- Inheritance
-
KnownQuantizers
- Inherited Members
Properties
Hexadecatree
Gets the adaptive hexadecatree quantizer. Fast with good quality.
public static IQuantizer Hexadecatree { get; }
Property Value
WebSafe
Gets the palette based quantizer consisting of web safe colors as defined in the CSS Color Module Level 4.
public static IQuantizer WebSafe { get; }
Property Value
Werner
Gets the palette based quantizer consisting of colors as defined in the original second edition of Werner’s Nomenclature of Colours 1821. The hex codes were collected and defined by Nicholas Rougeux https://www.c82.net/werner
public static IQuantizer Werner { get; }
Property Value
Wu
Gets the Xiaolin Wu's Color Quantizer which generates high quality output.
public static IQuantizer Wu { get; }