colour.sd_single_led#

colour.sd_single_led(peak_wavelength: float, shape: colour.colorimetry.spectrum.SpectralShape = SPECTRAL_SHAPE_DEFAULT, method: Union[Literal['Ohno 2005'], str] = 'Ohno 2005', **kwargs: Any) colour.colorimetry.spectrum.SpectralDistribution[source]#

Return a single LED spectral distribution of given spectral shape at given peak wavelength according to given method.

Parameters
Returns

Single LED spectral distribution.

Return type

colour.SpectralDistribution

Notes

References

[Ohn05], [OD08]

Examples

>>> sd = sd_single_led(555, half_spectral_width=25)
>>> sd.shape
SpectralShape(360.0, 780.0, 1.0)
>>> sd[555]  
1...