Table of Contents

Class WebSafePaletteQuantizer

Namespace
SixLabors.ImageSharp.Processing.Processors.Quantization
Assembly
SixLabors.ImageSharp.dll

A palette quantizer consisting of web safe colors as defined in the CSS Color Module Level 4.

public class WebSafePaletteQuantizer : PaletteQuantizer, IQuantizer
Inheritance
WebSafePaletteQuantizer
Implements
Inherited Members

Constructors

WebSafePaletteQuantizer()

Initializes a new instance of the WebSafePaletteQuantizer class.

public WebSafePaletteQuantizer()

WebSafePaletteQuantizer(QuantizerOptions)

Initializes a new instance of the WebSafePaletteQuantizer class.

public WebSafePaletteQuantizer(QuantizerOptions options)

Parameters

options QuantizerOptions

The quantizer options defining quantization rules.