Skip to content

Hue Effect

The Hue effect will change the hue of the color of any control.

The color of a Pill Button with no Hue setting:

NoHue

The color of a Pill Button with a HueAmount of 75:

Hue75

Properties

HueAmount - double

Gets or sets the hue amount. Default is 0d.

Example Usage

C#

pillButton.VisualEffects.Add(new Aurora.VisualEffects.Hue{HueAmount = 75});