| ReflectColorTypeGetNamesOfChannels Method |
http://www.emgu.com
Get the names of the channels
Namespace: Emgu.CV.ReflectionAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
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