Skip to main content

Class BlackAndWhite

Namespace: Aurigma.DesignAtoms.ImageProcessing.Effects
Assembly: Aurigma.DesignAtoms.ImageProcessing.dll
Syntax
public class BlackAndWhite

Inheritance: System.Object -> BlackAndWhite

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

BlackAndWhite

public BlackAndWhite()

Methods

GetProcessedBitmap

public static Bitmap GetProcessedBitmap(Bitmap bitmap, DitheringType ditheringType, float intensity, bool transparent)
Parameters
TypeNameDescription
Aurigma.GraphicsMill.Bitmapbitmap
Aurigma.GraphicsMill.Transforms.DitheringTypeditheringType
System.Singleintensity
System.Booleantransparent
Returns

Aurigma.GraphicsMill.Bitmap

GetPipelineElements

public static IEnumerable<PipelineElement> GetPipelineElements(Pipeline pipeline, DitheringType ditheringType, float intensity, bool transparent, RgbColor finalColor = null)
Parameters
TypeNameDescription
Aurigma.GraphicsMill.Pipelinepipeline
Aurigma.GraphicsMill.Transforms.DitheringTypeditheringType
System.Singleintensity
System.Booleantransparent
Aurigma.GraphicsMill.RgbColorfinalColor
Returns

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

GetBitmap

public static Bitmap GetBitmap(Pipeline sourcePipeline, DitheringType ditheringType, float intensity = 0.7F, bool transparent = false, Color finalColor = null)
Parameters
TypeNameDescription
Aurigma.GraphicsMill.PipelinesourcePipeline
Aurigma.GraphicsMill.Transforms.DitheringTypeditheringType
System.Singleintensity
System.Booleantransparent
Aurigma.GraphicsMill.ColorfinalColor
Returns

Aurigma.GraphicsMill.Bitmap

GetPipelineElements

public static IEnumerable<PipelineElement> GetPipelineElements(Pipeline pipeline, PixelFormat pixelFormat, DitheringType ditheringType, float intensity, bool transparent, RgbColor finalColor = null)
Parameters
TypeNameDescription
Aurigma.GraphicsMill.Pipelinepipeline
Aurigma.GraphicsMill.PixelFormatpixelFormat
Aurigma.GraphicsMill.Transforms.DitheringTypeditheringType
System.Singleintensity
System.Booleantransparent
Aurigma.GraphicsMill.RgbColorfinalColor
Returns

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

Was this page helpful?