Get the dimension of the color type

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

Syntax

C#
int Dimension { get; }
Visual Basic (Declaration)
ReadOnly Property Dimension As Integer
Visual C++
property int Dimension {
	int get ();
}

See Also