Leadtools.ImageProcessing.Color Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
ColorMergeCommandType Enumeration
See Also  



The type of separation that was used to create the grayscale images.

Syntax

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

Members

MemberDescription
Rgb Merge images from three RGB planes.
Cmyk Merge images from four CMYK planes.
Hsv Merge images from three HSV planes.
Hls Merge images from three HLS planes.
Cmy Merge images from three CMY planes.
Yuv Merge images from three YUV planes.
Xyz Merge images from three XYZ planes.
Lab Merge images from three LAB planes.
YcrCb Merge images from three YCRCB planes.
Sct Merge images from three SCT planes.

Inheritance Hierarchy

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also