Brightness Scale Question

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #37869
    TAZ
    Participant

    I noticed something subtle on your demo.

    When you change skins the scale range for Brightness changes from skin to skin.

    Here are my questions:

    • Are you basically telling us that the set range is “useful” part and going out of the range high or low is not good?[*]Without digging into your code, how do you set that range for each skin?

    Thanks.

    #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 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.