You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to have a configurable set of distinct colors, one for each new user/participant of a group share. Currently all the tracks are rendered using the same color (trail_color), which gets confusing if you have bunched/crossing tracks. Therefore I would suggest the following changes:
rename trail_color to trail_colors and make it an array
choose 16 distinct colors as default value for trail_colors
for each new user choose the color at the next index in trail_colors
if more users joint than there are colors, just wrap around
The text was updated successfully, but these errors were encountered:
It would be nice to have a configurable set of distinct colors, one for each new user/participant of a group share. Currently all the tracks are rendered using the same color (
trail_color
), which gets confusing if you have bunched/crossing tracks. Therefore I would suggest the following changes:trail_color
totrail_colors
and make it an arraytrail_colors
trail_colors
The text was updated successfully, but these errors were encountered: