Click or drag to resize

Scalar Constructor (Double, Double, Double)

Initializes a new instance of the Scalar class

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public Scalar(
	double v0,
	double v1,
	double v2
)

Parameters

v0
Type: SystemDouble
v1
Type: SystemDouble
v2
Type: SystemDouble
See Also