Skip to main content

Interface IColorProfileManager

Namespace: Aurigma.DesignAtoms.ColorManagement.Storage
Assembly: Aurigma.DesignAtoms.dll
Syntax
public interface IColorProfileManager : IDisposable

Inherited Members

  • System.IDisposable.Dispose

Methods

ContainsColorProfileAsync

Task<bool> ContainsColorProfileAsync(string description)
Parameters
TypeNameDescription
System.Stringdescription
Returns

System.Threading.Tasks.Task<System.Boolean>

GetColorProfileAsync

Task<ColorProfile> GetColorProfileAsync(string description)
Parameters
TypeNameDescription
System.Stringdescription
Returns

System.Threading.Tasks.Task<Aurigma.GraphicsMill.ColorProfile>

SaveColorProfileAsync

Task SaveColorProfileAsync(ColorProfile colorProfile)
Parameters
TypeNameDescription
Aurigma.GraphicsMill.ColorProfilecolorProfile
Returns

System.Threading.Tasks.Task

Was this page helpful?