Interface IColorProfileManager
Inherited Members
System.IDisposable.Dispose()
Assembly: Aurigma.DesignAtoms.dll
Syntax
public interface IColorProfileManager : IDisposable
Methods
ContainsColorProfileAsync(String)
Declaration
Task<bool> ContainsColorProfileAsync(string description)
Parameters
| Type |
Name |
Description |
| System.String |
description |
|
Returns
| Type |
Description |
| System.Threading.Tasks.Task<System.Boolean> |
|
GetColorProfileAsync(String)
Declaration
Task<ColorProfile> GetColorProfileAsync(string description)
Parameters
| Type |
Name |
Description |
| System.String |
description |
|
Returns
| Type |
Description |
| System.Threading.Tasks.Task<Aurigma.GraphicsMill.ColorProfile> |
|
SaveColorProfileAsync(ColorProfile)
Declaration
Task SaveColorProfileAsync(ColorProfile colorProfile)
Parameters
| Type |
Name |
Description |
| Aurigma.GraphicsMill.ColorProfile |
colorProfile |
|
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|