ImageGear .NET - Updated
Gamma Property (ImGearPageDisplay)




ImageGear24.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
public virtual double Gamma {get; set;}
public: __property virtual double get_Gamma();
public: __property virtual void set_Gamma( 
   double value
);
public:
virtual 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

ImGearPageDisplay Class
ImGearPageDisplay Members