RPTools/maptool

[Bug]: Opacity setting behaves differently

Closed this issue · 1 comments

Describe the Bug

The settings from 1.17.1 do not match what is being done in 1.18.3.
This image shows the slight difference as each images is reduced by 10%.
Top right is 100% opacity, lower left is 0% opacity.
Image

What this looks like is the slider bar is not calculating the correct opacity level and that it's being reduced by more than 10% (e.g as if the calc is being done with an incorrect value)

To Reproduce

Place an image on the map.
Change opacity to 10%
The image is no longer visible.

Expected Behaviour

Image opacity should remain consistent from previous MapTool versions.

Screenshots

No response

MapTool Info

MapTool 1.18.3

Desktop

Win 11

Additional Context

No response

We're applying the opacity twice. So 50% opacity acts like 25%, and 10% acts like 1%.