Class RasterImageRecolorer
Namespace: Aurigma.DesignAtoms.ImageProcessing.Services
Assembly: Aurigma.DesignAtoms.ImageProcessing.dll
Syntax
public class RasterImageRecolorer : IRecolorAlgorithm
Inheritance: System.Object -> RasterImageRecolorer
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
RasterImageRecolorer
public RasterImageRecolorer()
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