Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.3.5
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 
Managed Extensions for C++ 
__value public enum RasterColorSpaceFormat16 : public 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 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also