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:
The color of a Pill Button with a HueAmount of 75:
Properties¶
HueAmount - double¶
Gets or sets the hue amount. Default is 0d.
Example Usage¶
C#¶
pillButton.VisualEffects.Add(new Aurora.VisualEffects.Hue{HueAmount = 75});