Skip to main content

Class Emboss

Namespace: Aurigma.DesignAtoms.ImageProcessing
Assembly: Aurigma.DesignAtoms.ImageProcessing.dll
Syntax
public class Emboss

Inheritance: System.Object -> Emboss

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

Constructors

Emboss

public Emboss()

Methods

GetPipelineElements

public static List<PipelineElement> GetPipelineElements(EmbossSettings settings)
Parameters
TypeNameDescription
Aurigma.DesignAtoms.ImageProcessing.EmbossSettingssettings
Returns

System.Collections.Generic.List<Aurigma.GraphicsMill.PipelineElement>

AddToPipeline

public static void AddToPipeline(Pipeline pipeline, EmbossSettings settings)
Parameters
TypeNameDescription
Aurigma.GraphicsMill.Pipelinepipeline
Aurigma.DesignAtoms.ImageProcessing.EmbossSettingssettings

ApplyToReader

public static void ApplyToReader(ImageReader imageReader, EmbossSettings embossSettings, WriterSettings writerSettings, Stream result)
Parameters
TypeNameDescription
Aurigma.GraphicsMill.Codecs.ImageReaderimageReader
Aurigma.DesignAtoms.ImageProcessing.EmbossSettingsembossSettings
Aurigma.GraphicsMill.Codecs.WriterSettingswriterSettings
System.IO.Streamresult
Was this page helpful?