Click or drag to resize
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: 3.1.0.2282 (3.1.0.2282)
Syntax
public static string[] GetNamesOfChannels(
	IColor color
)

Parameters

color
Type: Emgu.CVIColor
The color

Return Value

Type: String
The names of the channels
See Also