Initializes a new instance of the Blender class using the specified settings.
Namespace:
Aurigma.GraphicsMill.Transforms
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
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.Type: Aurigma.GraphicsMill.Pipeline
An overlay image. You can change this value later through the TopImage property.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.