Interface IColorPreviewCache
Assembly: Aurigma.DesignAtoms.dll
Syntax
public interface IColorPreviewCache
Methods
AddColorPreview(String, Color, ColorProfile, RgbColor)
Declaration
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 |
|
GetColorPreview(String, Color, ColorProfile)
Declaration
RgbColor GetColorPreview(string profileId, Color color, ColorProfile targetDevice)
Parameters
| Type |
Name |
Description |
| System.String |
profileId |
|
| Aurigma.GraphicsMill.Color |
color |
|
| Aurigma.GraphicsMill.ColorProfile |
targetDevice |
|
Returns
| Type |
Description |
| Aurigma.GraphicsMill.RgbColor |
|