Emgu CV Library Documentation
MCvScalar Constructor (v0, v1, v2)
NamespacesEmgu.CV.StructureMCvScalarMCvScalar(Double, Double, Double)

www.emgu.com/wiki
Create a new MCvScalar structure using the specific values
Declaration Syntax
C#Visual BasicVisual C++
public MCvScalar(
	double v0,
	double v1,
	double v2
)
Public Sub New ( _
	v0 As Double, _
	v1 As Double, _
	v2 As Double _
)
public:
MCvScalar(
	double v0, 
	double v1, 
	double v2
)
Parameters
v0 (Double)
v0
v1 (Double)
v1
v2 (Double)
v2

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)