-
Notifications
You must be signed in to change notification settings - Fork 54
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
Advanced color selector #29
Comments
Just an idea, but "color history" could use the palette widget. Also, dunno if it's useful but I've written this compound color editor some time ago as part of another project: https://github.com/mbasaglia/PixelCayman/blob/master/src/ui/widgets/color_editor.hpp |
Yeah, i thought about that too (though i haven't looked at palette widget yet).
Would probably work for beginning, but later it might be better to create a more visually rich one (such as the typical overlapping squares/circles). |
The Natron project (https://github.com/MrKepzie/Natron) needs one of these. |
@nicholascarroll which one? |
I think it should be a simple colour wheel because when adjusting the colour the user look at the image not so much at the colour wheel. Here is the issue for it MrKepzie/Natron#1592. |
So as mentioned earlier, i'm developing an advanced color selector widget (which could be used as dock in graphical applications, so more compact than color dialog), which would be basically a configurable composite widget containing various existing widgets (wheel, 2d slider, perhaps multiple 1d sliders, etc).
Planned features so far:
Since i've started implementing this, i've run into some issues for which i'm going to open separate threads (so that we can keep this one just for feature and maybe implementation discussion).
Here's my development branch: https://github.com/caryoscelus/Qt-Color-Widgets/tree/advanced_color_selector
The text was updated successfully, but these errors were encountered: