colour.utilities.is_ctlrender_installed#
- colour.utilities.is_ctlrender_installed(raise_exception: bool = False) bool [source]#
Return whether ctlrender is installed and available.
- Parameters:
raise_exception (bool) – Whether to raise an exception if ctlrender is unavailable.
- Returns:
Whether ctlrender is installed.
- Return type:
- Raises:
ImportError – If ctlrender is not installed.