ReflectColorTypeGetNamesOfChannels Method |
http://www.emgu.com
Get the names of the channels
Namespace:
Emgu.CV.Reflection
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntaxpublic static string[] GetNamesOfChannels(
IColor color
)
Public Shared Function GetNamesOfChannels (
color As IColor
) As String()
public:
static array<String^>^ GetNamesOfChannels(
IColor^ color
)
static member GetNamesOfChannels :
color : IColor -> string[]
Parameters
- color
- Type: Emgu.CVIColor
The color
Return Value
Type:
StringThe names of the channels
See Also