The equivalent MCvScalar value

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
MCvScalar MCvScalar { get; set; }
Visual Basic (Declaration)
Property MCvScalar As MCvScalar
Visual C++
property MCvScalar MCvScalar {
	MCvScalar get ();
	void set (MCvScalar value);
}

See Also