TemperatureAndTintEffect Class

Definition

A temperature and tint effect

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

Remarks

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

Constructors

TemperatureAndTintEffect()

Properties

Brush

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

(Inherited from PipelineEffect)
IsAnimatable

Gets or sets a value indicating whether the effect can be animated.

(Inherited from PipelineEffect)
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

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