BlendingColorSpace
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class BlendingColorSpace extends System.Enum
Class represents blending color space.
Fields
Field | Description |
---|---|
DontChange | The blending color space is not changed. |
Auto | The blending color space is determined automatically. |
DeviceRGB | Blending color space is set to DeviceRGB. |
DeviceCMYK | Blending color space is set to DeviceCMYK. |
DontChange
public static final int DontChange
The blending color space is not changed.
Auto
public static final int Auto
The blending color space is determined automatically.
DeviceRGB
public static final int DeviceRGB
Blending color space is set to DeviceRGB.
DeviceCMYK
public static final int DeviceCMYK
Blending color space is set to DeviceCMYK.