| VideoCaptureBrightness Property |
Gets or sets brightness of image (only for cameras)
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public double Brightness { get; set; }
Public Property Brightness As Double
Get
Set
public:
property double Brightness {
double get ();
void set (double value);
}
member Brightness : float with get, set
Property Value
Type:
DoubleSee Also