Enum BlendingColorSpace

BlendingColorSpace enumeration

Class represents blending color space.

public enum BlendingColorSpace

Values

NameValueDescription
DontChange0The blending color space is not changed.
Auto1The blending color space is determined automatically.
DeviceRGB2Blending color space is set to DeviceRGB.
DeviceCMYK3Blending color space is set to DeviceCMYK.

See Also