ImageGear .NET - Updated
Gamma Property (ImGearPresentationPageDisplay)




ImageGear24.Presentation Assembly > ImageGear.Display Namespace > ImGearPresentationPageDisplay Class : Gamma Property
Gets or sets the gamma level of the displayed image.
Syntax
'Declaration
 
<BindableAttribute(Bindable=True, Direction=BindingDirection.OneWay)>
Public Property Gamma As Double
'Usage
 
Dim instance As ImGearPresentationPageDisplay
Dim value As Double
 
instance.Gamma = value
 
value = instance.Gamma
[Bindable(Bindable=true, Direction=BindingDirection.OneWay)]
public double Gamma {get; set;}
[Bindable(Bindable=true, Direction=BindingDirection.OneWay)]
public: __property double get_Gamma();
public: __property void set_Gamma( 
   double value
);
[Bindable(Bindable=true, Direction=BindingDirection.OneWay)]
public:
property double Gamma {
   double get();
   void set (    double value);
}

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

ImGearPresentationPageDisplay Class
ImGearPresentationPageDisplay Members