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
public double BlueFactor {get; set;}
public: __property double get_BlueFactor();
public: __property void set_BlueFactor(
double value
);
'Declaration
Public Property BlueFactor As Double
'Usage
Dim instance As LoadOptionsCameraRaw
Dim value As Double
instance.BlueFactor = value
value = instance.BlueFactor
See Also