Defines colour rendering index computation objects:
References
[1] | http://cie2.nist.gov/TC1-69/NIST%20CQS%20simulation%207.4.xls (Last accessed 10 June 2014) |
alias of TscColorimetryData_nXYZuvUVW
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...