BlendEffect Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A blend effect that merges the current builder with an input one
[Windows.UI.Xaml.Markup.ContentProperty(Name="Effects")]
public sealed class BlendEffect : Microsoft.Toolkit.Uwp.UI.Media.Effects.IPipelineEffect
[<Windows.UI.Xaml.Markup.ContentProperty(Name="Effects")>]
type BlendEffect = class
interface IPipelineEffect
Public NotInheritable Class BlendEffect
Implements IPipelineEffect
- Inheritance
-
BlendEffect
- Attributes
-
Windows.UI.Xaml.Markup.ContentPropertyAttribute
- Implements
Remarks
This effect maps to the Win2D Microsoft.Graphics.Canvas.Effects.BlendEffect effect
Constructors
| BlendEffect() |
Properties
| Effects |
Gets or sets the effects to apply to the input to merge with the current instance |
| Mode |
Gets or sets the blending mode to use (the default mode is Multiply) |
| Placement |
Gets or sets the placement of the input builder with respect to the current one (the default is Foreground) |
| Source |
Gets or sets the input to merge with the current instance (defaults to a BackdropSourceExtension with Windows.UI.Xaml.Media.AcrylicBackgroundSource.Backdrop source). |
Methods
| AppendToPipeline(PipelineBuilder) |
Appends the current effect to the input PipelineBuilder instance. |