Skip to main content

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.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

RasterImageRecolorer

public RasterImageRecolorer()

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?