C# 클래스 PixelFarm.Agg.GammaLinear

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

공개 메소드들

메소드 설명
GammaLinear ( ) : System
GammaLinear ( float s, float e ) : System
GetGamma ( float x ) : float
Set ( float s, float e ) : void

메소드 상세

GammaLinear() 공개 메소드

public GammaLinear ( ) : System
리턴 System

GammaLinear() 공개 메소드

public GammaLinear ( float s, float e ) : System
s float
e float
리턴 System

GetGamma() 공개 메소드

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

Set() 공개 메소드

public Set ( float s, float e ) : void
s float
e float
리턴 void