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

Leadtools.ImageProcessing.Core Assembly