colour_visuals.visual.MixinPropertyCMFS#

class colour_visuals.visual.MixinPropertyCMFS[source]#

Bases: object

Define a mixin for a standard observer colour matching functions, default to the CIE 1931 2 Degree Standard Observer.

Attributes

__init__() None[source]#
Return type:

None

property cmfs: MultiSpectralDistributions | str | Sequence[MultiSpectralDistributions | str][source]#

Getter and setter property for the standard observer colour matching functions.

Parameters:

value – Value to set the standard observer colour matching functions with.

Returns:

Standard observer colour matching functions.

Return type:

colour.MultiSpectralDistributions or str or Sequence

__weakref__#

list of weak references to the object