--
You received this message because you are subscribed to the Google Groups "OpenColorIO Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ocio-dev+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Greetings Lucien. Fellow Vancouverite here.
I made a simple OCIO configuration to test whether or not colour pickers are colour managed. It is only a rotation of sRGB primaries so that it is deadly obvious whether or not the application is colour managing correctly.
If you are using a wider gamut reference, the colour primaries will be quite different, and as such, the pickers would need to be properly transformed to whatever display is currently in use. Chances are, the picker isn't, and is instead dumping ambiguous RGB values direct to the display, putting the primaries in whatever the display currently happens to be.
The test config should reveal it quite quickly. If the pickers aren't colour managed, then artists have no real clue what they are picking. This would, for example, result in picking rough sRGB display values by eye, while the RGB triplets represent something else entirely in the reference space.
Feel free to email me privately if you have issues with the configuration.
https://github.com/sobotka/OpenColorIO-Colour-Management-Test
With respect,
TJS