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