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
| Type | Name | Description |
|---|---|---|
| Aurigma.DesignAtoms.Model.Color.Color | color | |
| Aurigma.DesignAtoms.ColorManagement.IRenderingColorSettings | colorSettings | |
| Aurigma.DesignAtoms.ColorManagement.IColorProfilesProvider | profilesProvider |
Returns
Aurigma.DesignAtoms.Model.Color.RgbColor
GetPreview
RgbColor GetPreview(Color color, IRenderingColorSettings colorSettings)
Parameters
| Type | Name | Description |
|---|---|---|
Aurigma.GraphicsMill.Color | color | |
| Aurigma.DesignAtoms.ColorManagement.IRenderingColorSettings | colorSettings |
Returns
Aurigma.GraphicsMill.RgbColor