Skip to content

Saturation Effect

The Saturation effect changes the saturation of the color on any control.

A Pill Button with no saturation:

NoSaturation

A Pill Button with 100 saturation:

100

A Pill Button with -100 saturation:

-100

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});