sudara / melatonin_inspector

A JUCE module that gives you the ability to inspect and visually edit (non-destructively) components in your UI.
MIT License
145 stars 17 forks source link

Color inspector should display RGBA values #26

Closed sudara closed 1 year ago

sudara commented 1 year ago

I use uint8 RGBA most often inside projects, ala Colour::fromRGBA (255,255,255,255)

Right now there's a text editor there — is that doing anything at the moment?

dikadk commented 1 year ago

This was updated and available on develop

https://user-images.githubusercontent.com/15266737/207150543-0a876938-ff3f-4b2b-94d2-98435e10ac1c.mov