LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

ColorSeparateCommandType Enumeration

Show in webframe







The type of separation that was used to create the grayscale images.
Syntax
public enum ColorSeparateCommandType : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
Public Enum ColorSeparateCommandType 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As ColorSeparateCommandType
public enum ColorSeparateCommandType : System.IComparableSystem.IConvertibleSystem.IFormattable  
enum LTColorSeparateCommandType
public enum ColorSeparateCommandType
Leadtools.ImageProcessing.Color.ColorSeparateCommandType = function() { };
Leadtools.ImageProcessing.Color.ColorSeparateCommandType.prototype = {
Rgb = 0x00000000, Cmyk = 0x00000001, Hsv = 0x00000002, Hls = 0x00000003, Cmy = 0x00000004, Yuv = 0x00000005, Xyz = 0x00000006, Lab = 0x00000007, Ycrcb = 0x00000008, Sct = 0x00000009, };
public enum class ColorSeparateCommandType : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000RgbCreate images from the three RGB planes.
0x00000001CmykCreate images from the four CMYK planes.
0x00000002HsvCreate images from the three HSV planes.
0x00000003HlsCreate images from the three HLS planes.
0x00000004CmyCreate images from the three CMY planes.
0x00000005YuvCreate images from the three YUV planes.
0x00000006XyzCreate images from the three XYZ planes.
0x00000007LabCreate images from the three LAB planes.
0x00000008YcrcbCreate images from the three YCRCB planes.
0x00000009SctCreate images from the three SCT planes.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.Color.ColorSeparateCommandType

Requirements

Target Platforms

See Also

Reference

Leadtools.ImageProcessing.Color Namespace

 

 


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