Click or drag to resize
ReflectColorTypeGetDisplayColorOfChannels Method
http://www.emgu.com
Get the display color for each channel

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 Color[] GetDisplayColorOfChannels(
	IColor color
)

Parameters

color
Type: Emgu.CVIColor
The color

Return Value

Type: Color
The display color for each channel
See Also