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 SelectiveCommandColorTypesextends java.lang.Enum<SelectiveCommandColorTypes>
public enum class SelectiveCommandColorTypes class SelectiveCommandColorTypes(Enum):Red = 0Yellow = 1Green = 2Cyan = 3Blue = 4Magenta = 5White = 6Neutral = 7Black = 8
| Value | Member | Description |
|---|---|---|
| 0 | 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. |
| 1 | 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. |
| 2 | 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. |
| 3 | 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. |
| 4 | 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. |
| 5 | 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. |
| 6 | 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. |
| 7 | Neutral | 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. |
| 8 | 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. |
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document
