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

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

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

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

Construct the Mask pixel effect

Mask pixel 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

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

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

Construct the Mask pixel effect
Mask pixel effect only requires a single effect step
public MaskPixelEffect ( )

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