Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
PixelFarm
Agg
GammaLinear
C# Class PixelFarm.Agg.GammaLinear
Inheritance:
IGammaFunction
Mostrar archivo
Open project: prepare/HTML-Renderer
Public Methods
Method
Description
GammaLinear
( ) :
System
GammaLinear
(
float
s
,
float
e
) :
System
GetGamma
(
float
x
) :
float
Set
(
float
s
,
float
e
) :
void
Method Details
GammaLinear()
public
method
public
GammaLinear
( ) :
System
return
System
GammaLinear()
public
method
public
GammaLinear
(
float
s
,
float
e
) :
System
s
float
e
float
return
System
GetGamma()
public
method
public
GetGamma
(
float
x
) :
float
x
float
return
float
Set()
public
method
public
Set
(
float
s
,
float
e
) :
void
s
float
e
float
return
void