Click or drag to resize

ReflectColorTypeGetNamesOfChannels Method

http://www.emgu.com
Get the names of the channels

Namespace:  Emgu.CV.Reflection
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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