Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

RasterColorSpaceFormat16 Enumeration








Indicates the raster image data 16-bit color space format.
Syntax
public enum RasterColorSpaceFormat16 : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
'Declaration
 
Public Enum RasterColorSpaceFormat16 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As RasterColorSpaceFormat16
public enum RasterColorSpaceFormat16 : System.IComparable, System.IConvertible, System.IFormattable  
Leadtools.RasterColorSpaceFormat16 = function() { };
Leadtools.RasterColorSpaceFormat16.prototype = {<br/>
  LeadtoolsMemberMarker(replace me)
 };
public enum class RasterColorSpaceFormat16 : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
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.
Inheritance Hierarchy

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

Requirements

Target Platforms

See Also

Reference

Leadtools Namespace

Error processing SSI file