colour.models.RGB_COLOURSPACE_sRGB#
- colour.models.RGB_COLOURSPACE_sRGB = RGB_Colourspace('sRGB', [[0.64, 0.33], [0.3 , 0.6 ], [0.15, 0.06]], [0.3127, 0.329 ], 'D65', [[0.4124, 0.3576, 0.1805], [0.2126, 0.7152, 0.0722], [0.0193, 0.1192, 0.9505]], [[ 3.2406, -1.5372, -0.4986], [-0.9689, 1.8758, 0.0415], [ 0.0557, -0.204 , 1.057 ]], eotf_inverse_sRGB, eotf_sRGB, False, False)#
sRGB colourspace.
References