C# Class SEToolbox.ImageLibrary.Effects.DesaturatePixelEffect

Summary description for DesaturatePixelEffect.
Inheritance: PixelEffect
ファイルを表示 Open project: midspace/SEToolbox

Public Methods

Method Description
DesaturatePixelEffect ( )

Construct the Desaturate PixelEffect

Desaturate effect only requires a single effect step

Protected Methods

Method Description
QuantizePixel ( Color32 pixel, Color32 destinationPixel ) : void

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

Method Details

DesaturatePixelEffect() public method

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

QuantizePixel() protected method

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
return void