Accusoft.ImagXpress13.Net
BrightnessFactor Property




The brightness of each pixel will be multiplied using this factor. Valid values are 0 (indicating nothing should be done) or .01 to 100.0. To effectively use this parameter, AutoBrightnessAndContrast should be set to false.
Syntax
'Declaration
 
Public Property BrightnessFactor As Double
'Usage
 
Dim instance As LoadOptionsCameraRaw
Dim value As Double
 
instance.BrightnessFactor = value
 
value = instance.BrightnessFactor
public double BrightnessFactor {get; set;}
public: __property double get_BrightnessFactor();
public: __property void set_BrightnessFactor( 
   double value
);
public:
property double BrightnessFactor {
   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