LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

SelectiveCommandColorTypes Enumeration

Show in webframe







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
public enum SelectiveCommandColorTypes : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
Public Enum SelectiveCommandColorTypes 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As SelectiveCommandColorTypes
public enum SelectiveCommandColorTypes : System.IComparableSystem.IConvertibleSystem.IFormattable  
enum LTSelectiveCommandColorTypes
public enum SelectiveCommandColorTypes
Leadtools.ImageProcessing.Color.SelectiveCommandColorTypes = function() { };
Leadtools.ImageProcessing.Color.SelectiveCommandColorTypes.prototype = {
Red = 0x00000000, Yellow = 0x00000001, Green = 0x00000002, Cyan = 0x00000003, Blue = 0x00000004, Magenta = 0x00000005, White = 0x00000006, Neutral = 0x00000007, Black = 0x00000008, };
public enum class SelectiveCommandColorTypes : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000RedIndex 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.
0x00000001YellowIndex 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.
0x00000002GreenIndex 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.
0x00000003CyanIndex 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.
0x00000004BlueIndex 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.
0x00000005MagentaIndex 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.
0x00000006WhiteIndex 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.
0x00000007NeutralIndex 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.
0x00000008BlackIndex 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

See Also

Reference

Leadtools.ImageProcessing.Color Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.