public final class ColorSpace
extends com.aspose.ms.System.Enum
The color spaces enumeration.
Modifier and Type | Field and Description |
---|---|
static int |
DeviceCMYK
The device-dependent CMYK color space.
|
static int |
DeviceGray
The device-dependent gray color space.
|
static int |
DeviceRGB
The device-dependent RGB color space.
|
public static final int DeviceRGB
The device-dependent RGB color space.
public static final int DeviceCMYK
The device-dependent CMYK color space.
public static final int DeviceGray
The device-dependent gray color space.