PipelineBuilder.HueRotation Method

Definition

Overloads

HueRotation(Single, EffectAnimation<Single>)

Applies a hue rotation effect on the current pipeline

HueRotation(Single)

Applies a hue rotation effect on the current pipeline

HueRotation(Single, EffectSetter<Single>)

Applies a hue rotation effect on the current pipeline

HueRotation(Single, String)

Applies a hue rotation effect on the current pipeline

HueRotation(Single, EffectAnimation<Single>)

Applies a hue rotation effect on the current pipeline

public Microsoft.Toolkit.Uwp.UI.Media.Pipelines.PipelineBuilder HueRotation (float angle, out Microsoft.Toolkit.Uwp.UI.Media.Pipelines.EffectAnimation<float> animation);
member this.HueRotation : single * EffectAnimation -> Microsoft.Toolkit.Uwp.UI.Media.Pipelines.PipelineBuilder
Public Function HueRotation (angle As Single, ByRef animation As EffectAnimation(Of Single)) As PipelineBuilder

Parameters

angle
Single

The angle to rotate the hue, in radians

animation
EffectAnimation<Single>

The optional rotation angle animation for the effect

Returns

A new PipelineBuilder instance to use to keep adding new effects

Applies to

HueRotation(Single)

Applies a hue rotation effect on the current pipeline

public Microsoft.Toolkit.Uwp.UI.Media.Pipelines.PipelineBuilder HueRotation (float angle);
member this.HueRotation : single -> Microsoft.Toolkit.Uwp.UI.Media.Pipelines.PipelineBuilder
Public Function HueRotation (angle As Single) As PipelineBuilder

Parameters

angle
Single

The angle to rotate the hue, in radians

Returns

A new PipelineBuilder instance to use to keep adding new effects

Applies to

HueRotation(Single, EffectSetter<Single>)

Applies a hue rotation effect on the current pipeline

public Microsoft.Toolkit.Uwp.UI.Media.Pipelines.PipelineBuilder HueRotation (float angle, out Microsoft.Toolkit.Uwp.UI.Media.Pipelines.EffectSetter<float> setter);
member this.HueRotation : single * EffectSetter -> Microsoft.Toolkit.Uwp.UI.Media.Pipelines.PipelineBuilder
Public Function HueRotation (angle As Single, ByRef setter As EffectSetter(Of Single)) As PipelineBuilder

Parameters

angle
Single

The angle to rotate the hue, in radians

setter
EffectSetter<Single>

The optional rotation angle setter for the effect

Returns

A new PipelineBuilder instance to use to keep adding new effects

Applies to

HueRotation(Single, String)

Applies a hue rotation effect on the current pipeline

public Microsoft.Toolkit.Uwp.UI.Media.Pipelines.PipelineBuilder HueRotation (float angle, out string target);
member this.HueRotation : single * string -> Microsoft.Toolkit.Uwp.UI.Media.Pipelines.PipelineBuilder
Public Function HueRotation (angle As Single, ByRef target As String) As PipelineBuilder

Parameters

angle
Single

The angle to rotate the hue, in radians

target
String

The target property to animate the resulting effect.

Returns

A new PipelineBuilder instance to use to keep adding new effects

Applies to