C# Class PixelFarm.Agg.GammaThreshold

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

Méthodes publiques

Méthode Description
GammaThreshold ( ) : System
GammaThreshold ( float t ) : System
GetGamma ( float x ) : float
threshold ( ) : float
threshold ( float t ) : void

Method Details

GammaThreshold() public méthode

public GammaThreshold ( ) : System
Résultat System

GammaThreshold() public méthode

public GammaThreshold ( float t ) : System
t float
Résultat System

GetGamma() public méthode

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

threshold() public méthode

public threshold ( ) : float
Résultat float

threshold() public méthode

public threshold ( float t ) : void
t float
Résultat void