Skip to main content

Class Colorizer

Namespace: Aurigma.DesignAtoms.ImageProcessing.Effects.Colorize
Assembly: Aurigma.DesignAtoms.ImageProcessing.dll
Syntax
public class Colorizer : IDisposable

Inheritance: System.Object -> Colorizer

Implements

  • System.IDisposable

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

Colorizer

public Colorizer(Color targetColor, bool isUpscaleImages, ResizeInterpolationMode resizeInterpolationMode)

Methods

GetPipelineElements

public IEnumerable<PipelineElement> GetPipelineElements(Pipeline pipeline, double target, IList<IDisposable> disposables, CancellationToken cancellationToken = default(CancellationToken))
Parameters
TypeNameDescription
Aurigma.GraphicsMill.Pipelinepipeline
System.Doubletarget
System.Collections.Generic.IList<System.IDisposable>disposables
System.Threading.CancellationTokencancellationToken
Returns

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

ColorizeContainer

public void ColorizeContainer(GraphicsContainer graphicsContainer, float dpi, double target = 0.45, CancellationToken cancellationToken = default(CancellationToken))
Parameters
TypeNameDescription
Aurigma.GraphicsMill.AdvancedDrawing.GraphicsContainergraphicsContainer
System.Singledpi
System.Doubletarget
System.Threading.CancellationTokencancellationToken

Dispose

public void Dispose()
Was this page helpful?