Skip to main content

Class ColorizeLegacy

Namespace: Aurigma.DesignAtoms.ImageProcessing.Effects.Colorize
Assembly: Aurigma.DesignAtoms.ImageProcessing.dll
Syntax
public static class ColorizeLegacy

Inheritance: System.Object -> ColorizeLegacy

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

Methods

GetPipelineElements

public static IEnumerable<PipelineElement> GetPipelineElements(Color color, Pipeline currentPipeline, ColorProfile profile, IList<IDisposable> disposables)
Parameters
TypeNameDescription
Aurigma.GraphicsMill.Colorcolor
Aurigma.GraphicsMill.PipelinecurrentPipeline
Aurigma.GraphicsMill.ColorProfileprofile
System.Collections.Generic.IList<System.IDisposable>disposables
Returns

System.Collections.Generic.IEnumerable<Aurigma.GraphicsMill.PipelineElement>

Was this page helpful?