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.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
ContainerRecolorer
public ContainerRecolorer(Func<Item, IRecolorAlgorithm> recolorerFactory)
Methods
Recolor
public Item Recolor(Item item, Dictionary<Color, Color> colorReplacementDictionary)
Parameters
| Type | Name | Description |
|---|---|---|
Aurigma.GraphicsMill.AdvancedDrawing.Item | item | |
System.Collections.Generic.Dictionary<Aurigma.GraphicsMill.Color,Aurigma.GraphicsMill.Color> | colorReplacementDictionary |
Returns
Aurigma.GraphicsMill.AdvancedDrawing.Item