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
- Tile Palette grid is moved after entering Play Mode
- Tile Palette Edit mode turns off in Play Mode
- The Editor crashes when Generating Font Atlas in the Font Asset Creator with “9999999999” padding and 256x256 Atlas Resolution
- [iOS] An “ArgumentNullException” error is thrown when GetIntroductoryPriceDictionary() method is called
- Font Import Settings documentation page is missing when the documentation button is pressed in the Inspector window
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.