Saturation Effect¶
The Saturation effect changes the saturation of the color on any control.
A Pill Button with no saturation:
A Pill Button with 100 saturation:
A Pill Button with -100 saturation:
Properties¶
SaturationAmount - double¶
Gets or sets the amount of saturation. Default is 0d.
Example Usage¶
C#¶
pillButton.VisualEffects.Add(new Aurora.VisualEffects.Saturation {SaturationAmount = 100});