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

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

공개 메소드들

메소드 설명
MaskPixelEffect ( )

Construct the Mask pixel effect

Mask 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

메소드 상세

MaskPixelEffect() 공개 메소드

Construct the Mask pixel effect
Mask pixel effect only requires a single effect step
public MaskPixelEffect ( )

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