Edit

Share via


SaturationEffect Class

Definition

A saturation effect

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

Remarks

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

Constructors

SaturationEffect()

Properties

Value

Gets or sets the saturation amount 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