C# Class PixelFarm.Agg.GammaLookUpTable

Show file Open project: prepare/HTML-Renderer

Public Methods

Method Description
GammaLookUpTable ( float gamma ) : System
dir ( int v ) : byte
inv ( int v ) : byte

Private Methods

Method Description
SetGamma ( float g ) : void

Method Details

GammaLookUpTable() public method

public GammaLookUpTable ( float gamma ) : System
gamma float
return System

dir() public method

public dir ( int v ) : byte
v int
return byte

inv() public method

public inv ( int v ) : byte
v int
return byte