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

Summary description for AlphaEffect.
상속: PixelEffect
파일 보기 프로젝트 열기: midspace/SEToolbox 1 사용 예제들

공개 메소드들

메소드 설명
AlphaPixelEffect ( )

Construct the Alpha pixel effect

Alpha 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

메소드 상세

AlphaPixelEffect() 공개 메소드

Construct the Alpha pixel effect
Alpha pixel effect only requires a single effect step
public AlphaPixelEffect ( )

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