C# 클래스 PixelFarm.Agg.GammaThreshold

상속: IGammaFunction
파일 보기 프로젝트 열기: prepare/HTML-Renderer

공개 메소드들

메소드 설명
GammaThreshold ( ) : System
GammaThreshold ( float t ) : System
GetGamma ( float x ) : float
threshold ( ) : float
threshold ( float t ) : void

메소드 상세

GammaThreshold() 공개 메소드

public GammaThreshold ( ) : System
리턴 System

GammaThreshold() 공개 메소드

public GammaThreshold ( float t ) : System
t float
리턴 System

GetGamma() 공개 메소드

public GetGamma ( float x ) : float
x float
리턴 float

threshold() 공개 메소드

public threshold ( ) : float
리턴 float

threshold() 공개 메소드

public threshold ( float t ) : void
t float
리턴 void