Class ColorProfileManager
Namespace: Aurigma.DesignAtoms.ColorManagement.Storage
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class ColorProfileManager : IColorProfileManager, IDisposable
Inheritance: System.Object -> ColorProfileManager
Implements
- Aurigma.DesignAtoms.ColorManagement.Storage.IColorProfileManager
System.IDisposable
Inherited Members
System.Object.ToStringSystem.Object.Equals(System.Object)System.Object.Equals(System.Object,System.Object)System.Object.ReferenceEquals(System.Object,System.Object)System.Object.GetHashCodeSystem.Object.GetTypeSystem.Object.MemberwiseClone
Constructors
ColorProfileManager
public ColorProfileManager(IColorProfileStorage colorProfilesStorage)
Properties
ColorProfiles
public IReadOnlyDictionary<string, StoredColorProfile> ColorProfiles { get; }
Methods
ContainsColorProfileAsync
public Task<bool> ContainsColorProfileAsync(string description)
Parameters
| Type | Name | Description |
|---|---|---|
System.String | description |
Returns
System.Threading.Tasks.Task<System.Boolean>
GetColorProfileAsync
public Task<ColorProfile> GetColorProfileAsync(string description)
Parameters
| Type | Name | Description |
|---|---|---|
System.String | description |
Returns
System.Threading.Tasks.Task<Aurigma.GraphicsMill.ColorProfile>
SaveColorProfileAsync
public Task SaveColorProfileAsync(ColorProfile colorProfile)
Parameters
| Type | Name | Description |
|---|---|---|
Aurigma.GraphicsMill.ColorProfile | colorProfile |
Returns
System.Threading.Tasks.Task
Dispose
public void Dispose()