colour.utilities.ColourWarning#

class colour.utilities.ColourWarning[source]#

Bases: Warning

Define the base class for Colour warnings.

This class serves as the foundational warning type for the Colour library, inheriting from the standard Warning class to provide consistent warning behaviour across the library.

__weakref__#

list of weak references to the object