tts-community / tts-community-bug-tracker

Community maintained list of Tabletop Simulator bugs.
2 stars 0 forks source link

setUITheme incorrectly sets some alpha values #14

Closed dore0062 closed 4 years ago

dore0062 commented 4 years ago

Describe the bug setUItheme does not set alpha values correctly on some values, and defaults them to 128

So far only have found: chat_input_background chat_output_background

To Reproduce Steps to reproduce the behavior:

  1. Export a default theme
  2. setUItheme

Expected behavior The alpha values should be set correctly.

Lua Scripts & XML UI:

chat_output_background    #FFFFFF51
chat_input_background     #FFFFFF51

Tabletop Simulator Info (please complete the following information):

Known workarounds Do not set the chat background values, remove them from the exporter.

Additional context The exporter includes these values at 33, but defaults them to 128, making them opaque. Will confuse new users.

dore0062 commented 4 years ago

Fixed in v12.3