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



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

Syntax

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

Members

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

Inheritance Hierarchy

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

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