Edit

Share via


OpacityEffect Class

Definition

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.

Applies to