Back to Website
Show / Hide Table of Contents

Interface IColorProfileManager

Inherited Members
System.IDisposable.Dispose()
Namespace: Aurigma.DesignAtoms.ColorManagement.Storage
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
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