public final class PixelFormat
extends com.aspose.ms.System.Enum
The pixel data format actual meaning.
Modifier and Type | Field and Description |
---|---|
static long |
Bgr
The BGR color space.
|
static long |
Cmyk
The CMYK color space.
|
static long |
Grayscale
The grayscale color space
|
static long |
Rgb
The RGB color space.
|
static long |
YCbCr
The YCbCr color space.
|
static long |
Ycck
The YCCK color space.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, parseQuick, parseQuick, register, toObject, toString
public static final long Grayscale
The grayscale color space
public static final long Bgr
The BGR color space.
public static final long Rgb
The RGB color space.
public static final long YCbCr
The YCbCr color space.
public static final long Cmyk
The CMYK color space.
public static final long Ycck
The YCCK color space.