Commit Graph

10 Commits

Author SHA1 Message Date
f8830c6850 Automated #nullable processing 2022-06-17 16:37:17 +09:00
5e5c8e78a6 Use existing web localisation for most hardcoded strings 2022-04-20 16:31:11 -07:00
708b50fdba Remove unused field 2021-08-01 00:11:56 +02:00
3f005886d6 Add support for removing colours from palette 2021-07-31 23:52:33 +02:00
c8891d4504 Integrate editor colour display with colour picker & popover 2021-07-29 23:14:37 +02:00
0691c0dd63 Switch Colour{Display,Palette} to use Colour4 2021-07-29 23:14:32 +02:00
0825fc57a9 Move foreground colour helper into OsuColour 2021-04-19 18:24:48 +02:00
f9f514ffec Add basic xmldoc to show how the two colour classes interact 2021-04-19 12:37:56 +09:00
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
1b2c43b92c Add basic structure of colour palette 2021-04-18 19:29:04 +02:00