Class Emboss
Namespace: Aurigma.DesignAtoms.ImageProcessing
Assembly: Aurigma.DesignAtoms.ImageProcessing.dll
Syntax
public class Emboss
Inheritance: System.Object -> Emboss
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
Emboss
public Emboss()
Methods
GetPipelineElements
public static List<PipelineElement> GetPipelineElements(EmbossSettings settings)
Parameters
| Type | Name | Description |
|---|---|---|
| Aurigma.DesignAtoms.ImageProcessing.EmbossSettings | settings |
Returns
System.Collections.Generic.List<Aurigma.GraphicsMill.PipelineElement>
AddToPipeline
public static void AddToPipeline(Pipeline pipeline, EmbossSettings settings)
Parameters
| Type | Name | Description |
|---|---|---|
Aurigma.GraphicsMill.Pipeline | pipeline | |
| Aurigma.DesignAtoms.ImageProcessing.EmbossSettings | settings |
ApplyToReader
public static void ApplyToReader(ImageReader imageReader, EmbossSettings embossSettings, WriterSettings writerSettings, Stream result)
Parameters
| Type | Name | Description |
|---|---|---|
Aurigma.GraphicsMill.Codecs.ImageReader | imageReader | |
| Aurigma.DesignAtoms.ImageProcessing.EmbossSettings | embossSettings | |
Aurigma.GraphicsMill.Codecs.WriterSettings | writerSettings | |
System.IO.Stream | result |