←Select platform

ColorType Property

Summary
Gets the type of the image.
Syntax
C#
VB
C++
Java
public ImageColorType ColorType { get; } 
Public ReadOnly Property ColorType As ImageColorType 
public ImageColorType getColorType() 
public: 
property ImageColorType ColorType { 
   ImageColorType get(); 
} 

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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.