Add ability to change background dim color in grayscale #12983
Replies: 3 comments 2 replies
-
This may require a custom shader to avoid +1x overdraw. |
Beta Was this translation helpful? Give feedback.
-
It should be a custom background that can be enabled and disabled. |
Beta Was this translation helpful? Give feedback.
-
I have tried implementing it with a custom shader for osu.Game.Graphics.Backgrounds.BeatmapBackground class (here's the code, it relies on updated osu-resources), however, it has downsides:
Does it make sense to update osu.Framework.Graphics.Rendering.RenderingExtensions.DrawQuad to support ColourOffset? That would make implementing background dim color trivial in osu.Game.Graphics.Containers.UserDimContainer class. |
Beta Was this translation helpful? Give feedback.
-
A slider in settings that changes the lightness of the background dim color. I doubt adding a full color picker is necessary
rrtyui used to play with a white/grayish bg.
Beta Was this translation helpful? Give feedback.
All reactions