Class BlackAndWhite
Namespace: Aurigma.DesignAtoms.ImageProcessing.Effects
Assembly: Aurigma.DesignAtoms.ImageProcessing.dll
Syntax
public class BlackAndWhite
Inheritance: System.Object -> BlackAndWhite
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
BlackAndWhite
public BlackAndWhite()
Methods
GetProcessedBitmap
public static Bitmap GetProcessedBitmap(Bitmap bitmap, DitheringType ditheringType, float intensity, bool transparent)
Parameters
| Type | Name | Description |
|---|---|---|
Aurigma.GraphicsMill.Bitmap | bitmap | |
Aurigma.GraphicsMill.Transforms.DitheringType | ditheringType | |
System.Single | intensity | |
System.Boolean | transparent |
Returns
Aurigma.GraphicsMill.Bitmap
GetPipelineElements
public static IEnumerable<PipelineElement> GetPipelineElements(Pipeline pipeline, DitheringType ditheringType, float intensity, bool transparent, RgbColor finalColor = null)
Parameters
| Type | Name | Description |
|---|---|---|
Aurigma.GraphicsMill.Pipeline | pipeline | |
Aurigma.GraphicsMill.Transforms.DitheringType | ditheringType | |
System.Single | intensity | |
System.Boolean | transparent | |
Aurigma.GraphicsMill.RgbColor | finalColor |
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
| Type | Name | Description |
|---|---|---|
Aurigma.GraphicsMill.Pipeline | sourcePipeline | |
Aurigma.GraphicsMill.Transforms.DitheringType | ditheringType | |
System.Single | intensity | |
System.Boolean | transparent | |
Aurigma.GraphicsMill.Color | finalColor |
Returns
Aurigma.GraphicsMill.Bitmap
GetPipelineElements
public static IEnumerable<PipelineElement> GetPipelineElements(Pipeline pipeline, PixelFormat pixelFormat, DitheringType ditheringType, float intensity, bool transparent, RgbColor finalColor = null)
Parameters
| Type | Name | Description |
|---|---|---|
Aurigma.GraphicsMill.Pipeline | pipeline | |
Aurigma.GraphicsMill.PixelFormat | pixelFormat | |
Aurigma.GraphicsMill.Transforms.DitheringType | ditheringType | |
System.Single | intensity | |
System.Boolean | transparent | |
Aurigma.GraphicsMill.RgbColor | finalColor |
Returns
System.Collections.Generic.IEnumerable<Aurigma.GraphicsMill.PipelineElement>