Returns the colour rendering index of given spectral power distribution.
| Parameters: |
|
|---|---|
| Returns: | Colour rendering index, Tsc data. |
| Return type: | numeric or (numeric, dict) |
Examples
>>> from colour import ILLUMINANTS_RELATIVE_SPDS
>>> spd = ILLUMINANTS_RELATIVE_SPDS.get('F2')
>>> colour_rendering_index(spd)
64.1507331...