PixelFormat
Inheritance: java.lang.Object, com.aspose.ms.System.Enum
The pixel data format actual meaning.
Enum Values
| Field | Description |
|---|---|
| Grayscale | The grayscale color space |
| Bgr | The BGR color space. |
| Rgb | The RGB color space. |
| YCbCr | The YCbCr color space. |
| Cmyk | The CMYK color space. |
| Ycck | The YCCK color space. |
Grayscale
public static final long Grayscale
The grayscale color space
Returns: long
Bgr
public static final long Bgr
The BGR color space.
Returns: long
Rgb
public static final long Rgb
The RGB color space.
Returns: long
YCbCr
public static final long YCbCr
The YCbCr color space.
Returns: long
Cmyk
public static final long Cmyk
The CMYK color space.
Returns: long
Ycck
public static final long Ycck
The YCCK color space.
Returns: long