We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fafd7a9 commit cf5f666Copy full SHA for cf5f666
package/PartSegCore/napari_plugins/loader.py
@@ -27,7 +27,6 @@ def _image_to_layers(project_info, scale, translate):
27
"blending": "additive",
28
"translate": translate,
29
"metadata": project_info.image.metadata,
30
- "colormap": project_info.image.get_colors()[i],
31
},
32
"image",
33
)
0 commit comments