Skip to content

Commit dce206e

Browse files
committed
[FEATURE] New custom QGIS color picker dialog. Basically
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!
1 parent bcc6647 commit dce206e

38 files changed

+3152
-171
lines changed

images/images.qrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,10 @@
294294
<file>themes/default/mIconClear.svg</file>
295295
<file>themes/default/mIconClose.png</file>
296296
<file>themes/default/mIconCollapse.png</file>
297+
<file>themes/default/mIconColorBox.svg</file>
298+
<file>themes/default/mIconColorPicker.svg</file>
299+
<file>themes/default/mIconColorSwatches.svg</file>
300+
<file>themes/default/mIconColorWheel.svg</file>
297301
<file>themes/default/mIconConnect.png</file>
298302
<file>themes/default/mIconCritical.png</file>
299303
<file>themes/default/mIconDataDefine.svg</file>
Lines changed: 307 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)