Difference between revisions of "ColourPicker"

From Inkscape Wiki
Jump to navigation Jump to search
m (link fix)
(Categorization)
Line 1: Line 1:
Inkscape and [[The_Gimp]] should share a colour picker.  The Gtk one is simple but not powerful enough for serious work.
Inkscape and [[The_Gimp]] should share a colour picker.  The Gtk one is simple but not powerful enough for serious work.


Of course, some of what pickers and features we need will depend on what exactly we mean by [[[InkscapeColor]] 'Color' in Inkscape]
Of course, some of what pickers and features we need will depend on what exactly we mean by [[InkscapeColor]]


Here are some example pickers that are worth copying:
Here are some example pickers that are worth copying:
Line 33: Line 33:


The colour picker should be implemented using a widget that displays SVG.
The colour picker should be implemented using a widget that displays SVG.
[[Category:Developer Discussion]]

Revision as of 15:33, 25 July 2006

Inkscape and The_Gimp should share a colour picker. The Gtk one is simple but not powerful enough for serious work.

Of course, some of what pickers and features we need will depend on what exactly we mean by InkscapeColor

Here are some example pickers that are worth copying:

And a few recent additions

Patents

There is a Adobe Patent on Tabbed Palettes.

More Infos: http://swpat.ffii.org/patents/samples/ep689133/index.en.html

Thoughts:

It would be best to avoid copying any of these exactly.

I like the idea of allowing the user to adjust groups of colours in a picture simultaneously.

The colour picker should be implemented using a widget that displays SVG.