public final class BlendingColorSpace
extends com.aspose.ms.System.Enum
Class represents blending color space.
Modifier and Type | Field and Description |
---|---|
static int |
Auto
The blending color space is determined automatically.
|
static int |
DeviceCMYK
Blending color space is set to DeviceCMYK.
|
static int |
DeviceRGB
Blending color space is set to DeviceRGB.
|
static int |
DontChange
The blending color space is not changed.
|
public static final int DontChange
The blending color space is not changed.
public static final int Auto
The blending color space is determined automatically.
public static final int DeviceRGB
Blending color space is set to DeviceRGB.
public static final int DeviceCMYK
Blending color space is set to DeviceCMYK.