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: 4.1.0.3408 (4.1.0.3408)
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