Table of Contents
Simple Color Picker made with QtQuick
- Color Wheel
- Color Tool
- Color Picker
- Color History
- RGBA Slider
- HSVA Slider
- Ninja 1.10.X +
mkdir build
cd build
cmake -S .. -G Ninja -DCMAKE_PREFIX_PATH=<YOUR_PATH_HERE>/Qt/<YOUR_QT_VERSION_HERE>/gcc_64
ninja
- Shortcuts
- Enable Picking Tool " p "
- Change Value
- The " + " increase 0.1 to the actual value, it can be combined with " Shift " for more precise changes
- The " - " decrease 0.1 to the actual value, it can be combined with " Shift " for more precise changes
- Mouse Wheel inside sliders
- Remove QCursor dependency
- Add Wayland support
- Add OpenColorIO to manager color spaces
- Add HSL Slider
- Add support to choose between 8Bits [0-255] and 32Bits [0-1] range
- Add Color Swatches
- Add new swatch
- Edit current Selected
- Save swatch palette
- Open swatch palette
- Multi-language Support
- Portuguese (PT/BR)
- Spanish
- Franch
Distributed under the MIT License. See LICENSE
for more information.
André Agenor
Project Link: https://github.com/andreagen0r/ColorPicker