Get the names of the channels

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

Syntax

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

Parameters

color
Type: Emgu.CV..::.IColor
The color

Return Value

The names of the channels

See Also