colour.plotting.common.filter_colour_checkers#
- colour.plotting.common.filter_colour_checkers(filterers: ColourChecker | str | Sequence[ColourChecker | str], allow_non_siblings: bool = True) Dict[str, ColourChecker][source]#
Filter the colour checkers matching the specified filterers.
- Parameters:
filterers (ColourChecker | str | Sequence[ColourChecker | str]) – Filterer or
colour.characterisation.ColourCheckerclass instance (which is passed through directly if its type is one of the mapping element types) or list of filterers.filtererselements can also be of any form supported by thecolour.plotting.common.filter_passthrough()definition.allow_non_siblings (bool) – Whether to allow non-siblings to be also passed through.
- Returns:
Filtered colour checkers.
- Return type: