Skip to content

Brightness Effect

The Brightness effect allows you to change the brightness of a control.

Properties

BrightnessAmount - double

Gets or sets the amount of brightness to apply. Default is 0d.

Example Usage

C#

gauge.VisualEffects.Add(new Aurora.VisualEffects.Brightness { BrightnessAmount = 200 });