Accusoft.ImagXpress13.Net
RedFactor Property




Red 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 RedFactor As Double
'Usage
 
Dim instance As LoadOptionsCameraRaw
Dim value As Double
 
instance.RedFactor = value
 
value = instance.RedFactor
public double RedFactor {get; set;}
public: __property double get_RedFactor();
public: __property void set_RedFactor( 
   double value
);
public:
property double RedFactor {
   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