Brightness property

The property allows to change a brightness of current skin in run-time.

Applies to
TsSkinManager

Declaration
property Brightness: integer;

Description
Minimal and maximal values are depended from current skin definitions. These values changes dynamically when skin is changed and may be found here:
sSkinManager1.CommonSkinData.BrightMin;
sSkinManager1.CommonSkinData.BrightMax;