Class BlackAndWhiteLegacy
Namespace: Aurigma.DesignAtoms.ImageProcessing.Effects
Assembly: Aurigma.DesignAtoms.ImageProcessing.dll
Syntax
public class BlackAndWhiteLegacy
Inheritance: System.Object -> BlackAndWhiteLegacy
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
Constructors
BlackAndWhiteLegacy
public BlackAndWhiteLegacy()
Methods
GetPipelineElements
public static IEnumerable<PipelineElement> GetPipelineElements(IImageParams source, Pipeline currentPipeline, bool transparent)
Parameters
| Type | Name | Description |
|---|---|---|
Aurigma.GraphicsMill.IImageParams | source | |
Aurigma.GraphicsMill.Pipeline | currentPipeline | |
System.Boolean | transparent |
Returns
System.Collections.Generic.IEnumerable<Aurigma.GraphicsMill.PipelineElement>