ImageGear .NET v25.1 - Updated
Gamma Property (IImGearContrastSettings)




ImageGear.Core Assembly > ImageGear.Display Namespace > IImGearContrastSettings Interface : Gamma Property
Gets or sets gamma attribute.
Syntax
'Declaration
 
Property Gamma As Double
'Usage
 
Dim instance As IImGearContrastSettings
Dim value As Double
 
instance.Gamma = value
 
value = instance.Gamma
double Gamma {get; set;}
__property double get_Gamma();
__property void set_Gamma( 
   double value
);
property double Gamma {
   double get();
   void set (    double value);
}

Property Value

Double value.
See Also

Reference

IImGearContrastSettings Interface
IImGearContrastSettings Members