C# Class PixelFarm.Agg.GammaPower

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

Public Methods

Method Description
GammaPower ( ) : System
GammaPower ( float g ) : System
GetGamma ( float x ) : float
gamma ( ) : float
gamma ( float g ) : void

Method Details

GammaPower() public method

public GammaPower ( ) : System
return System

GammaPower() public method

public GammaPower ( float g ) : System
g float
return System

GetGamma() public method

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

gamma() public method

public gamma ( ) : float
return float

gamma() public method

public gamma ( float g ) : void
g float
return void