OpacityEffect 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.
An opacity effect
public sealed class OpacityEffect : Microsoft.Toolkit.Uwp.UI.Media.Effects.IPipelineEffect
type OpacityEffect = class
interface IPipelineEffect
Public NotInheritable Class OpacityEffect
Implements IPipelineEffect
- Inheritance
-
OpacityEffect
- Implements
Remarks
This effect maps to the Win2D Microsoft.Graphics.Canvas.Effects.OpacityEffect effect
Constructors
| OpacityEffect() |
Properties
| Value |
Gets or sets the opacity value to apply to the background (defaults to 1, should be in the [0, 1] range). |
Methods
| AppendToPipeline(PipelineBuilder) |
Appends the current effect to the input PipelineBuilder instance. |