rxlabz / panache

🎨 Flutter Material Theme editor
https://rxlabz.github.io/panache
1.76k stars 233 forks source link

[Feature] edit color value #12

Open rhalff opened 5 years ago

rhalff commented 5 years ago

Hi, I'm currently encountering the use case where I have copied a hex color code and want to use it as the primary theme color.

It would be nice if both the hex color and the RGB numeric values in the color picker would be editable.

What I did now is to convert the hex code to RGB manually and then try to adjust the slider to match the color.

trietbui85 commented 5 years ago

It would be helpful if we can manually enter HEX color value.

Or if it's hard to do, we can allow to enter HEX code for each R G B value instead.

Jeremywhiteley commented 4 years ago

YEs! This is needed so bad! I want to be able to put in a color like 0xFF45C2DA. it would add a lot of value to this app.