This revision follows D16482. In the latter, final sRGB conversion was only approximated by a gamma correction.
The present revision is more accurate:
- when OCIO is available, the sRGB conversion relies on OCIO system
- when OCIO is not available, an exact sRGB conversion, based on accurate color_linear_to_srgb, is still applied.