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