ShadeEffect Class

Definition

An effect that overlays a color layer over the current builder, with a specified intensity

public sealed class ShadeEffect : Microsoft.Toolkit.Uwp.UI.Media.PipelineEffect
type ShadeEffect = class
    inherit PipelineEffect
Public NotInheritable Class ShadeEffect
Inherits PipelineEffect
Inheritance
Windows.UI.Xaml.DependencyObject
ShadeEffect

Constructors

ShadeEffect()

Properties

Brush

Gets the current Windows.UI.Composition.CompositionBrush instance, if one is in use.

(Inherited from PipelineEffect)
Color

Gets or sets the color to use

Intensity

Gets or sets the intensity of the color layer (default to 0.5, should be in the [0, 1] range)

IsAnimatable

Gets or sets a value indicating whether the effect can be animated.

(Inherited from PipelineEffect)

Methods

AppendToBuilder(PipelineBuilder)

Appends the current effect to the input PipelineBuilder instance.

NotifyCompositionBrushInUse(CompositionBrush)

Notifies that a given Windows.UI.Composition.CompositionBrush is now in use.

(Inherited from PipelineEffect)

Applies to