C# Class PixelFarm.Agg.GammaLinear

Inheritance: IGammaFunction
Afficher le fichier Open project: prepare/HTML-Renderer

Méthodes publiques

Méthode Description
GammaLinear ( ) : System
GammaLinear ( float s, float e ) : System
GetGamma ( float x ) : float
Set ( float s, float e ) : void

Method Details

GammaLinear() public méthode

public GammaLinear ( ) : System
Résultat System

GammaLinear() public méthode

public GammaLinear ( float s, float e ) : System
s float
e float
Résultat System

GetGamma() public méthode

public GetGamma ( float x ) : float
x float
Résultat float

Set() public méthode

public Set ( float s, float e ) : void
s float
e float
Résultat void