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



This enumerated type serves as an index into an array of SelectiveColorCommandData classes. The class at the index contains information on the corresponding color. Supported in Silverlight, Windows Phone 7

Syntax

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

Members

MemberDescription
BlackIndex into the array of SelectiveColorCommandData classes (ColorsData property or the colorsData parameter of the constructor). The class at this index contains information on the Black values.
BlueIndex into the array of SelectiveColorCommandData classes (ColorsData property or the colorsData parameter of the constructor). The class at this index contains information on the Blue values.
CyanIndex into the array of SelectiveColorCommandData classes (ColorsData property or the colorsData parameter of the constructor). The class at this index contains information on the Cyan values.
GreenIndex into the array of SelectiveColorCommandData classes (ColorsData property or the colorsData parameter of the constructor). The class at this index contains information on the Green values.
MagentaIndex into the array of SelectiveColorCommandData classes (ColorsData property or the colorsData parameter of the constructor). The class at this index contains information on the Magenta values.
NeutralIndex into the array of SelectiveColorCommandData classes (ColorsData property or the colorsData parameter of the constructor). The class at this index contains information on the Neutral values.
RedIndex into the array of SelectiveColorCommandData classes (ColorsData property or the colorsData parameter of the constructor). The class at this index contains information on the Red values.
WhiteIndex into the array of SelectiveColorCommandData classes (ColorsData property or the colorsData parameter of the constructor). The class at this index contains information on the White values.
YellowIndex into the array of SelectiveColorCommandData classes (ColorsData property or the colorsData parameter of the constructor). The class at this index contains information on the Yellow values.

Inheritance Hierarchy

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

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