Click or drag to resize

GammaCorrectionFilter Constructor (Double)

Initializes a new instance with the specified Gamma.

Namespace:  AGI.Foundation.Graphics.Imaging
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public GammaCorrectionFilter(
	double gamma
)

Parameters

gamma
Type: SystemDouble
The gamma value for the filter.
See Also