Click or drag to resize

Scalar Constructor (Double, Double, Double, Double)

Initializes a new instance of the Scalar class

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public Scalar(
	double v0,
	double v1,
	double v2,
	double v3
)

Parameters

v0
Type: SystemDouble

[Missing <param name="v0"/> documentation for "M:OpenCvSharp.Scalar.#ctor(System.Double,System.Double,System.Double,System.Double)"]

v1
Type: SystemDouble

[Missing <param name="v1"/> documentation for "M:OpenCvSharp.Scalar.#ctor(System.Double,System.Double,System.Double,System.Double)"]

v2
Type: SystemDouble

[Missing <param name="v2"/> documentation for "M:OpenCvSharp.Scalar.#ctor(System.Double,System.Double,System.Double,System.Double)"]

v3
Type: SystemDouble

[Missing <param name="v3"/> documentation for "M:OpenCvSharp.Scalar.#ctor(System.Double,System.Double,System.Double,System.Double)"]

See Also