arduano / Zenith-MIDI

world's fastest and most customisable MIDI rendering program
https://arduano.github.io/Zenith-MIDI/
Other
162 stars 21 forks source link

pfa bar color setting #35

Closed khang06 closed 4 years ago

khang06 commented 4 years ago

basically just copy paste from zenith 2

bar color is very slightly different so it's actually possible to write into the text box. maybe there should be a dedicated color picker ui element but that's something we can just talk about in discord

arduano commented 4 years ago

Ideally, we need to add a custom textbox to ZenithEngine/ModuleUI which parses hex colors automatically and returns colors directly.

Though for this PR, just add an implicit conversion function from uitextbox to string (check how other classes in that namespace do it), then you can merge yourself.