LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
ColorMergeCommandType Enumeration
See Also  



The type of separation that was used to create the grayscale images. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Public Enum ColorMergeCommandType 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As ColorMergeCommandType
C# 
public enum ColorMergeCommandType : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class ColorMergeCommandType : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
CmyMerge images from three CMY planes.
CmykMerge images from four CMYK planes.
HlsMerge images from three HLS planes.
HsvMerge images from three HSV planes.
LabMerge images from three LAB planes.
RgbMerge images from three RGB planes.
SctMerge images from three SCT planes.
XyzMerge images from three XYZ planes.
YcrCbMerge images from three YCRCB planes.
YuvMerge images from three YUV planes.

Inheritance Hierarchy

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

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also