Combiner Constructor (CombineMode)

Initializes a new instance of the Combiner class using the specified combine mode.

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

Syntax

C#
public Combiner(
	CombineMode mode
)

Parameters

mode

Type: Aurigma.GraphicsMill.Transforms.CombineMode

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

See Also

Reference