←Select platform

RasterColorSpaceFormat16 Enumeration

Summary
Indicates the raster image data 16-bit color space format.
Syntax
C#
Objective-C
C++/CLI
Python
public enum RasterColorSpaceFormat16 
typedef NS_ENUM(NSInteger, LTRasterColorSpaceFormat16) { 
 LTRasterColorSpaceFormat16Rgb = 0x10,  
 LTRasterColorSpaceFormat16Yuv = 0x20,  
 LTRasterColorSpaceFormat16Yiq = 0x30,  
 LTRasterColorSpaceFormat16Hsv = 0x40,  
 LTRasterColorSpaceFormat16Hls = 0x50,  
 LTRasterColorSpaceFormat16Cmy = 0x60,  
 LTRasterColorSpaceFormat16Cmyk = 0x70,  
 LTRasterColorSpaceFormat16Ihs = 0x80 
}; 
public enum class RasterColorSpaceFormat16   
class RasterColorSpaceFormat16(Enum): 
   Rgb = 16 
   Yuv = 32 
   Yiq = 48 
   Hsv = 64 
   Hls = 80 
   Cmy = 96 
   Cmyk = 112 
   Ihs = 128 
Members
ValueMemberDescription
16Rgb Image data is in the RGB format.
32Yuv Image data is in the YUV format.
48Yiq Image data is in the YIQ format.
64Hsv Image data is in the HSV format.
80Hls Image data is in the HLS format.
96Cmy Image data is in the CMY format.
112Cmyk Image data is in the CMYK format.
128Ihs Image data is in the IHS 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.