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)
Syntaxpublic GammaCorrectionFilter(
double gamma
)
Public Sub New (
gamma As Double
)
public:
GammaCorrectionFilter(
double gamma
)
new :
gamma : float -> GammaCorrectionFilter
Parameters
- gamma
- Type: SystemDouble
The gamma value for the filter.
See Also