PixelFormat

Inheritance: java.lang.Object, com.aspose.ms.System.Enum

The pixel data format actual meaning.

Enum Values

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.

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