1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 08:22:56 +08:00
osu-lazer/osu.Game/Graphics/UserInterfaceV2
Bartłomiej Dach a8027d87b6 Fix unreadable colour hex code text due to low contrast
Logic is shared with the timeline blueprints which also have the same
problem of displaying text on top of a combo colour.

Slightly modified the formula. Seems to yield better results on a
subjective check.
2021-04-18 20:44:55 +02:00
..
ColourDisplay.cs Fix unreadable colour hex code text due to low contrast 2021-04-18 20:44:55 +02:00
ColourPalette.cs Add basic structure of colour palette 2021-04-18 19:29:04 +02:00
DirectorySelector.cs Add a basic file selector with extension filtering support 2020-09-24 20:54:25 +09:00
FileSelector.cs Add more file icons 2020-09-25 12:42:28 +09:00
LabelledColourPalette.cs Add basic structure of colour palette 2021-04-18 19:29:04 +02:00
LabelledComponent.cs CA1715: use prefix for generic parameters. 2019-12-17 13:00:25 +08:00
LabelledDrawable.cs Add comment with reasoning for TopRight anchor 2020-10-19 16:02:39 +09:00
LabelledSliderBar.cs Add the most basic implementation of LabelledSliderBar feasible 2020-10-06 17:26:06 +09:00
LabelledSwitchButton.cs Expose Current bindable in LabelledComponents 2019-10-28 16:24:28 +09:00
LabelledTextBox.cs Fix LabelledTextBox not correctly forwarding focus to its underlying TextBox component 2021-03-17 16:56:58 +09:00
SwitchButton.cs Adjust namespaces 2019-09-25 17:53:08 +09:00