GammaCommandGammaLevel Property |
Gets or sets the gamma correction level.
Namespace:
Atalasoft.Imaging.ImageProcessing.Effects
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public double GammaLevel { get; set; }
Public Property GammaLevel As Double
Get
Set
Property Value
Type:
Double The gamma correction level.
Exceptions Exception | Condition |
---|
| Thrown if value is less than 0. |
Remarks This value must be greater than or equal to 0. The effect of this value is as follows:
<1 - decreases brightness >1 - increases brightness =1 - no change.
See Also