Gets/sets an output color profile which is used to convert bitmap to CMYK color space.
Namespace:
Aurigma.GraphicsMill.Transforms
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Property CmykColorProfile As ColorProfile
public ColorProfile CmykColorProfile { get; set; }
This color profile must support CMYK color space. If you try to set profile for another color space, exception will be raised.
If color management is disabled (ColorManagementEngine property is set to None) color profiles are ignored. Instead of that approximate algorithm will be used to get convert image between color spaces.