C#
Objective-C
C++/CLI
Python
public enum RasterColorSpaceFormat8 typedef NS_ENUM(NSInteger, LTRasterColorSpaceFormat8) {LTRasterColorSpaceFormat8Rgb = 0x00,LTRasterColorSpaceFormat8Yuv = 0x01,LTRasterColorSpaceFormat8Cmyk = 0x02,LTRasterColorSpaceFormat8Hsv = 0x03,LTRasterColorSpaceFormat8Hls = 0x04,LTRasterColorSpaceFormat8Yiq = 0x05,LTRasterColorSpaceFormat8Cmy = 0x06,LTRasterColorSpaceFormat8Lab = 0x07,LTRasterColorSpaceFormat8Xyz = 0x08,LTRasterColorSpaceFormat8Ycck = 0x0B,LTRasterColorSpaceFormat8Bgr = 0x0C,LTRasterColorSpaceFormat8Y41p = 0x0D,LTRasterColorSpaceFormat8Uyvy = 0x0E,LTRasterColorSpaceFormat8Yuy2 = 0x09,LTRasterColorSpaceFormat8Yvu9 = 0x0A,LTRasterColorSpaceFormat8Ycc = 0x0F};
public enum class RasterColorSpaceFormat8 class RasterColorSpaceFormat8(Enum):Rgb = 0Yuv = 1Cmyk = 2Hsv = 3Hls = 4Yiq = 5Cmy = 6Lab = 7Xyz = 8Yuy2 = 9Yvu9 = 10Ycck = 11Bgr = 12Y41p = 13Uyvy = 14Ycc = 15
| Value | Member | Description |
|---|---|---|
| 0 | Rgb | Image data is in the RGB format. |
| 1 | Yuv | Image data is in the YUV format. |
| 2 | Cmyk | Image data is in the CMYK format. |
| 3 | Hsv | Image data is in the HSV format. |
| 4 | Hls | Image data is in the HLS format. |
| 5 | Yiq | Image data is in the YIQ format. |
| 6 | Cmy | Image data is in the CMY format. |
| 7 | Lab | Image data is in the LAB format. |
| 8 | Xyz | Image data is in the XYZ format. |
| 9 | Yuy2 | Image data is in the YUY2 format. |
| 10 | Yvu9 | Image data is in the YVU9 format. |
| 11 | Ycck | Image data is in the YCCK format. |
| 12 | Bgr | Image data is in the BGR format. |
| 13 | Y41p | Image data is in the Y41P format. |
| 14 | Uyvy | Image data is in the UYVY format. |
| 15 | Ycc | Image data is in the YCC format. |
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
