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

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

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

Метод Описание
EmissivePixelEffect ( byte alphaEmmissiveValue )

Construct the Emissive pixel effect

Emissive 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

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

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

Construct the Emissive pixel effect
Emissive pixel effect only requires a single effect step
public EmissivePixelEffect ( byte alphaEmmissiveValue )
alphaEmmissiveValue byte

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