clij / clijx-assistant

A user interface for GPU-accelerated image processing using CLIJ2
https://clij.github.io/assistant
BSD 3-Clause "New" or "Revised" License
4 stars 4 forks source link

Visual differentiation of assistant-windows from ImageJ-windows #16

Closed haesleinhuepf closed 3 years ago

haesleinhuepf commented 3 years ago

Suggested by @pr4deepr

''' To differentiate between ImageJ windows and CLIJx-assistant windows, is it possible for the CLIJx-assistant managed windows to have a coloured outline of some sorts?? If this is a good idea, then perhaps colour can change based on which CLIJx window is currently active Green for active and red for inactive? This may not help colour-blind people though (skyblue instead of red then). '''

See also: https://github.com/clij/assistant/issues/14

haesleinhuepf commented 3 years ago

Hey @pr4deepr,

with https://github.com/clij/assistant/commit/d4eb0aeace4f5410c73eaf3af113b07497e1552d windows share their color with the "Refresh" button: image

What do you think about that solution?

Thanks!

Cheers, Robert

pr4deepr commented 3 years ago

oooo, I love the idea of sharing the colour with the refresh button. The windows have a colour to make them distinct and the colours have a purpose! You can see which windows have completed processing without looking at the refresh button. BTW, what does the yellow colour mean?

haesleinhuepf commented 3 years ago

Awesome. Devs and users have the best ideas together ,😉

red=not started yellow=computing green=done

pr4deepr commented 3 years ago

:) I thought so, but on occasion I see the red colour on for a bit, especially with median filters...

haesleinhuepf commented 3 years ago

Alright. I close this issue then. 11 more to go :-)

Thanks again for the feedback. It's a pleasure working with you!