Skip to main content

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
TypeNameDescription
System.StringprofileId
Aurigma.GraphicsMill.Colorcolor
Aurigma.GraphicsMill.ColorProfiletargetDevice
Returns

Aurigma.GraphicsMill.RgbColor

AddColorPreview

void AddColorPreview(string profileId, Color color, ColorProfile targetDevice, RgbColor colorPreview)
Parameters
TypeNameDescription
System.StringprofileId
Aurigma.GraphicsMill.Colorcolor
Aurigma.GraphicsMill.ColorProfiletargetDevice
Aurigma.GraphicsMill.RgbColorcolorPreview
Was this page helpful?