Class PipelineExtensionMethods
Namespace: Aurigma.DesignAtoms.ExtensionMethods
Assembly: Aurigma.DesignAtoms.ImageProcessing.dll
Syntax
public static class PipelineExtensionMethods
Inheritance: System.Object -> PipelineExtensionMethods
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
Methods
HasAlphaChannel
public static bool HasAlphaChannel(this Pipeline pipeline)
Parameters
| Type | Name | Description |
|---|---|---|
Aurigma.GraphicsMill.Pipeline | pipeline |
Returns
System.Boolean
EnsureSetAlphaChannel
public static void EnsureSetAlphaChannel(this Pipeline pipeline)
Parameters
| Type | Name | Description |
|---|---|---|
Aurigma.GraphicsMill.Pipeline | pipeline |
GetLastPixelFormat
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
Aurigma.GraphicsMill.PixelFormat
Emboss
public static Pipeline Emboss(this Pipeline pipeline, EmbossSettings settings)
Parameters
| Type | Name | Description |
|---|---|---|
Aurigma.GraphicsMill.Pipeline | pipeline | |
| Aurigma.DesignAtoms.ImageProcessing.EmbossSettings | settings |
Returns
Aurigma.GraphicsMill.Pipeline