Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
RasterColorSpaceFormat16 Enumeration
See Also  
Leadtools Namespace : RasterColorSpaceFormat16 Enumeration



Indicates the raster image data 16-bit colorspace format.

Syntax

Visual Basic (Declaration) 
Public Enum RasterColorSpaceFormat16 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As RasterColorSpaceFormat16
C# 
public enum RasterColorSpaceFormat16 : Enum 
C++/CLI 
public enum class RasterColorSpaceFormat16 : public Enum 

Members

MemberDescription
Rgb Image data is in the RGB format.
Yuv Image data is in the YUV format.
Yiq Image data is in the YIQ format.
Hsv Image data is in the HSV format.
Hls Image data is in the HLS format.
Cmy Image data is in the CMY format.
Cmyk Image data is in the CMYK format.
Ihs Image data is in the IHS format.

Inheritance Hierarchy

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

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also