public final class PixelFormat
extends com.aspose.ms.System.Enum
The pixel data format actual meaning.
Modifier and Type | Field and Description |
---|---|
static int |
Bgr
The BGR color space.
|
static int |
CieLab
The CIE lab color space.
|
static int |
Cmyk
The CMYK color space.
|
static int |
Grayscale
The grayscale color space
|
static int |
Rgb
The RGB color space.
|
static int |
YCbCr
The YCbCr color space.
|
static int |
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, register, toObject, toString
public static final int Grayscale
The grayscale color space
public static final int Bgr
The BGR color space.
public static final int Rgb
The RGB color space.
public static final int YCbCr
The YCbCr color space.
public static final int Cmyk
The CMYK color space.
public static final int Ycck
The YCCK color space.
public static final int CieLab
The CIE lab color space.