colour_visuals.visual.MixinPropertyIlluminant#

class colour_visuals.visual.MixinPropertyIlluminant[source]#

Bases: object

Define a mixin for an illuminant spectral distribution.

Attributes

__init__() None[source]#
Return type:

None

property illuminant: SpectralDistribution | str | Sequence[SpectralDistribution | str][source]#

Getter and setter property for the illuminant spectral distribution.

Parameters:

value – Value to set the illuminant spectral distribution with.

Returns:

Illuminant spectral distribution.

Return type:

colour.SpectralDistribution or str or Sequence

__weakref__#

list of weak references to the object