LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
ColorSeparateCommandType 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 ColorSeparateCommandType 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As ColorSeparateCommandType
C# 
public enum ColorSeparateCommandType : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class ColorSeparateCommandType : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
CmyCreate images from the three CMY planes.
CmykCreate images from the four CMYK planes.
HlsCreate images from the three HLS planes.
HsvCreate images from the three HSV planes.
LabCreate images from the three LAB planes.
RgbCreate images from the three RGB planes.
SctCreate images from the three SCT planes.
XyzCreate images from the three XYZ planes.
YcrcbCreate images from the three YCRCB planes.
YuvCreate images from the three YUV planes.

Inheritance Hierarchy

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

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