C# 클래스 SixLabors.ImageSharp.Processing.Processors.Quantization.WebSafePaletteQuantizer

A palette quantizer consisting of web safe colors as defined in the CSS Color Module Level 4.
상속: SixLabors.ImageSharp.Processing.Processors.Quantization.PaletteQuantizer
파일 보기 프로젝트 열기: SixLabors/ImageSharp

공개 메소드들

메소드 설명
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.

메소드 상세

WebSafePaletteQuantizer() 공개 메소드

Initializes a new instance of the WebSafePaletteQuantizer class.

WebSafePaletteQuantizer() 공개 메소드

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.