GammaCorrectionFilterGamma Property |
Gets or sets the gamma value for the filter. The value must be between .2 and 5. The default gamma value is 2.2.
Namespace:
AGI.Foundation.Graphics.Imaging
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax public double Gamma { get; set; }
Public Property Gamma As Double
Get
Set
public:
property double Gamma {
double get ();
void set (double value);
}
member Gamma : float with get, set
Property Value
Type:
DoubleSee Also