move-ucsb / DynamoVis

An exploratory movement visualization tool
GNU General Public License v3.0
29 stars 6 forks source link

Max opacity for "Underlay" feature is still translucent #4

Closed crysb closed 3 years ago

crysb commented 3 years ago

Looks like even when Underlay is set at 100 for opacity, the underlay line shows up partially translucent. I tried changing it to a different color underlay and it still has the same issue.

Screen Shot 2021-04-23 at 3 44 53 PM
merttoka commented 3 years ago

It looks like the maximum value of the opacity is not 100 but 255 (8-bit alpha channel). I see why it is confusing, I will make it work on the 1-100 range.

Edit: Addressed with commit https://github.com/move-ucsb/DynamoVis/commit/befa4f9471cff7025139772686feaf64f334531c