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