Saturation Class

Definition

An animation effect that applies saturation.

public class Saturation : Microsoft.Toolkit.Uwp.UI.Animations.Effects.AnimationEffect
type Saturation = class
    inherit AnimationEffect
Public Class Saturation
Inherits AnimationEffect
Inheritance
Saturation

Constructors

Saturation()

Properties

Compositor

Gets or sets the compositor.

(Inherited from AnimationEffect)
EffectBrush

Gets or sets the effect brush.

(Inherited from AnimationEffect)
EffectName

Gets the name of the effect.

IsSupported

Gets a value indicating whether Saturation is supported.

Methods

ApplyEffect()

Applies the effect.

EffectAnimation(AnimationSet, Double, Double, Double, EasingType, EasingMode)

An animation which will apply the derived effect.

(Inherited from AnimationEffect)

Applies to

See also