colour.utilities.ColourUsageWarning#

class colour.utilities.ColourUsageWarning[source]#

Bases: Warning

Define the base class for Colour usage warnings.

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

__weakref__#

list of weak references to the object