Skip to main content

Interface IColorPreviewService

Namespace: Aurigma.DesignAtoms.Services
Assembly: Aurigma.DesignAtoms.dll
Syntax
public interface IColorPreviewService

Methods

GetPreview

RgbColor GetPreview(Color color, IRenderingColorSettings colorSettings, IColorProfilesProvider profilesProvider)
Parameters
TypeNameDescription
Aurigma.DesignAtoms.Model.Color.Colorcolor
Aurigma.DesignAtoms.ColorManagement.IRenderingColorSettingscolorSettings
Aurigma.DesignAtoms.ColorManagement.IColorProfilesProviderprofilesProvider
Returns

Aurigma.DesignAtoms.Model.Color.RgbColor

GetPreview

RgbColor GetPreview(Color color, IRenderingColorSettings colorSettings)
Parameters
TypeNameDescription
Aurigma.GraphicsMill.Colorcolor
Aurigma.DesignAtoms.ColorManagement.IRenderingColorSettingscolorSettings
Returns

Aurigma.GraphicsMill.RgbColor

Was this page helpful?