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 DynamicHeapAllocator::CreateTLSFBlock when opening a specific project
- Scene flickers when using Mesh Output with SpriteLit Shader in 2D project
- “Cache Management” text is misaligned in Preferences > Package Manager
- [macOS] network permission shows the name of previously closed app when different app requests network access
- Delta value returned by mouse movementsMonitor is different when changing Screen Resolution
Resolution Note (2020.1.X):
Low priority defect and unlikely to be fixed for the near future.