GammaEffect.Gamma Property
Gets or sets the value that will be used in the formula for gamma correction.
Syntax
public System.Double Gamma { get; set; }
Property Value
Default: 2.2
The gamma value that will be used in the formula for gamma correction.
Remarks
The formula for gamma correction that will be applied is: rgb ^ (1.0 / gamma), where rgb is the RGB value of the pixel that is being corrected, and gamma is the value of the Gamma property of this effect.
Platforms
Windows, Linux, Android