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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
Resolution Note (2020.1.X):
Low priority defect and unlikely to be fixed for the near future.