Initializes a new instance of the Combiner class using the specified settings.
Namespace:
Aurigma.GraphicsMill.Transforms
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public Combiner( CombineMode mode, Pipeline topImage, bool autoDisposeTopImage )
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.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 Combiner; otherwise, false
. You can change this value later through the AutoDisposeTopImage property.