Defines the ACES RGB colourspace and its variations:
See also
References
[1] | The Academy of Motion Picture Arts and Sciences, Science and Technology Council, & Academy Color Encoding System (ACES) Project Subcommittee. (n.d.). Academy Color Encoding System. Retrieved February 24, 2014, from http://www.oscars.org/science-technology/council/projects/aces.html |
[2] | The Academy of Motion Picture Arts and Sciences, Science and Technology Council, & Academy Color Encoding System (ACES) Project Subcommittee. (2011). Specification S-2008-001 - Academy Color Encoding Specification ( ACES ), 1–33. Retrieved from https://www.dropbox.com/sh/nt9z9m6utzvkc5m/AACBum5OdkLPCZ3d6trfVeU8a/ACES_v1.0.1.pdf |
[3] | The Academy of Motion Picture Arts and Sciences, Science and Technology Council, & Academy Color Encoding System (ACES) Project Subcommittee. (2011). Logarithmic Encoding of ACES Data for use with in Color Grading Systems, 1–11. Retrieved from http://www.dropbox.com/sh/iwd09buudm3lfod/AAA-X1nVs_XLjWlzNhfhqiIna/ACESlog_v1.0.pdf |
[4] | The Academy of Motion Picture Arts and Sciences, Science and Technology Council, & Academy Color Encoding System (ACES) Project Subcommittee. (2011). (2013). Specification S-2013-001 - ACESproxy, an Integer Log Encoding of ACES Image Data, 1–13. Retrieved from http://www.dropbox.com/sh/iwd09buudm3lfod/AAAsl8WskbNNAJXh1r0dPlp2a/ACESproxy_v1.1.pdf |
ACES RGB colourspace primaries.
ACES_RGB_PRIMARIES : ndarray, (3, 2)
ACES RGB colourspace whitepoint name as illuminant.
ACES_RGB_ILLUMINANT : unicode
ACES RGB colourspace whitepoint.
ACES_RGB_WHITEPOINT : tuple
ACES RGB colourspace to CIE XYZ colourspace matrix.
ACES_RGB_TO_XYZ_MATRIX : array_like, (3, 3)
CIE XYZ colourspace to ACES RGB colourspace matrix.
XYZ_TO_ACES_RGB_MATRIX : array_like, (3, 3)
Transfer function from linear to ACES RGB colourspace.
ACES_RGB_TRANSFER_FUNCTION : object
Inverse transfer function from ACES RGB colourspace to linear.
ACES_RGB_INVERSE_TRANSFER_FUNCTION : object
ACES RGB colourspace.
ACES_RGB_COLOURSPACE : RGB_Colourspace
ACES RGB Log colourspace constants.
ACES_RGB_LOG_CONSTANTS : Structure
Transfer function from linear to ACES RGB Log colourspace.
ACES_RGB_LOG_TRANSFER_FUNCTION : object
Inverse transfer function from ACES RGB Log colourspace to linear.
ACES_RGB_LOG_INVERSE_TRANSFER_FUNCTION : object
ACES RGB Log colourspace.
ACES_RGB_LOG_COLOURSPACE : RGB_Colourspace
ACES RGB Proxy 10 colourspace constants.
ACES_RGB_PROXY_10_CONSTANTS : Structure
ACES RGB Proxy 12 colourspace constants.
ACES_RGB_PROXY_12_CONSTANTS : Structure
Aggregated ACES RGB Proxy colourspace constants.
Transfer function from linear to ACES RGB Proxy 10 colourspace.
ACES_RGB_PROXY_10_TRANSFER_FUNCTION : object
Inverse transfer function from ACES RGB Proxy 10 colourspace to linear.
ACES_RGB_PROXY_10_INVERSE_TRANSFER_FUNCTION : object
Transfer function from linear to ACES RGB Proxy 12 colourspace.
ACES_RGB_PROXY_12_TRANSFER_FUNCTION : object
Inverse transfer function from ACES RGB Proxy 12 colourspace to linear.
ACES_RGB_PROXY_12_INVERSE_TRANSFER_FUNCTION : object
ACES RGB Proxy 10 colourspace.
ACES_RGB_PROXY_10_COLOURSPACE : RGB_Colourspace
ACES RGB Proxy 12 colourspace.
ACES_RGB_PROXY_12_COLOURSPACE : RGB_Colourspace