-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
Implement custom color picker (from PlugData) #54
Comments
We have a more fully featured one here: https://github.com/reFX/ColourSelector It's the same functionality as Photoshop. The means the color-space square changes according to the mode, etc. We could work together to make it prettier. It's based on the JUCE one, but then added features: |
Hey nice work! For the inspector I'd like to:
So basically, I'd like to end up with similar to the PlugData version here (though the toggle isn't necessary since there's a toggle in the inspector already). |
Except for the output as RGB values instead of hex, this is all supported. It uses the usual "flags" in the constructor and you can turn everything on/off invidivually. |
Nice! For the inspector, I've also been thinking that the color picker should enable when the selector pops open (like every other app's color selector) and allow for repeated picking... |
100% agree |
Timothy from PlugData has graciously offered we steal their custom color picker so we can move away from JUCE's default one.
https://github.com/plugdata-team/plugdata/blob/main/Source/Utility/ColourPicker.h
The text was updated successfully, but these errors were encountered: