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