LEADTOOLS (Leadtools assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
RasterColorSpaceFormat8 Enumeration
See Also  
Leadtools Namespace : RasterColorSpaceFormat8 Enumeration



Indicates the raster image data 8-bit colorspace format. Supported in Silverlight, Windows Phone 7

Syntax

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

Members

MemberDescription
BgrImage data is in the BGR format.
CmyImage data is in the CMY format.
CmykImage data is in the CMYK format.
HlsImage data is in the HLS format.
HsvImage data is in the HSV format.
LabImage data is in the LAB format.
RgbImage data is in the RGB format.
UyvyImage data is in the UYVY format.
XyzImage data is in the XYZ format.
Y41pImage data is in the Y41P format.
YccImage data is in the YCC format.
YcckImage data is in the YCCK format.
YiqImage data is in the YIQ format.
YuvImage data is in the YUV format.
Yuy2Image data is in the YUY2 format.
Yvu9Image data is in the YVU9 format.

Inheritance Hierarchy

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

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7

See Also