←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#
VB
Objective-C
C++
Java
public enum ImageColorType   
Public Enum ImageColorType  
typedef NS_ENUM(NSInteger, LTImageColorType) 
public enum ImageColorType 
public enum class ImageColorType   
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 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.