LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

ColorMergeCommandType Enumeration

Show in webframe







The type of separation that was used to create the grayscale images.
Syntax
public enum ColorMergeCommandType : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
Public Enum ColorMergeCommandType 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As ColorMergeCommandType
public enum ColorMergeCommandType : System.IComparableSystem.IConvertibleSystem.IFormattable  
enum LTColorMergeCommandType
public enum ColorMergeCommandType
Leadtools.ImageProcessing.Color.ColorMergeCommandType = function() { };
Leadtools.ImageProcessing.Color.ColorMergeCommandType.prototype = {
Rgb = 0x00000000, Cmyk = 0x00000001, Hsv = 0x00000002, Hls = 0x00000003, Cmy = 0x00000004, Yuv = 0x00000005, Xyz = 0x00000006, Lab = 0x00000007, YcrCb = 0x00000008, Sct = 0x00000009, };
public enum class ColorMergeCommandType : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000RgbMerge images from three RGB planes.
0x00000001CmykMerge images from four CMYK planes.
0x00000002HsvMerge images from three HSV planes.
0x00000003HlsMerge images from three HLS planes.
0x00000004CmyMerge images from three CMY planes.
0x00000005YuvMerge images from three YUV planes.
0x00000006XyzMerge images from three XYZ planes.
0x00000007LabMerge images from three LAB planes.
0x00000008YcrCbMerge images from three YCRCB planes.
0x00000009SctMerge images from three SCT planes.
Inheritance Hierarchy

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

Requirements

Target Platforms

See Also

Reference

Leadtools.ImageProcessing.Color Namespace

 

 


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