←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
Java
Objective-C
WinRT C#
C++
public enum ImageColorType   
Public Enum ImageColorType  
    
    
public enum ImageColorType    
typedef NS_ENUM(NSInteger, LTImageColorType) 
public enum ImageColorType 
Leadtools.ImageProcessing.Core.ImageColorType = function() { }; 
Leadtools.ImageProcessing.Core.ImageColorType.prototype = {<br/> 
  None = 0, 
    BlackAndWhite = 1, 
    GrayScale = 2, 
    Color = 3, 
     
 }; 
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly