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

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

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

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

Construct the Alpha pixel effect

Alpha 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

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

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

Construct the Alpha pixel effect
Alpha pixel effect only requires a single effect step
public AlphaPixelEffect ( )

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