colour.models.RGB_COLOURSPACE_DCI_P3_P#

colour.models.RGB_COLOURSPACE_DCI_P3_P = RGB_Colourspace('DCI-P3-P',                 [[ 0.74,  0.27],                  [ 0.22,  0.78],                  [ 0.09, -0.09]],                 [ 0.314,  0.351],                 'DCI-P3',                 [[ 0.55907356,  0.24893595,  0.08657739],                  [ 0.2039863 ,  0.88259109, -0.08657739],                  [-0.00755505,  0.        ,  0.961971  ]],                 [[ 1.99040349, -0.56139586, -0.22966194],                  [-0.45849279,  1.262346  ,  0.15487549],                  [ 0.01563207, -0.00440904,  1.03772867]],                 functools.partial(<function gamma_function>, exponent=0.3846153846153846),                 functools.partial(<function gamma_function>, exponent=2.6),                 False,                 False)#

DCI-P3+ colourspace.

Notes

  • The actual DCI-P3+ colourspace name is DCI-P3-P to avoid canonical key collisions in the colour.utilities.CanonicalMapping class.

References

[Canon14]