Blender Constructor (BlendMode)

Initializes a new instance of the Blender class using the specified blend mode.

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

Syntax

C#
public Blender(
	BlendMode mode
)

Parameters

mode

Type: Aurigma.GraphicsMill.Transforms.BlendMode

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

See Also

Reference