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