Interface IWhiteInkService
Namespace: Aurigma.DesignAtoms.Services.Interfaces.WhiteInk
Assembly: Aurigma.DesignAtoms.dll
Syntax
public interface IWhiteInkService
Methods
CreateWhiteInkSurface
Task<Surface> CreateWhiteInkSurface(Surface sourceSurface, Color targetColor, IColorProfilesProvider colorProfilesProvider)
Parameters
| Type | Name | Description |
|---|---|---|
| Aurigma.DesignAtoms.Model.Surface | sourceSurface | |
| Aurigma.DesignAtoms.Model.Color.Color | targetColor | |
| Aurigma.DesignAtoms.ColorManagement.IColorProfilesProvider | colorProfilesProvider |
Returns
System.Threading.Tasks.Task<Aurigma.DesignAtoms.Model.Surface>
CreateWhiteInkFromContainer
Task<SurfaceContainer> CreateWhiteInkFromContainer(SurfaceContainer sourceContainer, Color targetColor, IColorProfilesProvider colorProfilesProvider)
Parameters
| Type | Name | Description |
|---|---|---|
| Aurigma.DesignAtoms.Model.SurfaceContainer | sourceContainer | |
| Aurigma.DesignAtoms.Model.Color.Color | targetColor | |
| Aurigma.DesignAtoms.ColorManagement.IColorProfilesProvider | colorProfilesProvider |
Returns
System.Threading.Tasks.Task<Aurigma.DesignAtoms.Model.SurfaceContainer>