CvColor  Conversion (CvColor to CvScalar) OpenCvSharp Class Library
Creates a CvScalar with the members of the specified CvColor.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static implicit operator CvScalar (
	CvColor self
)

Parameters

self
Type: OpenCvSharpCvColor
A CvColor that specifies the coordinates for the new CvScalar.

Return Value

Type: CvScalar
CvScalar
See Also

Reference