colour.models.RGB_COLOURSPACE_G22_ADOBERGB_SCENE#

colour.models.RGB_COLOURSPACE_G22_ADOBERGB_SCENE = RGB_Colourspace('Gamma 2.2 Encoded AdobeRGB',                 [[0.64, 0.33],                  [0.21, 0.71],                  [0.15, 0.06]],                 [0.3127, 0.329 ],                 'D65',                 [[0.57667, 0.18556, 0.18823],                  [0.29734, 0.62736, 0.07529],                  [0.02703, 0.07069, 0.99134]],                 [[ 2.04159, -0.56501, -0.34473],                  [-0.96924,  1.87597,  0.04156],                  [ 0.01344, -0.11836,  1.01517]],                 functools.partial(<function gamma_function>, exponent=0.45454545454545453),                 functools.partial(<function gamma_function>, exponent=2.2),                 False,                 False)#

Gamma 2.2 Encoded AdobeRGB colourspace.

References

[ASWFCIForum24]