Search Issue Tracker
Fixed in 10.1.X
Votes
0
Found in [Package]
4.7.0
Issue ID
1114538
Regression
No
[Color] Color fields (except gradients) in the VFX graph are in Gamma color space
Repro steps:
1. Import the attached package, or in a new VFX graph set a color and a gradient block with the values (1, 0.23, 0).
2. Observe how the color and the gradient are visually different.
3. Comparing in Photoshop, it looks like the color block values are (1, 0.52, 0), which if converted to linear space would match (1, 0.23, 0).
4. Observe the output in the scene view is different for the color and the gradient block, even though they have the same values.
Expected outcome: all colors to be in linear color space
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on RaiseException when importing a specific asset
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
- Scene view has Y coordinates of the Screen Position node flipped when some of the URP features are disabled
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
Resolution Note (fix version 10.1):
The idea is that if you see a color in the editor it will be the same in the resulting effect, and to have the numeric values be in linear. So You will see color in gamma ( because the effect will always appear in gamma at the end) , but numeric values are in linear.