TintEffect Class

Definition

A tint effect

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

Remarks

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

Constructors

TintEffect()

Properties

Brush

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

(Inherited from PipelineEffect)
Color

Gets or sets the int color to use

IsAnimatable

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

(Inherited from PipelineEffect)

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