←Select platform

ColorType Property

Summary

Gets the type of the image.

Syntax

C#
VB
Java
WinRT C#
C++
public ImageColorType ColorType { get; } 
Public ReadOnly Property ColorType As Leadtools.Imageprocessing.Core.ImageColorType 
public ImageColorType getColorType() 
 get_ColorType();  

Property Value

ImageColorType enumeration value that represents the type of the image.

Remarks

To make the algorithm favor one type over the other, refer to Flag property.

To get the confidence percentage, refer to Confidence property.

Example

For an example, refer to ImageColorTypeCommand example.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly