Edit

Share via


TemperatureAndTintEffect Class

Definition

A temperature and tint effect

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

Remarks

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

Constructors

TemperatureAndTintEffect()

Properties

Temperature

Gets or sets the value of the temperature for the current effect (defaults to 0, should be in the [-1, 1] range)

Tint

Gets or sets the value of the tint for the current effect (defaults to 0, should be in the [-1, 1] range)

Methods

AppendToPipeline(PipelineBuilder)

Appends the current effect to the input PipelineBuilder instance.

Applies to