C# Class PixelFarm.Agg.GammaLookUpTable

Afficher le fichier Open project: prepare/HTML-Renderer

Méthodes publiques

Méthode Description
GammaLookUpTable ( float gamma ) : System
dir ( int v ) : byte
inv ( int v ) : byte

Private Methods

Méthode Description
SetGamma ( float g ) : void

Method Details

GammaLookUpTable() public méthode

public GammaLookUpTable ( float gamma ) : System
gamma float
Résultat System

dir() public méthode

public dir ( int v ) : byte
v int
Résultat byte

inv() public méthode

public inv ( int v ) : byte
v int
Résultat byte