blender/release/datafiles/colormanagement
Brecht Van Lommel 6601a89650 Fix T58549, T56741: HSV color picker issues with Filmic view transform.
In 2d655d3 the color picker was changed to use display space HSV values.
This works ok for a simple sRGB EOTF, but fails with view transforms like
Filmic where display space V 1.0 maps to RGB 16.292.

Instead we now use the color_picking role from the OCIO config when
converting from RGB to HSV in the color picker. This role is set to sRGB
in the default OCIO config.

This color space fits the following requirements:

* It is approximately perceptually linear, so that the HSV numbers and
  the HSV cube/circle have an intuitive distribution.
* It has the same gamut as the scene linear color space.
* Color picking values 0..1 map to scene linear values in the 0..1 range,
  so that picked albedo values are energy conserving.
2018-12-13 19:25:45 +01:00
..
filmic Color management: add Filmic view transform to Blender configuration. 2017-05-07 16:41:38 +02:00
luts OpenCOlorIO: Add explicit linearSRGB -> sRGB lookup table 2016-09-15 15:56:47 +02:00
config.ocio Fix T58549, T56741: HSV color picker issues with Filmic view transform. 2018-12-13 19:25:45 +01:00