colour_visuals.visual.MixinPropertyColour#

class colour_visuals.visual.MixinPropertyColour[source]#

Bases: object

Define a mixin for a colour.

Attributes

__init__() None[source]#
Return type:

None

property colour: ArrayLike | None[source]#

Getter and setter property for the colour.

Parameters:

value – Value to set the colour with.

Returns:

Visual colour.

Return type:

ArrayLike or None

__weakref__#

list of weak references to the object