Edit

Share via


ExposureEffect Class

Definition

An exposure effect

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

Remarks

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

Constructors

ExposureEffect()

Properties

Amount

Gets or sets the amount of exposure to apply to the background (defaults to 0, should be in the [-2, 2] range).

Methods

AppendToPipeline(PipelineBuilder)

Appends the current effect to the input PipelineBuilder instance.

Applies to