Visual Basic (Declaration) | |
---|---|
Public Enum RasterColorSpaceFormat16 Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum RasterColorSpaceFormat16 : Enum |
Managed Extensions for C++ | |
---|---|
__value public enum RasterColorSpaceFormat16 : public Enum |
C++/CLI | |
---|---|
public enum class RasterColorSpaceFormat16 : public Enum |
Member | Description |
---|---|
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. |
System.Object
System.ValueType
System.Enum
Leadtools.RasterColorSpaceFormat16
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