Class RecolorService
Namespace: Aurigma.DesignAtoms.ImageProcessing.Services
Assembly: Aurigma.DesignAtoms.ImageProcessing.dll
Syntax
public class RecolorService
Inheritance: System.Object -> RecolorService
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
RecolorService
public RecolorService()
Methods
ApplyRecolor
public Stream ApplyRecolor(Stream inputStream, Dictionary<Color, Color> colorReplacementDictionary)
Parameters
| Type | Name | Description |
|---|---|---|
System.IO.Stream | inputStream | |
System.Collections.Generic.Dictionary<Aurigma.GraphicsMill.Color,Aurigma.GraphicsMill.Color> | colorReplacementDictionary |
Returns
System.IO.Stream