... to make multi-color hard-edge gradient fills possible
Add a new "step" gradient-segment blending function, which is 0
before the midpoint, and 1 at, and after, the midpoint. This
creates a hard-edge transition between the two adjacent color stops
at the midpoint. Creating such a transition was already possible,
but required duplicating the same color at the opposing ends of two
adjacent stops, which is cumbersome.
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| .gitignore | ||
| brush-editor-menu.xml | ||
| brushes-menu.xml | ||
| buffers-menu.xml | ||
| channels-menu.xml | ||
| colormap-menu.xml | ||
| cursor-info-menu.xml | ||
| dashboard-menu.xml | ||
| dialogs-menuitems.xml | ||
| dockable-menu.xml.in | ||
| documents-menu.xml | ||
| dynamics-editor-menu.xml | ||
| dynamics-menu.xml | ||
| error-console-menu.xml | ||
| fonts-menu.xml | ||
| gradient-editor-menu.xml | ||
| gradients-menu.xml | ||
| gtkuimanager.dtd | ||
| image-menu.xml.in | ||
| images-menu.xml | ||
| layers-menu.xml | ||
| Makefile.am | ||
| menus.xsl | ||
| mypaint-brushes-menu.xml | ||
| palette-editor-menu.xml | ||
| palettes-menu.xml | ||
| patterns-menu.xml | ||
| quick-mask-menu.xml | ||
| sample-points-menu.xml | ||
| selection-menu.xml | ||
| templates-menu.xml | ||
| text-editor-toolbar.xml | ||
| text-tool-menu.xml | ||
| tool-options-menu.xml | ||
| tool-preset-editor-menu.xml | ||
| tool-presets-menu.xml | ||
| undo-menu.xml | ||
| vectors-menu.xml | ||