Get the names of the channels

Namespace: Emgu.CV.Reflection
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)

Syntax

         
 C#  Visual Basic  Visual C++ 
public static string[] GetNamesOfChannels(
	IColor color
)
Public Shared Function GetNamesOfChannels ( _
	color As IColor _
) As String()
public:
static array<String^>^ GetNamesOfChannels(
	IColor^ color
)

Parameters

color
IColor
The color

Return Value

The names of the channels

See Also