←Select platform

ImageColorTypeCommandFlags Enumeration

Summary
Options for manipulating the behavior of image type detection.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public enum ImageColorTypeCommandFlags   
typedef NS_ENUM(NSInteger, LTImageColorTypeCommandFlags) { 
 LTImageColorTypeCommandFlagsNone,  
 LTImageColorTypeCommandFlagsFavorColor = 0x00000001,  
 LTImageColorTypeCommandFlagsFavorGrayScale = 2,  
 LTImageColorTypeCommandFlagsFavorBlackAndWhite = 1,  
}; 
public final class ImageColorTypeCommandFlags 
    extends java.lang.Enum<ImageColorTypeCommandFlags> 
public enum class ImageColorTypeCommandFlags   
class ImageColorTypeCommandFlags(Enum): 
   None = 0 
   FavorColor = 1 
   FavorColor = 1 
   FavorGrayScale = 2 
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 22.0.2023.11.1
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

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