Get the dimension of this color

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

Syntax

C#
public int Dimension { get; }
Visual Basic (Declaration)
Public ReadOnly Property Dimension As Integer
Visual C++
public:
virtual property int Dimension {
	int get () sealed;
}

Implements

IColor..::.Dimension

See Also