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
| Type | Name | Description |
|---|---|---|
System.String | description |
Returns
System.Threading.Tasks.Task<System.Boolean>
GetColorProfileAsync
Task<ColorProfile> GetColorProfileAsync(string description)
Parameters
| Type | Name | Description |
|---|---|---|
System.String | description |
Returns
System.Threading.Tasks.Task<Aurigma.GraphicsMill.ColorProfile>
SaveColorProfileAsync
Task SaveColorProfileAsync(ColorProfile colorProfile)
Parameters
| Type | Name | Description |
|---|---|---|
Aurigma.GraphicsMill.ColorProfile | colorProfile |
Returns
System.Threading.Tasks.Task