C# Класс SEToolbox.ImageLibrary.Effects.DesaturatePixelEffect

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

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

Метод Описание
DesaturatePixelEffect ( )

Construct the Desaturate PixelEffect

Desaturate effect only requires a single effect step

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

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

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

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

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

Construct the Desaturate PixelEffect
Desaturate effect only requires a single effect step

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

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