ID2D1BlendTransform interface
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.
When to implement
Custom implementations are not supported.
Members
The ID2D1BlendTransform interface inherits from ID2D1ConcreteTransform. ID2D1BlendTransform also has these types of members:
Methods
The ID2D1BlendTransform interface has these methods.
| Method | Description |
|---|---|
| GetDescription |
Gets the blend description of the corresponding blend transform object. |
| SetDescription |
Changes the blend description of the corresponding blend transform object. |
Remarks
Requirements
|
Minimum supported client |
Windows 8 and Platform Update for Windows 7 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2012 and Platform Update for Windows Server 2008 R2 [desktop apps | Windows Store apps] |
|
Minimum supported phone |
Windows Phone 8.1 [Windows Phone Silverlight 8.1 and Windows Runtime apps] |
|
Header |
|
|
Library |
|
See also