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
- [Android] Stage information is not logged when Log Shader Compilation is enabled
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
Resolution Note (2020.1.X):
Low priority defect and unlikely to be fixed for the near future.