Leadtools.ImageProcessing.Color Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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.

Syntax

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

Members

MemberDescription
Red Index 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.
Yellow Index 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.
Green Index 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.
Cyan Index 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.
Blue Index 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.
Magenta Index 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.
White Index 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.
Neutral Index into the array of SelectiveColorCommandData classes (ColorsData property or the colorsData parameter of the constructor). The class at this index contatins information on the Neutral values.
Black Index 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.

Inheritance Hierarchy

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

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