| Visual Basic (Declaration) | |
|---|---|
Public Enum RasterColorSpaceFormat16 Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As RasterColorSpaceFormat16 | |
| C# | |
|---|---|
public enum RasterColorSpaceFormat16 : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class RasterColorSpaceFormat16 : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| Cmy | Image data is in the CMY format. |
| Cmyk | Image data is in the CMYK format. |
| Hls | Image data is in the HLS format. |
| Hsv | Image data is in the HSV format. |
| Ihs | Image data is in the IHS format. |
| Rgb | Image data is in the RGB format. |
| Yiq | Image data is in the YIQ format. |
| Yuv | Image data is in the YUV format. |
System.Object
System.ValueType
System.Enum
Leadtools.RasterColorSpaceFormat16
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
Copy Code