Edit

Share via


HueRotationEffect Class

Definition

A hue rotation effect

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

Remarks

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

Constructors

HueRotationEffect()

Properties

Angle

Gets or sets the angle to rotate the hue, in radians

Methods

AppendToPipeline(PipelineBuilder)

Appends the current effect to the input PipelineBuilder instance.

Applies to