C# 클래스 SEToolbox.ImageLibrary.Effects.DesaturatePixelEffect

Summary description for DesaturatePixelEffect.
상속: PixelEffect
파일 보기 프로젝트 열기: midspace/SEToolbox

공개 메소드들

메소드 설명
DesaturatePixelEffect ( )

Construct the Desaturate PixelEffect

Desaturate 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

메소드 상세

DesaturatePixelEffect() 공개 메소드

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

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