Defines the DCI-P3 and DCI-P3+ colourspaces:
See also
References
[1] | Hewlett-Packard Development Company. (2009). Understanding the HP DreamColor LP2480zx DCI-P3 Emulation Color Space. Retrieved from http://www.hp.com/united-states/campaigns/workstations/pdfs/lp2480zx-dci–p3-emulation.pdf |
[2] | Digital Cinema Initiatives. (2007). Digital Cinema System Specification - Version 1.1. Retrieved from http://www.dcimovies.com/archives/spec_v1_1/DCI_DCinema_System_Spec_v1_1.pdf |
[3] | Canon. (2014). EOS C500 Firmware Update. Retrieved January 14, 2015, from http://www.usa.canon.com/cusa/professional/standard_display/cinema-firmware-c500 |
DCI-P3 colourspace primaries.
DCI_P3_PRIMARIES : ndarray, (3, 2)
DCI-P3+ colourspace primaries.
DCI_P3_P_PRIMARIES : ndarray, (3, 2)
DCI-P3 colourspace whitepoint name as illuminant.
DCI_P3_ILLUMINANT : unicode
Notes
CIE Illuminant D Series D63 illuminant is used for DCI-P3 whitepoint at 48 \(cd/m^2\).
DCI-P3 colourspace whitepoint.
DCI_P3_WHITEPOINT : tuple
DCI-P3 colourspace to CIE XYZ tristimulus values matrix.
DCI_P3_TO_XYZ_MATRIX : array_like, (3, 3)
CIE XYZ tristimulus values to DCI-P3 colourspace matrix.
XYZ_TO_DCI_P3_MATRIX : array_like, (3, 3)
DCI-P3+ colourspace to CIE XYZ tristimulus values matrix.
DCI_P3_P_TO_XYZ_MATRIX : array_like, (3, 3)
CIE XYZ tristimulus values to DCI-P3+ colourspace matrix.
XYZ_TO_DCI_P3_P_MATRIX : array_like, (3, 3)
Transfer function from linear to DCI-P3 colourspace.
DCI_P3_TRANSFER_FUNCTION : object
Inverse transfer function from DCI-P3 colourspace to linear.
DCI_P3_INVERSE_TRANSFER_FUNCTION : object
DCI-P3 colourspace.
DCI_P3_COLOURSPACE : RGB_Colourspace
DCI-P3+ colourspace.
DCI_P3_P_COLOURSPACE : RGB_Colourspace