LEADTOOLS (Leadtools assembly)

RasterColorSpaceFormat8 Enumeration

Show in webframe







Indicates the raster image data 8-bit colorspace format.
Syntax
public enum RasterColorSpaceFormat8 : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
Public Enum RasterColorSpaceFormat8 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As RasterColorSpaceFormat8
public enum RasterColorSpaceFormat8 : System.IComparableSystem.IConvertibleSystem.IFormattable  

            

            
Leadtools.RasterColorSpaceFormat8 = function() { };
Leadtools.RasterColorSpaceFormat8.prototype = {
Rgb = 0x00000000, Yuv = 0x00000001, Cmyk = 0x00000002, Hsv = 0x00000003, Hls = 0x00000004, Yiq = 0x00000005, Cmy = 0x00000006, Lab = 0x00000007, Xyz = 0x00000008, Yuy2 = 0x00000009, Yvu9 = 0x0000000A, Ycck = 0x0000000B, Bgr = 0x0000000C, Y41p = 0x0000000D, Uyvy = 0x0000000E, Ycc = 0x0000000F, };
public enum class RasterColorSpaceFormat8 : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000RgbImage data is in the RGB format.
0x00000001YuvImage data is in the YUV format.
0x00000002CmykImage data is in the CMYK format.
0x00000003HsvImage data is in the HSV format.
0x00000004HlsImage data is in the HLS format.
0x00000005YiqImage data is in the YIQ format.
0x00000006CmyImage data is in the CMY format.
0x00000007LabImage data is in the LAB format.
0x00000008XyzImage data is in the XYZ format.
0x00000009Yuy2Image data is in the YUY2 format.
0x0000000AYvu9Image data is in the YVU9 format.
0x0000000BYcckImage data is in the YCCK format.
0x0000000CBgrImage data is in the BGR format.
0x0000000DY41pImage data is in the Y41P format.
0x0000000EUyvyImage data is in the UYVY format.
0x0000000FYccImage data is in the YCC format.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.RasterColorSpaceFormat8

Requirements

Target Platforms

See Also

Reference

Leadtools Namespace

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.