Skip to main content

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.ToString
  • System.Object.Equals(System.Object)
  • System.Object.Equals(System.Object,System.Object)
  • System.Object.ReferenceEquals(System.Object,System.Object)
  • System.Object.GetHashCode
  • System.Object.GetType
  • System.Object.MemberwiseClone

Constructors

StateProcessor

public StateProcessor(IWhiteInkService whiteInkService)

Methods

CreateWhiteInkStateAsync

public Task<State> CreateWhiteInkStateAsync(State state, Color targetColor, IColorProfilesProvider colorProfilesProvider, WhiteInkMode whiteInkMode)
Parameters
TypeNameDescription
Aurigma.DesignAtoms.Model.Statestate
Aurigma.DesignAtoms.Model.Color.ColortargetColor
Aurigma.DesignAtoms.ColorManagement.IColorProfilesProvidercolorProfilesProvider
Aurigma.DesignAtoms.Model.WhiteInk.WhiteInkModewhiteInkMode
Returns

System.Threading.Tasks.Task<Aurigma.DesignAtoms.Model.State>

Was this page helpful?