Get the color type of the image

Namespace: Emgu.CV.Reflection
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)

Syntax

         
 C#  Visual Basic  Visual C++ 
public static Type GetTypeOfColor(
	IImage image
)
Public Shared Function GetTypeOfColor ( _
	image As IImage _
) As Type
public:
static Type^ GetTypeOfColor(
	IImage^ image
)

Parameters

image
IImage
The image to apply reflection on

Return Value

The color type of the image

See Also