ColorSpace
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class ColorSpace extends System.Enum
The color spaces enumeration.
Fields
Field | Description |
---|---|
DeviceRGB | The device-dependent RGB color space. |
DeviceCMYK | The device-dependent CMYK color space. |
DeviceGray | The device-dependent gray color space. |
DeviceRGB
public static final int DeviceRGB
The device-dependent RGB color space.
DeviceCMYK
public static final int DeviceCMYK
The device-dependent CMYK color space.
DeviceGray
public static final int DeviceGray
The device-dependent gray color space.