colour_visuals.visual.MixinPropertyKwargs#

class colour_visuals.visual.MixinPropertyKwargs[source]#

Bases: object

Define a mixin for keyword arguments.

Attributes

__init__() None[source]#
Return type:

None

property kwargs: dict[source]#

Getter and setter property for the keyword arguments.

Parameters:

value – Value to set keyword arguments with.

Returns:

Keyword arguments.

Return type:

dict

__weakref__#

list of weak references to the object