Skip to main content

Class RecolorService

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

Inheritance: System.Object -> RecolorService

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

RecolorService

public RecolorService()

Methods

ApplyRecolor

public Stream ApplyRecolor(Stream inputStream, Dictionary<Color, Color> colorReplacementDictionary)
Parameters
TypeNameDescription
System.IO.StreaminputStream
System.Collections.Generic.Dictionary<Aurigma.GraphicsMill.Color,Aurigma.GraphicsMill.Color>colorReplacementDictionary
Returns

System.IO.Stream

Was this page helpful?