←Select platform

RasterColorSpaceFormat8 Enumeration

Summary
Indicates the raster image data 8-bit colorspace format.
Syntax
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 = 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 
Members
ValueMemberDescription
0Rgb Image data is in the RGB format.
1Yuv Image data is in the YUV format.
2Cmyk Image data is in the CMYK format.
3Hsv Image data is in the HSV format.
4Hls Image data is in the HLS format.
5Yiq Image data is in the YIQ format.
6Cmy Image data is in the CMY format.
7Lab Image data is in the LAB format.
8Xyz Image data is in the XYZ format.
9Yuy2 Image data is in the YUY2 format.
10Yvu9 Image data is in the YVU9 format.
11Ycck Image data is in the YCCK format.
12Bgr Image data is in the BGR format.
13Y41p Image data is in the Y41P format.
14Uyvy Image data is in the UYVY format.
15Ycc Image data is in the YCC format.
Requirements

Target Platforms

See Also

Reference

Leadtools Namespace

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

Leadtools Assembly

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