←Select platform

ImageColorType Enumeration

Summary
This enumeration contains the various types that can be returned as a result to the image color type.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public enum ImageColorType   
typedef NS_ENUM(NSInteger, LTImageColorType) { 
 LTImageColorTypeNone,  
 LTImageColorTypeBlackAndWhite = 1,  
 LTImageColorTypeGrayScale = 2,  
 LTImageColorTypeColor = 3,  
}; 
public final class ImageColorType 
    extends java.lang.Enum<ImageColorType> 
public enum class ImageColorType   
class ImageColorType(Enum): 
   None = 0 
   BlackAndWhite = 1 
   GrayScale = 2 
   Color = 3 
Members
ValueMemberDescription
0None No data is provided.
1BlackAndWhite The image is black and white.
2GrayScale The image is grayscale.
3Color The image is color.
Remarks

It is used through ImageColorTypeCommand command.

Requirements

Target Platforms

Help Version 23.0.2024.3.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 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.