Click or drag to resize

ReflectIImageGetTypeOfColor Method

http://www.emgu.com
Get the color type of the image

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 Type GetTypeOfColor(
	IImage image
)

Parameters

image
Type: Emgu.CVIImage
The image to apply reflection on

Return Value

Type: Type
The color type of the image
See Also