Get the dimension of the color type

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

Syntax

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

See Also