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

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

공개 메소드들

메소드 설명
EmissivePixelEffect ( byte alphaEmmissiveValue )

Construct the Emissive pixel effect

Emissive 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

메소드 상세

EmissivePixelEffect() 공개 메소드

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

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