Skip to main content

Class ContainerRecolorer

Namespace: Aurigma.DesignAtoms.ImageProcessing.Services
Assembly: Aurigma.DesignAtoms.ImageProcessing.dll
Syntax
public class ContainerRecolorer : IRecolorAlgorithm

Inheritance: System.Object -> ContainerRecolorer

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

ContainerRecolorer

public ContainerRecolorer(Func<Item, IRecolorAlgorithm> recolorerFactory)

Methods

Recolor

public Item Recolor(Item item, Dictionary<Color, Color> colorReplacementDictionary)
Parameters
TypeNameDescription
Aurigma.GraphicsMill.AdvancedDrawing.Itemitem
System.Collections.Generic.Dictionary<Aurigma.GraphicsMill.Color,Aurigma.GraphicsMill.Color>colorReplacementDictionary
Returns

Aurigma.GraphicsMill.AdvancedDrawing.Item

Was this page helpful?