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()
Namespace: Aurigma.DesignAtoms.ExtensionMethods
Assembly: Aurigma.DesignAtoms.ImageProcessing.dll
Syntax
public static class PipelineExtensionMethods
Methods
Emboss(Pipeline, EmbossSettings)
Declaration
public static Pipeline Emboss(this Pipeline pipeline, EmbossSettings settings)
Parameters
Type | Name | Description |
---|---|---|
Aurigma.GraphicsMill.Pipeline | pipeline | |
EmbossSettings | settings |
Returns
Type | Description |
---|---|
Aurigma.GraphicsMill.Pipeline |
EnsureSetAlphaChannel(Pipeline)
Declaration
public static void EnsureSetAlphaChannel(this Pipeline pipeline)
Parameters
Type | Name | Description |
---|---|---|
Aurigma.GraphicsMill.Pipeline | pipeline |
GetLastPixelFormat(Pipeline, IImageParams, out ColorProfile)
Declaration
public static PixelFormat GetLastPixelFormat(this Pipeline pipeline, IImageParams source, out ColorProfile colorProfile)
Parameters
Type | Name | Description |
---|---|---|
Aurigma.GraphicsMill.Pipeline | pipeline | |
Aurigma.GraphicsMill.IImageParams | source | |
Aurigma.GraphicsMill.ColorProfile | colorProfile |
Returns
Type | Description |
---|---|
Aurigma.GraphicsMill.PixelFormat |