ImageGear .NET - Updated October 26, 2017
Gamma Property (ImGearPageDisplay)




ImageGear23.Core Assembly > ImageGear.Display Namespace > ImGearPageDisplay Class : Gamma Property
Gets or sets the gamma level of the displayed image.
Syntax
'Declaration
 
Public Overridable Property Gamma As Double
 
'Usage
 
Dim instance As ImGearPageDisplay
Dim value As Double
 
instance.Gamma = value
 
value = instance.Gamma

Property Value

Double value.
Remarks

Changing this property does not permanently affect the loaded image in memory.

The default value is 1.
See Also

Reference

ImGearPageDisplay Class
ImGearPageDisplay Members