Back to Website
Show / Hide Table of Contents

Class ColorProfileManager

Inheritance
System.Object
ColorProfileManager
Implements
IColorProfileManager
System.IDisposable
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

IColorProfileManager
System.IDisposable
Was this page helpful?
Thanks for your feedback!
Back to top Copyright © 2001–2025 Aurigma, Inc. All rights reserved.
Loading...
    Thank for your vote
    Your opinion is important to us. To provide details, send feedback.
    Send feedback