mantidimaging.gui.widgets.auto_colour_menu.auto_color_menu module#

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

Bases: ABC

Mixin class to be used with MIImageView and MIMiniImageView

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