SepiaEffect Class

Definition

A sepia effect

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

Remarks

This effect maps to the Win2D Microsoft.Graphics.Canvas.Effects.SepiaEffect effect

Constructors

SepiaEffect()

Properties

Brush

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

(Inherited from PipelineEffect)
Intensity

Gets or sets the intensity of the effect (defaults 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