Defines the Rec. 709 colourspace:
See also
References
[1] | International Telecommunication Union. (2002). Parameter values for the HDTV standards for production and international programme exchange BT Series Broadcasting service. In Recommendation ITU-R BT.709-5 (Vol. 5, pp. 1–32). Retrieved from http://www.itu.int/dms_pubrec/itu-r/rec/bt/R-REC-BT.709-5-200204-I!!PDF-E.pdf |
Rec. 709 colourspace primaries.
REC_709_PRIMARIES : ndarray, (3, 2)
Rec. 709 colourspace whitepoint.
REC_709_WHITEPOINT : tuple
Rec. 709 colourspace whitepoint name as illuminant.
REC_709_ILLUMINANT : unicode
Rec. 709 colourspace to CIE XYZ tristimulus values matrix.
REC_709_TO_XYZ_MATRIX : array_like, (3, 3)
CIE XYZ tristimulus values to Rec. 709 colourspace matrix.
XYZ_TO_REC_709_MATRIX : array_like, (3, 3)
Transfer function from linear to Rec. 709 colourspace.
REC_709_TRANSFER_FUNCTION : object
Inverse transfer function from Rec. 709 colourspace to linear.
REC_709_INVERSE_TRANSFER_FUNCTION : object
Rec. 709 colourspace.
REC_709_COLOURSPACE : RGB_Colourspace