Defines the ACES RGB colourspace Input Device Transform utilities:
See also
References
[1] | http://www.oscars.org/science-technology/council/projects/aces.html (Last accessed 24 February 2014) |
[2] | Academy Color Encoding Specification (ACES) (Last accessed 24 February 2014) |
Converts given spectral power distribution to ACES RGB colourspace relative exposure values.
Parameters: |
|
---|---|
Returns: | ACES RGB colourspace relative exposure values matrix. |
Return type: | ndarray, (3,) |
Notes
References
Examples
>>> from colour import COLOURCHECKERS_SPDS
>>> spd = COLOURCHECKERS_SPDS['ColorChecker N Ohta']['dark skin']
>>> spectral_to_aces_relative_exposure_values(spd)
array([ 0.1187697..., 0.0870866..., 0.0589442...])