colour_visuals.visual.MixinPropertyMethod#

class colour_visuals.visual.MixinPropertyMethod[source]#

Bases: object

Define a mixin for a Chromaticity Diagram method.

Attributes

__init__() None[source]#
Return type:

None

property method: Literal['CIE 1931', 'CIE 1960 UCS', 'CIE 1976 UCS'] | str[source]#

Getter and setter property for the Chromaticity Diagram method.

Parameters:

value – Value to set the Chromaticity Diagram method with.

Returns:

Chromaticity Diagram method.

Return type:

str

__weakref__#

list of weak references to the object