C# Класс Warcraft.Core.Quantization.GrayscaleQuantizer

Summary description for PaletteQuantizer.
Наследование: PaletteQuantizer
Показать файл Открыть проект

Открытые методы

Метод Описание
GrayscaleQuantizer ( ) : System

Construct the palette quantizer

Palette quantization only requires a single quantization step

Защищенные методы

Метод Описание
QuantizePixel ( Color32 pixel ) : byte

Override this to process the pixel in the second pass of the algorithm

Описание методов

GrayscaleQuantizer() публичный Метод

Construct the palette quantizer
Palette quantization only requires a single quantization step
public GrayscaleQuantizer ( ) : System
Результат System

QuantizePixel() защищенный Метод

Override this to process the pixel in the second pass of the algorithm
protected QuantizePixel ( Color32 pixel ) : byte
pixel Color32 The pixel to quantize
Результат byte