Class StateProcessor
Namespace: Aurigma.DesignAtoms.Services.State
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class StateProcessor : IStateProcessor
Inheritance: System.Object -> StateProcessor
Implements
Inherited Members
System.Object.ToStringSystem.Object.Equals(System.Object)System.Object.Equals(System.Object,System.Object)System.Object.ReferenceEquals(System.Object,System.Object)System.Object.GetHashCodeSystem.Object.GetTypeSystem.Object.MemberwiseClone
Constructors
StateProcessor
public StateProcessor(IWhiteInkService whiteInkService)
Methods
CreateWhiteInkStateAsync
public Task<State> CreateWhiteInkStateAsync(State state, Color targetColor, IColorProfilesProvider colorProfilesProvider, WhiteInkMode whiteInkMode)
Parameters
| Type | Name | Description |
|---|---|---|
| Aurigma.DesignAtoms.Model.State | state | |
| Aurigma.DesignAtoms.Model.Color.Color | targetColor | |
| Aurigma.DesignAtoms.ColorManagement.IColorProfilesProvider | colorProfilesProvider | |
| Aurigma.DesignAtoms.Model.WhiteInk.WhiteInkMode | whiteInkMode |
Returns
System.Threading.Tasks.Task<Aurigma.DesignAtoms.Model.State>