Skip to main content

Class PipelineExtensionMethods

Namespace: Aurigma.DesignAtoms.ExtensionMethods
Assembly: Aurigma.DesignAtoms.ImageProcessing.dll
Syntax
public static class PipelineExtensionMethods

Inheritance: System.Object -> PipelineExtensionMethods

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

HasAlphaChannel

public static bool HasAlphaChannel(this Pipeline pipeline)
Parameters
TypeNameDescription
Aurigma.GraphicsMill.Pipelinepipeline
Returns

System.Boolean

EnsureSetAlphaChannel

public static void EnsureSetAlphaChannel(this Pipeline pipeline)
Parameters
TypeNameDescription
Aurigma.GraphicsMill.Pipelinepipeline

GetLastPixelFormat

public static PixelFormat GetLastPixelFormat(this Pipeline pipeline, IImageParams source, out ColorProfile colorProfile)
Parameters
TypeNameDescription
Aurigma.GraphicsMill.Pipelinepipeline
Aurigma.GraphicsMill.IImageParamssource
Aurigma.GraphicsMill.ColorProfilecolorProfile
Returns

Aurigma.GraphicsMill.PixelFormat

Emboss

public static Pipeline Emboss(this Pipeline pipeline, EmbossSettings settings)
Parameters
TypeNameDescription
Aurigma.GraphicsMill.Pipelinepipeline
Aurigma.DesignAtoms.ImageProcessing.EmbossSettingssettings
Returns

Aurigma.GraphicsMill.Pipeline

Was this page helpful?