Labels Control

Adding intuitive label color management, allowing custom class colors, per-class opacity, and colormap control to enhance visual clarity.

  • Lars Krämer

A plugin for flexible and intuitive color management of label layers in Napari, designed to enhance the visual clarity and control of your labeled data. Assign custom colors to individual classes using a color picker or RGB input, adjust per-class opacity, and apply colormaps to visually distinguish between labels with ease.

Installation

You can install napari-labels via pip:

pip install napari-labels

Seaborn Color palettes

You can use all color palette names which are valid for seaborn.color_palette(). An overview can be found here:

License

Distributed under the terms of the Apache Software License 2.0 license, "napari-labels" is free and open source software

Acknowledgments

    

This repository is developed and maintained by the Applied Computer Vision Lab (ACVL) of Helmholtz Imaging and the Division of Medical Image Computing at DKFZ.

This napari plugin was generated with copier using the napari-plugin-template.

Version:

  • 0.0.4

Last updated:

  • 2025-03-28

First released:

  • 2025-03-26

License:

  • Apache

Supported data:

  • Information not submitted

Plugin type:

Open extension:

Save extension:

Python versions supported:

Operating system:

  • Information not submitted

Requirements:

  • numpy
  • qtpy
  • napari_toolkit
  • seaborn
  • tox; extra == "testing"
  • pytest; extra == "testing"
  • pytest-cov; extra == "testing"
  • pytest-qt; extra == "testing"
  • napari; extra == "testing"
  • pyqt5; extra == "testing"
Website by the napari team, original design by CZI. Go to napari main website.