Class ColorProfilesPreloader
Inheritance
System.Object
ColorProfilesPreloader
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()
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class ColorProfilesPreloader : IColorProfilesProvider
Properties
Empty
Declaration
public static IColorProfilesProvider Empty { get; }
Property Value
Methods
From(Color)
Declaration
public static IColorProfilesProvider From(Color color)
Parameters
| Type |
Name |
Description |
| Aurigma.GraphicsMill.Color |
color |
|
Returns
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
Returns
LoadProfileOf(IColorProfileManager, Color)
Declaration
public static Task<IColorProfilesProvider> LoadProfileOf(IColorProfileManager colorProfileManager, Color color)
Parameters
Returns
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
LoadProfilesOf(IColorProfileManager, IEnumerable<Color>)
Declaration
public static Task<IColorProfilesProvider> LoadProfilesOf(IColorProfileManager colorProfileManager, IEnumerable<Color> colors)
Parameters
Returns
Implements