public enum ConversionColorFormat
public enum class ConversionColorFormat : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
class ConversionColorFormat(Enum):
Rgb = 0
Yuv = 1
Cmyk = 2
Hsv = 3
Hls = 4
Yiq = 5
Cmy = 6
Lab = 7
Xyz = 8
Yuy2 = 9
Yvu9 = 10
Ycck = 11
Bgr = 12
Y41p = 13
Uyvy = 14
Ycc = 15
Ihs = 128
Argb4 = 144
Value | Member | Description |
---|---|---|
0 | Rgb | Color space is RGB. |
1 | Yuv | Color space is YUV. |
2 | Cmyk | Color space is CMYK. |
3 | Hsv | Color space is HSV. |
4 | Hls | Color space is HLS. |
5 | Yiq | Color space is YIQ. |
6 | Cmy | Color space is CMY. |
7 | Lab | Color space is LAB. |
8 | Xyz | Color space is Xyz. |
9 | Yuy2 | Color space is YUY2. |
10 | Yvu9 | Color space is YVU9. |
11 | Ycck | Color space is YCCK. |
12 | Bgr | Color space is BGR. |
13 | Y41p | Color space is Y41P. |
14 | Uyvy | Color space is UYVY. |
15 | Ycc | Color space is YCC. |
128 | Ihs | Color space is IHS. |
144 | Argb4 | Color space is ARGB4. |
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