Initializes a new instance of the Combiner class using the specified combine mode and overlaying image.
Namespace:
Aurigma.GraphicsMill.Transforms
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public Combiner( CombineMode mode, Pipeline topImage )
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.