public enum ColorSeparateCommandType
typedef NS_ENUM(NSInteger, LTColorSeparateCommandType) {
LTColorSeparateCommandTypeRgb = 0x0000,
LTColorSeparateCommandTypeCmyk = 0x0001,
LTColorSeparateCommandTypeHsv = 0x0002,
LTColorSeparateCommandTypeHls = 0x0003,
LTColorSeparateCommandTypeCmy = 0x0004,
LTColorSeparateCommandTypeYuv = 0x0005,
LTColorSeparateCommandTypeXyz = 0x0006,
LTColorSeparateCommandTypeLab = 0x0007,
LTColorSeparateCommandTypeYcrcb = 0x0008,
LTColorSeparateCommandTypeSct = 0x0009,
};
public final class ColorSeparateCommandType
extends java.lang.Enum<ColorSeparateCommandType>
public enum class ColorSeparateCommandType
class ColorSeparateCommandType(Enum):
Rgb = 0
Cmyk = 1
Hsv = 2
Hls = 3
Cmy = 4
Yuv = 5
Xyz = 6
Lab = 7
Ycrcb = 8
Sct = 9
Value | Member | Description |
---|---|---|
0 | Rgb | Create images from the three RGB planes. |
1 | Cmyk | Create images from the four CMYK planes. |
2 | Hsv | Create images from the three HSV planes. |
3 | Hls | Create images from the three HLS planes. |
4 | Cmy | Create images from the three CMY planes. |
5 | Yuv | Create images from the three YUV planes. |
6 | Xyz | Create images from the three XYZ planes. |
7 | Lab | Create images from the three LAB planes. |
8 | Ycrcb | Create images from the three YCRCB planes. |
9 | Sct | Create images from the three SCT planes. |
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