PixelFormat
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class PixelFormat extends System.Enum
The pixel data format actual meaning.
Fields
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. |
CieLab | The CIE lab color space. |
Grayscale
public static final int Grayscale
The grayscale color space
Bgr
public static final int Bgr
The BGR color space.
Rgb
public static final int Rgb
The RGB color space.
YCbCr
public static final int YCbCr
The YCbCr color space.
Cmyk
public static final int Cmyk
The CMYK color space.
Ycck
public static final int Ycck
The YCCK color space.
CieLab
public static final int CieLab
The CIE lab color space.