A palette color picker with palette and preview for Qt.
A goal of this simple widget is to provide a simple color picker with palette editing capabilities. To add it to project, you can just copy files from this repository to your project.
- A widget, not a dialog
- A palette cells are placed near each other, so you can see, how colors are contrasting which each other
- If a palette is too small for you, you can see cells from it, along with selected cell in preview part, located at bottom left corner
- You can use WASD keys to move selection cursor on the color wheel, FR keys to increase or decrease lightness, TG keys to increase or decrease alpha channel, changing color of selected palette cell, after you click on the widget.
The differences between https://github.com/mbasaglia/Qt-Color-Picker and this project:
- Different color wheel visualisation
- More oriented for working with palette, than working with single color
- Saddy Graphics Engine (https://github.com/mamontov-cpp/saddy-graphics-engine-2d)
Use qt-palette-color-picker.pro . But you can just copy and paste the sources in your project.