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

FieldDescription
GrayscaleThe grayscale color space
BgrThe BGR color space.
RgbThe RGB color space.
YCbCrThe YCbCr color space.
CmykThe CMYK color space.
YcckThe YCCK color space.
CieLabThe 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.