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