Emgu CV Library Documentation
GetTypeOfColor Method (image)
NamespacesEmgu.CV.ReflectionReflectIImageGetTypeOfColor(IImage)

www.emgu.com/wiki
Get the color type of the image
Declaration Syntax
C#Visual BasicVisual 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

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)