colour.models.RGB_COLOURSPACE_G22_REC709_SCENE#

colour.models.RGB_COLOURSPACE_G22_REC709_SCENE = RGB_Colourspace('Gamma 2.2 Encoded Rec.709',                 [[0.64, 0.33],                  [0.3 , 0.6 ],                  [0.15, 0.06]],                 [0.3127, 0.329 ],                 'D65',                 [[0.4123908 , 0.35758434, 0.18048079],                  [0.21263901, 0.71516868, 0.07219232],                  [0.01933082, 0.11919478, 0.95053215]],                 [[ 3.24096994, -1.53738318, -0.49861076],                  [-0.96924364,  1.8759675 ,  0.04155506],                  [ 0.05563008, -0.20397696,  1.05697151]],                 functools.partial(<function gamma_function>, exponent=0.45454545454545453),                 functools.partial(<function gamma_function>, exponent=2.2),                 False,                 False)#

Gamma 2.2 Encoded Rec.709 colourspace.

References

[ASWFCIForum24]