-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Color Picker Hopes and Dreams #143
Comments
okay, you're right. let's give this some love. great to see you found your way around the code! i thought i had fixed the dragging outside of widget, but i didn't. this annoys me too. the hue reset is likely because the data is internally represented as rgb. i was going to make this HSV internally now, because that seems to be the only way these values are ever edited in practice. this will be a breaking change though and render all current history stacks broken. we're <1.0.0 so i'm still ready to accept this.. sorry for destroying some old config files. i just pushed hsv knobs to master now, where v < 2.0 (if that is enough range?). do you ever want to dial in numbers? i can make these properties instead of knobs such as most other values. i kinda like how compact it is like this. |
Hello again! I was playing around with 6bd8b84, and am really liking the improvements. I will share a few thoughts if they are helpful:
Here's a screenrecording which explains everything in context if it's helpful:
2024-10-27_14-32-33_pt1.mp4
2024-10-27_14-32-33_pt2.mp4
The text was updated successfully, but these errors were encountered: