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
As far as I can see, SwingColorTableWidget currently can be used to display LUTs in input dialogs, but not to actually choose a LUT from a list of available LUTs.
There's also SwingColorBar that seems to serve a similar purpose.
Let's improve the widget to act as a dropdown choice with LUT titles and color bars (with the choices populated from LUTService.findLUTs()), to make it easy to choose color tables in input dialogs.
The text was updated successfully, but these errors were encountered:
However one problem is that it is not well suited for scriptability and recording : there is no trace of the origin of the LUT in the ColorTable object.
As far as I can see,
SwingColorTableWidget
currently can be used to display LUTs in input dialogs, but not to actually choose a LUT from a list of available LUTs.There's also
SwingColorBar
that seems to serve a similar purpose.Let's improve the widget to act as a dropdown choice with LUT titles and color bars (with the choices populated from
LUTService.findLUTs()
), to make it easy to choose color tables in input dialogs.The text was updated successfully, but these errors were encountered: