Gets/sets color management engine (module) which will be used during image transformation. Graphics Mill for .NET supports the following engines: LittleCMS and Adobe CMM. The property also allows to disable color management and perform transformation without color matching.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Property ColorManagementEngine As ColorManagementEngine
public ColorManagementEngine ColorManagementEngine { get; set; }
Color management will be applied during transformation of image between color formats in case if all the following conditions are met:
If you do not need to apply color management during image transformation, set this property to None.