VideoCaptureGamma Property
|
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic double Gamma { get; set; }
Public Property Gamma As Double
Get
Set
public:
property double Gamma {
double get ();
void set (double value);
}
member Gamma : float with get, set
function get_Gamma();
function set_Gamma(value);
Property Value
Type:
Double
See Also