C# Class PixelFarm.Agg.GammaThreshold

Inheritance: IGammaFunction
Show file Open project: prepare/HTML-Renderer

Public Methods

Method Description
GammaThreshold ( ) : System
GammaThreshold ( float t ) : System
GetGamma ( float x ) : float
threshold ( ) : float
threshold ( float t ) : void

Method Details

GammaThreshold() public method

public GammaThreshold ( ) : System
return System

GammaThreshold() public method

public GammaThreshold ( float t ) : System
t float
return System

GetGamma() public method

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

threshold() public method

public threshold ( ) : float
return float

threshold() public method

public threshold ( float t ) : void
t float
return void