←Select platform

ImageColorTypeCommandFlags Enumeration

Summary

Options for manipulating the behavior of image type detection.

Syntax
C#
VB
Objective-C
C++
Java
public enum ImageColorTypeCommandFlags   
Public Enum ImageColorTypeCommandFlags  
typedef NS_ENUM(NSInteger, LTImageColorTypeCommandFlags) 
ImageColorTypeCommandFlags 
public enum class ImageColorTypeCommandFlags   

Members
ValueMemberDescription
0None Nothing.
1FavorBlackAndWhite Favor black and white result. Meaning that it will more likely to return black and white as a result.
1FavorColor Favor colored result. Meaning that it will more likely to return colored as a result.
2FavorGrayScale Favor grayscale result. Meaning that it will more likely to return gray scale as a result.

Remarks

It is used through ImageColorTypeCommand command.

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