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
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);
}
'Declaration
 
Public Property GammaCorrection As Double
 
'Usage
 
Dim instance As LoadOptionsCameraRaw
Dim value As Double
 
instance.GammaCorrection = value
 
value = instance.GammaCorrection
Remarks
The default value is 0.
See Also

Reference

LoadOptionsCameraRaw Class
LoadOptionsCameraRaw Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback