mantidimaging.gui.widgets.auto_colour_menu.auto_color_menu module

class mantidimaging.gui.widgets.auto_colour_menu.auto_color_menu.AutoColorMenu[source]

Bases: object

Mixin class to be used with MIImageView and MIMiniImageView

add_auto_color_menu_action(parent: QWidget | None, recon_mode: bool = False, index: int = 12, set_enabled: bool = True) QAction[source]
property histogram: HistogramLUTItem
property image_data: np.ndarray
property other_histograms: List[HistogramLUTItem]
set_auto_color_enabled(enabled: bool = True) None[source]