Back to Website
Show / Hide Table of Contents

Class ColorProfilesPreloader

Inheritance
System.Object
ColorProfilesPreloader
Implements
IColorProfilesProvider
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
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class ColorProfilesPreloader : IColorProfilesProvider

Properties

Empty

Declaration
public static IColorProfilesProvider Empty { get; }
Property Value
Type Description
IColorProfilesProvider

Methods

From(Color)

Declaration
public static IColorProfilesProvider From(Color color)
Parameters
Type Name Description
Aurigma.GraphicsMill.Color color
Returns
Type Description
IColorProfilesProvider

GetColorProfileOrDefault(String)

Declaration
public ColorProfile GetColorProfileOrDefault(string profileDescription)
Parameters
Type Name Description
System.String profileDescription
Returns
Type Description
Aurigma.GraphicsMill.ColorProfile

LoadProfile(IColorProfileManager, String)

Declaration
public static Task<IColorProfilesProvider> LoadProfile(IColorProfileManager colorProfileManager, string profileDescription)
Parameters
Type Name Description
IColorProfileManager colorProfileManager
System.String profileDescription
Returns
Type Description
System.Threading.Tasks.Task<IColorProfilesProvider>

LoadProfileOf(IColorProfileManager, Color)

Declaration
public static Task<IColorProfilesProvider> LoadProfileOf(IColorProfileManager colorProfileManager, Color color)
Parameters
Type Name Description
IColorProfileManager colorProfileManager
Color color
Returns
Type Description
System.Threading.Tasks.Task<IColorProfilesProvider>

LoadProfiles(IColorProfileManager, IEnumerable<String>)

Declaration
public static Task<IColorProfilesProvider> LoadProfiles(IColorProfileManager colorProfileManager, IEnumerable<string> profileDescriptions)
Parameters
Type Name Description
IColorProfileManager colorProfileManager
System.Collections.Generic.IEnumerable<System.String> profileDescriptions
Returns
Type Description
System.Threading.Tasks.Task<IColorProfilesProvider>

LoadProfilesOf(IColorProfileManager, IEnumerable<Color>)

Declaration
public static Task<IColorProfilesProvider> LoadProfilesOf(IColorProfileManager colorProfileManager, IEnumerable<Color> colors)
Parameters
Type Name Description
IColorProfileManager colorProfileManager
System.Collections.Generic.IEnumerable<Color> colors
Returns
Type Description
System.Threading.Tasks.Task<IColorProfilesProvider>

Implements

IColorProfilesProvider
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