PixelFormat
PixelFormat enumeration
The pixel data format actual meaning.
public enum PixelFormat : long
Values
| Name | Value | Description |
|---|---|---|
| Grayscale | 0 | The grayscale color space |
| Bgr | 1 | The BGR color space. |
| Rgb | 2 | The RGB color space. |
| YCbCr | 3 | The YCbCr color space. |
| Cmyk | 4 | The CMYK color space. |
| Ycck | 5 | The YCCK color space. |
See Also
- namespace Aspose.CAD
- assembly Aspose.CAD