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



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

Syntax

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

Members

MemberDescription
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.
IhsImage data is in the IHS format.
RgbImage data is in the RGB format.
YiqImage data is in the YIQ format.
YuvImage data is in the YUV format.

Inheritance Hierarchy

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

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