Never knew about it. I would rather let the skin builder control the max/min settings. Less worry on my part. For anyone else interested:
sTrackBar3.Min := MainForm.sSkinManager1.CommonSkinData.BrightMin;
sTrackBar3.Max := MainForm.sSkinManager1.CommonSkinData.BrightMax;
You may need to add to the uses clause “sStyleSimply”.
'Support' wrote:
Hello!
This range may be defined in the ASkinEditor tool for each skin individually.
This is just a range where the skin looks better, you can ignore this range and set any value of brightness, it's possible.