Accusoft.ImagXpress13.Net
GammaCorrection Property




Gamma correction value to apply to each pixel. Valid values are 0.0 (indicating nothing should be done) or .1 to 10.0.
Syntax
'Declaration
 
Public Property GammaCorrection As Double
'Usage
 
Dim instance As LoadOptionsCameraRaw
Dim value As Double
 
instance.GammaCorrection = value
 
value = instance.GammaCorrection
public double GammaCorrection {get; set;}
public: __property double get_GammaCorrection();
public: __property void set_GammaCorrection( 
   double value
);
public:
property double GammaCorrection {
   double get();
   void set (    double value);
}
Remarks
The default value is 0.
See Also

Reference

LoadOptionsCameraRaw Class
LoadOptionsCameraRaw Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback