←Select platform

SelectiveCommandColorTypes Enumeration

Summary
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
C#
Objective-C
C++/CLI
Java
Python
public enum SelectiveCommandColorTypes   
typedef NS_ENUM(NSInteger, LTSelectiveCommandColorTypes) { 
 LTSelectiveCommandColorTypesRed = 0x00000000,  
 LTSelectiveCommandColorTypesYellow = 0x00000001,  
 LTSelectiveCommandColorTypesGreen = 0x00000002,  
 LTSelectiveCommandColorTypesCyan = 0x00000003,  
 LTSelectiveCommandColorTypesBlue = 0x00000004,  
 LTSelectiveCommandColorTypesMagenta = 0x00000005,  
 LTSelectiveCommandColorTypesWhite = 0x00000006,  
 LTSelectiveCommandColorTypesNeutral = 0x00000007,  
 LTSelectiveCommandColorTypesBlack = 0x00000008,  
}; 
public final class SelectiveCommandColorTypes 
    extends java.lang.Enum<SelectiveCommandColorTypes> 
public enum class SelectiveCommandColorTypes   
class SelectiveCommandColorTypes(Enum): 
   Red = 0 
   Yellow = 1 
   Green = 2 
   Cyan = 3 
   Blue = 4 
   Magenta = 5 
   White = 6 
   Neutral = 7 
   Black = 8 
Members
ValueMemberDescription
0Red 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.
1Yellow 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.
2Green 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.
3Cyan 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.
4Blue 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.
5Magenta 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.
6White 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.
7Neutral 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 Neutral values.
8Black 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.
Requirements

Target Platforms

Help Version 23.0.2024.3.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Color Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.