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



Indicates the raster image data 8-bit colorspace format.

Syntax

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

Members

MemberDescription
Rgb Image data is in the RGB format.
Yuv Image data is in the YUV format.
Cmyk Image data is in the CMYK format.
Hsv Image data is in the HSV format.
Hls Image data is in the HLS format.
Yiq Image data is in the YIQ format.
Cmy Image data is in the CMY format.
Lab Image data is in the LAB format.
Xyz Image data is in the XYZ format.
Ycck Image data is in the YCCK format.
Bgr Image data is in the BGR format.
Y41p Image data is in the Y41P format.
Uyvy Image data is in the UYVY format.
Yuy2 Image data is in the YUY2 format.
Yvu9 Image data is in the YVU9 format.
Ycc Image data is in the YCC format.

Inheritance Hierarchy

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

Requirements

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

See Also