Navigation Menu

Skip to content

Commit

Permalink
[FEATURE] New custom QGIS color picker dialog. Basically
Browse files Browse the repository at this point in the history
it's a Frankenstein's monster of the best bits of lots of other color
picker implementations. Features include:
- Sliders for hue, saturation, value, red, green, blue color components
- Alpha slider
- Option to copy/paste html color codes (in a variety of formats)
- Before/after color preview, with alpha preview
- Interactive 2D color ramp widget
- Hue wheel/triangle widget
- Editable color swatch lists
- Live color sampler with option to sample over a set radius
- Supports interaction with other apps via drag and drop of colors (OS support
dependant)
- Option to disable the dialog and use the native picker dialog instead (TODO:
make the dialog so awesome that even @dakcarto switches across...)

Credit for icons goes to 3nids!
  • Loading branch information
nyalldawson committed Sep 16, 2014
1 parent bcc6647 commit dce206e
Show file tree
Hide file tree
Showing 38 changed files with 3,152 additions and 171 deletions.
4 changes: 4 additions & 0 deletions images/images.qrc
Expand Up @@ -294,6 +294,10 @@
<file>themes/default/mIconClear.svg</file>
<file>themes/default/mIconClose.png</file>
<file>themes/default/mIconCollapse.png</file>
<file>themes/default/mIconColorBox.svg</file>
<file>themes/default/mIconColorPicker.svg</file>
<file>themes/default/mIconColorSwatches.svg</file>
<file>themes/default/mIconColorWheel.svg</file>
<file>themes/default/mIconConnect.png</file>
<file>themes/default/mIconCritical.png</file>
<file>themes/default/mIconDataDefine.svg</file>
Expand Down
307 changes: 307 additions & 0 deletions images/themes/default/mIconColorBox.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit dce206e

Please sign in to comment.