Interface IBlendTransform
- Namespace
- PaintDotNet.Direct2D1
- Assembly
- PaintDotNet.Windows.dll
Provides methods to allow a blend operation to be inserted into a transform graph.
The image output of the blend transform is the same as rendering an image effect graph with these steps:
- Copy the first input to the destination image.
- Render the next input on top using the blend description.
- Continue for each additional input.
public interface IBlendTransform : IConcreteTransform, ITransformNode, IObjectRef, IIsDisposed, IDisposable, IInternalImpl
- Inherited Members
- Extension Methods
Properties
- Description
Gets or sets the blend description of the corresponding blend transform object.