LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

ImageColorType Enumeration

Show in webframe







This enumeration contains the various types that can be returned as a result to the image color type.
Syntax
'Declaration
 
Public Enum ImageColorType 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As ImageColorType
public enum ImageColorType : System.IComparableSystem.IConvertibleSystem.IFormattable  
enum LTImageColorType
public enum ImageColorType
Leadtools.ImageProcessing.Core.ImageColorType = function() { };
Leadtools.ImageProcessing.Core.ImageColorType.prototype = {
None = 0x00000000, BlackAndWhite = 0x00000001, Color = 0x00000001, GrayScale = 0x00000002, };
public enum class ImageColorType : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000NoneNo data is provided.
0x00000001BlackAndWhiteThe image is black and white.
0x00000001ColorThe image is color.
0x00000002GrayScaleThe image is grayscale.
Remarks
It is used through ImageColorTypeCommand command.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.Core.ImageColorType

Requirements

Target Platforms

See Also

Reference

Leadtools.ImageProcessing.Core Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.