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

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

public static implicit operator CvColor (
	CvScalar obj
)

Parameters

obj
Type: OpenCvSharpCvScalar
A CvScalar that specifies the coordinates for the new CvPoint.

Return Value

Type: CvColor
CvColor
See Also

Reference