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: 25.1.421.0 (25.1.421.0)
Syntax
public GammaCorrectionFilter(
	double gamma
)

Parameters

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