Difference between revisions of "Gradient Toolbar"

From Inkscape Wiki
Jump to navigation Jump to search
(→‎Overview: Adding screenshot)
(Add "Preferences" and updating functions descriptions)
Line 8: Line 8:


* '''New''': Two options, linear or radial gradients
* '''New''': Two options, linear or radial gradients
* '''On''': Apply the new gradient to the background or the border of the object
* '''On''': Apply the new gradient to the fill or the stroke of the object
* '''Change''': Change the gradient of the selection
* '''Change''': Change the gradient of the selection
* '''Edit...''': Open the [[Gradient Dialog]] to edit the gradient
* '''Edit...''': Open the [[Gradient Dialog]] to edit the gradient
== Preferences ==
* /tools/gradient/newfillorstroke: ''On'' parameter as Boolean (fill = true, stroke = false)
* /tools/gradient/newgradient: ''New'' gradient type parameter as Integer (SP_GRADIENT_TYPE_LINEAR or SP_GRADIENT_TYPE_RADIAL)
Actual behaviours:
* Parameters are stored in Preferences
* Defaults values are hard coded but no reset function exists


== Implementation ==
== Implementation ==

Revision as of 18:02, 18 March 2012

The Gradient Toolbar is a set of graphical widgets used to create, edit and/or apply a gradient to a selection.

Overview

Gradient-toolbar.png

Functions:

  • New: Two options, linear or radial gradients
  • On: Apply the new gradient to the fill or the stroke of the object
  • Change: Change the gradient of the selection
  • Edit...: Open the Gradient Dialog to edit the gradient

Preferences

  • /tools/gradient/newfillorstroke: On parameter as Boolean (fill = true, stroke = false)
  • /tools/gradient/newgradient: New gradient type parameter as Integer (SP_GRADIENT_TYPE_LINEAR or SP_GRADIENT_TYPE_RADIAL)

Actual behaviours:

  • Parameters are stored in Preferences
  • Defaults values are hard coded but no reset function exists

Implementation

Linked bugs, blueprints and wishlists