Interface IColorPreviewCache
Namespace: Aurigma.DesignAtoms.ColorManagement
Assembly: Aurigma.DesignAtoms.dll
Syntax
public interface IColorPreviewCache
Methods
GetColorPreview
RgbColor GetColorPreview(string profileId, Color color, ColorProfile targetDevice)
Parameters
| Type | Name | Description |
|---|---|---|
System.String | profileId | |
Aurigma.GraphicsMill.Color | color | |
Aurigma.GraphicsMill.ColorProfile | targetDevice |
Returns
Aurigma.GraphicsMill.RgbColor
AddColorPreview
void AddColorPreview(string profileId, Color color, ColorProfile targetDevice, RgbColor colorPreview)
Parameters
| Type | Name | Description |
|---|---|---|
System.String | profileId | |
Aurigma.GraphicsMill.Color | color | |
Aurigma.GraphicsMill.ColorProfile | targetDevice | |
Aurigma.GraphicsMill.RgbColor | colorPreview |