Blender Constructor (BlendMode, Pipeline, Boolean)

Initializes a new instance of the Blender class using the specified settings.

Namespace: Aurigma.GraphicsMill.Transforms
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public Blender(
	BlendMode mode,
	Pipeline topImage,
	bool autoDisposeTopImage
)

Parameters

mode

Type: Aurigma.GraphicsMill.Transforms.BlendMode

A CombineMode specifying how source and overlaying pixels should be combined. You can change this value later through the Amount property.
topImage

Type: Aurigma.GraphicsMill.Pipeline

An overlay image. You can change this value later through the TopImage property.
autoDisposeTopImage

Type: System.Boolean

true if the overlay image (specified with the TopImage property) will be disposed along with this Blender; otherwise, false. You can change this value later through the AutoDisposeTopImage property.

See Also

Reference