Edit

Share via


SepiaEffect Class

Definition

A sepia effect

public sealed class SepiaEffect : Microsoft.Toolkit.Uwp.UI.Media.Effects.IPipelineEffect
type SepiaEffect = class
    interface IPipelineEffect
Public NotInheritable Class SepiaEffect
Implements IPipelineEffect
Inheritance
SepiaEffect
Implements

Remarks

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

Constructors

SepiaEffect()

Properties

Intensity

Gets or sets the intensity of the effect (defaults to 0.5, should be in the [0, 1] range).

Methods

AppendToPipeline(PipelineBuilder)

Appends the current effect to the input PipelineBuilder instance.

Applies to