C# Class SixLabors.ImageSharp.Processing.Processors.Quantization.WebSafePaletteQuantizer

A palette quantizer consisting of web safe colors as defined in the CSS Color Module Level 4.
Inheritance: SixLabors.ImageSharp.Processing.Processors.Quantization.PaletteQuantizer
Afficher le fichier Open project: SixLabors/ImageSharp

Méthodes publiques

Méthode Description
WebSafePaletteQuantizer ( )

Initializes a new instance of the WebSafePaletteQuantizer class.

WebSafePaletteQuantizer ( SixLabors.ImageSharp.Processing.Processors.Quantization.QuantizerOptions options )

Initializes a new instance of the WebSafePaletteQuantizer class.

Method Details

WebSafePaletteQuantizer() public méthode

Initializes a new instance of the WebSafePaletteQuantizer class.

WebSafePaletteQuantizer() public méthode

Initializes a new instance of the WebSafePaletteQuantizer class.
public WebSafePaletteQuantizer ( SixLabors.ImageSharp.Processing.Processors.Quantization.QuantizerOptions options )
options SixLabors.ImageSharp.Processing.Processors.Quantization.QuantizerOptions The quantizer options defining quantization rules.