C# Class SEToolbox.ImageLibrary.Effects.EmissivePixelEffect

Summary description for EmissiveEffect.
Inheritance: PixelEffect
Afficher le fichier Open project: midspace/SEToolbox Class Usage Examples

Méthodes publiques

Méthode Description
EmissivePixelEffect ( byte alphaEmmissiveValue )

Construct the Emissive pixel effect

Emissive pixel effect only requires a single effect step

Méthodes protégées

Méthode Description
QuantizePixel ( Color32 pixel, Color32 destinationPixel ) : void

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

Method Details

EmissivePixelEffect() public méthode

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

QuantizePixel() protected méthode

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
Résultat void