colour.models.RGB_COLOURSPACE_LIN_CIEXYZD65_SCENE#
- colour.models.RGB_COLOURSPACE_LIN_CIEXYZD65_SCENE = RGB_Colourspace('CIE XYZ-D65 - Scene-referred', [[ 1., 0.], [ 0., 1.], [ 0., 0.]], [ 0.3127, 0.329 ], 'D65', [[ 0.95045593, 0. , 0. ], [ 0. , 1. , 0. ], [ 0. , 0. , 1.08905775]], [[ 1.05212664, 0. , 0. ], [ 0. , 1. , 0. ], [ 0. , 0. , 0.91822495]], linear_function, linear_function, True, True)#
CIE XYZ-D65 - Scene-referred colourspace.
This colourspace is not recommended for storing images. It is provided because there are many situations in computer graphics where the goal is to simulate some natural phenomena that are described by models or data that involves CIE colorimetry such as physical sky models, daylight or blackbody curves, spectral material models, diffraction effects, etc. When such data is used, this colourspace provides a bridge to convert it into one of the other colourspace encodings.