
Contributed by Jos Hirth, with some changes by me:
* Color effects: a new group of extensions in the Color submenu of the Effects menu allows you to adjust all colors of a selection at once. These commands affect both fill and stroke colors, including gradients (but not bitmaps). The commands include Brighter and Darker (adjust brightness by up or down by 10%), Desaturate, Grayscale, Negative, commands for removing or swapping the Red, Green, Blue channels, as well as a Custom command where you can set your own formulas for modifying the color channels. These extensions are a temporary solution; in a future version, similar functionality will be added to Inkscape core.
Adjusting gradient colors may be buggy because a gradient is sometimes shared by more than one object. Also, undoing color changes on gradients exposes a bug where an object seems to "disappear"; this is however only a display issue (probably caused by the order in which gradients and their users are restored on undo) not causing any loss of information. Finally, on large documents and large selections with gradients, Python's XPath code may get quite slow. Despite these shortcomings, I decided to commit this, because it's genuinely useful functionality which was so far missing in Inkscape.

On Wed, 2006-11-15 at 05:45 -0400, bulia byak wrote:
as well as a Custom command where you can set your own formulas for modifying the color channels. These extensions are a temporary solution; in a future version, similar functionality will be added to Inkscape core.
It's worth noting that SVG filters can be used for a similar purpose.
-mental

On 11/16/06, MenTaLguY <mental@...32...> wrote:
On Wed, 2006-11-15 at 05:45 -0400, bulia byak wrote:
as well as a Custom command where you can set your own formulas for modifying the color channels. These extensions are a temporary solution; in a future version, similar functionality will be added to Inkscape core.
It's worth noting that SVG filters can be used for a similar purpose.
Yes, and when we support them they will be useful for things like clones, but I think we'll still need the real color adjustment tools that go out and actually change the colors of objects. For example, in a complex photorealistic drawing, I may want to do such adjustments repeatedly, on various overlapping selections. I don't think I would want these adjustments to create clumsy piles of effects on objects; what I want is the simple and straightforward color change in the objects' styles.
participants (2)
-
bulia byak
-
MenTaLguY