C# Class PixelFarm.Agg.GammaLinear

Inheritance: IGammaFunction
ファイルを表示 Open project: prepare/HTML-Renderer

Public Methods

Method Description
GammaLinear ( ) : System
GammaLinear ( float s, float e ) : System
GetGamma ( float x ) : float
Set ( float s, float e ) : void

Method Details

GammaLinear() public method

public GammaLinear ( ) : System
return System

GammaLinear() public method

public GammaLinear ( float s, float e ) : System
s float
e float
return System

GetGamma() public method

public GetGamma ( float x ) : float
x float
return float

Set() public method

public Set ( float s, float e ) : void
s float
e float
return void