| ReflectIImageGetTypeOfColor Method |
http://www.emgu.com
Get the color type of the image
Namespace: Emgu.CV.ReflectionAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic static Type GetTypeOfColor(
IImage image
)
Public Shared Function GetTypeOfColor (
image As IImage
) As Type
public:
static Type^ GetTypeOfColor(
IImage^ image
)
static member GetTypeOfColor :
image : IImage -> Type
Parameters
- image
- Type: Emgu.CVIImage
The image to apply reflection on
Return Value
Type:
TypeThe color type of the image
See Also