Get the color type of the image

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

Syntax

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

Parameters

image
Type: Emgu.CV..::.IImage
The image to apply reflection on

Return Value

The color type of the image

See Also