Gabriel Selzer

Results 113 comments of Gabriel Selzer

Here is the issue: https://github.com/napari/napari/issues/4579

> You could support it with three sliders 0-255, for R, G, and B respectively (and a fourth A for `ColorRGBA`). But a dedicated color picker widget would be best...

@ctrueden it's intended for 1.0.0/never. Looking at my initial comment, it looks like we need a fix in imagej-legacy. I don't remember what I was trying earlier...

> For inplace ops though, I think it could be annoying in some cases. So my vote is yes for computers, no for inplaces. Do `Module`s retain that information? If...

> For plain modules, there is no such things as a computer. Any "both" input is assumed to be inplace mutation. Woah, that's news to me. Is that documented, or...

> But if you treat them as plain SciJava commands, without special-case checking them for "op-ness", you won't know if they are computers vs inplaces. Yup, that's what we're doing....

I tried reproducing this, but I cannot, however I encountered a new issue, which I describe in #300.

So it's not too bad to get the menu path, but it *is* difficult to color them differently, like we do in ImageJ. I think the most performant way to...

See [this comment] for a potential solution that was outside the scope of that PR.

Also check out the available [flags](https://doc.qt.io/qt-6/qt.html#ItemFlag-enum). We might want to be using `ItemIsEnabled`...