Brightness Scale Question

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #58066
    Support
    Keymaster

      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.

      #58073
      TAZ
      Participant

        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.

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.