We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 963b46a commit e2e5ebaCopy full SHA for e2e5eba
testsuite/python-colorconfig/ref/out-ocio21-python27-alt.txt
@@ -17,11 +17,13 @@ aliases of 'scene_linear' are []
17
resolve('foo'): foo
18
resolve('linear'): linear
19
resolve('scene_linear'): linear
20
-resolve('lin_srgb'): lin_srgb
+resolve('lin_srgb'): linear
21
resolve('srgb'): sRGB
22
+resolve('ACEScg'): ACEScg
23
equivalent('lin_srgb', 'srgb'): False
24
equivalent('scene_linear', 'srgb'): False
-equivalent('scene_linear', 'lin_srgb'): False
25
+equivalent('linear', 'lin_srgb'): True
26
+equivalent('scene_linear', 'lin_srgb'): True
27
equivalent('ACEScg', 'scene_linear'): False
28
equivalent('lnf', 'scene_linear'): False
29
0 commit comments