Skip to main content

Class ColorProfileManager

Namespace: Aurigma.DesignAtoms.ColorManagement.Storage
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class ColorProfileManager : IColorProfileManager, IDisposable

Inheritance: System.Object -> ColorProfileManager

Implements

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

Constructors

ColorProfileManager

public ColorProfileManager(IColorProfileStorage colorProfilesStorage)

Properties

ColorProfiles

public IReadOnlyDictionary<string, StoredColorProfile> ColorProfiles { get; }

Methods

ContainsColorProfileAsync

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

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

GetColorProfileAsync

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

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

SaveColorProfileAsync

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

System.Threading.Tasks.Task

Dispose

public void Dispose()
Was this page helpful?