beatmapper icon indicating copy to clipboard operation
beatmapper copied to clipboard

Chroma

Open joshwcomeau opened this issue 4 years ago • 1 comments

Considering adding RGB lighting support.

It's tricky for a few reasons:

  • With "custom colors" you currently pick two light colors. Would need that setting to depend on this new one
  • I have shortcuts, r and b, to toggle between two colors. I should probably remap that; maybe c can cycle through colors?

Overall it seems doable though. Just need to learn how Chroma actually works

joshwcomeau avatar Nov 23 '19 12:11 joshwcomeau

Here's the formula I'll need to manage RGB stuffs: https://github.com/Caeden117/ChroMapper/blob/master/Assets/__Scripts/ColourManager.cs

joshwcomeau avatar Nov 29 '19 13:11 joshwcomeau