Accusoft.ImagXpress13.Net
BlueFactor Property




Blue samples in each pixel will be multiplied by this value after white balancing. This allows for white to be manually balanced or for additional adjustment to be applied after automatic processing. Valid values are 0 (indicating nothing should be done) or .01 to 100.0.
Syntax
'Declaration
 
Public Property BlueFactor As Double
'Usage
 
Dim instance As LoadOptionsCameraRaw
Dim value As Double
 
instance.BlueFactor = value
 
value = instance.BlueFactor
public double BlueFactor {get; set;}
public: __property double get_BlueFactor();
public: __property void set_BlueFactor( 
   double value
);
public:
property double BlueFactor {
   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