colour.utilities.ColourRuntimeWarning#

class colour.utilities.ColourRuntimeWarning[source]#

Bases: Warning

Define the base class for Colour runtime warnings.

This class serves as the foundation for all runtime warnings in the Colour library, providing a consistent interface for alerting users to runtime issues. It is a subclass of the colour.utilities.ColourWarning class.

__weakref__#

list of weak references to the object