Edit

Share via


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.Effects.IPipelineEffect
type ShadeEffect = class
    interface IPipelineEffect
Public NotInheritable Class ShadeEffect
Implements IPipelineEffect
Inheritance
ShadeEffect
Implements

Constructors

ShadeEffect()

Properties

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)

Methods

AppendToPipeline(PipelineBuilder)

Appends the current effect to the input PipelineBuilder instance.

Applies to