LEADTOOLS (Leadtools assembly)

RasterColorSpaceFormat16 Enumeration

Show in webframe







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

            

            
Leadtools.RasterColorSpaceFormat16 = function() { };
Leadtools.RasterColorSpaceFormat16.prototype = {
Rgb = 0x00000010, Yuv = 0x00000020, Yiq = 0x00000030, Hsv = 0x00000040, Hls = 0x00000050, Cmy = 0x00000060, Cmyk = 0x00000070, Ihs = 0x00000080, };
public enum class RasterColorSpaceFormat16 : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000010RgbImage data is in the RGB format.
0x00000020YuvImage data is in the YUV format.
0x00000030YiqImage data is in the YIQ format.
0x00000040HsvImage data is in the HSV format.
0x00000050HlsImage data is in the HLS format.
0x00000060CmyImage data is in the CMY format.
0x00000070CmykImage data is in the CMYK format.
0x00000080IhsImage data is in the IHS format.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.RasterColorSpaceFormat16

Requirements

Target Platforms

See Also

Reference

Leadtools Namespace

 

 


Products | Support | Contact Us | Copyright Notices

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