Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.4
2019.3.0b10
2020.1
Issue ID
1201922
Regression
No
Editor GUI color is displayed darker than specified in the script
How to reproduce:
1. Open the attached '1201922-GUI.backgroundColor-issue.zip' project
2. Select Window -> My Window
3. Compare the color of the GUI.Box elements in the 'CGGraph' window and GUI.backgroundColor color specified in the 'CGGraph' script
Expected result: GUI.backgroundColor in the 'CGGraph' window match the color specified in the 'CGGraph' script
Actual result: GUI.backgroundColor in the 'CGGraph' window is darker than specified in the 'CGGraph' script
Reproducible with: 2017.4.35f1, 2020.1.0a16
Notes:
1. From 2017.4.0f1 to 2019.3.0a2 RGBA values are reduced from (1, 0, 1, 1) to (0.8705, 0, 0.8705, 1), from 2019.3.0a3 to 2020.1.0a16 RGBA values are reduced from (1, 0, 1, 1) to (0.6470, 0, 0.6470, 1)
2. Alpha channel is not affected
3. Reproducible on Mac, Windows
4. Reproducible with Gamma and Linear Color Space
5. Video of reproduction attached in Edit
6. GUI.color, GUI.contentColor are not applicable to the font
7. Reproducible with GUI.color, GUI.backgroundColor
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 JobQueue::HasJobGroupIDCompleted when closing the Editor while in Play mode on a specific project
- In "Preferences" section the “SpriteShape” menu item, the details page title “SpriteShape”, and “ControlPoint” entries are displayed as code strings rather than formatted UI strings
- Errors thrown constantly when Virtual Offset Debug is enabled and lighting was baked on AMD machine
- Persistent Memory Leak when reloading domain and using Distance-based Ghost Importance
- HDRP project doesn't render in standalone player when using High stripping
Resolution Note (2020.1.X):
Low priority defect and unlikely to be fixed for the near future.