Click or drag to resize
Accord.NET (logo)

GammaCorrection Constructor (Double)

Initializes a new instance of the GammaCorrection class.

Namespace:  Accord.Imaging.Filters
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public GammaCorrection(
	double gamma
)
Request Example View Source

Parameters

gamma
Type: SystemDouble
Gamma value.
See Also