docs: added documentation for the fill to gradient node

This commit is contained in:
Kasper Frandsen 2022-03-22 15:02:15 +00:00
parent edbc2d6fb0
commit 8ea3dd58c9
4 changed files with 43 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

View File

@ -0,0 +1,42 @@
Fill to Gradient node
~~~~~~~~~~~~~~~~~~~~~
The **Fill to Gradient** node uses the output of the **Fill** node and fills
all detected areas with one or multiple layers of gradients.
.. image:: images/node_filter_fill_to_gradient.png
:align: center
Inputs
++++++
The **Fill to Gradient** node accepts the output of a **Fill** node (or a
compatible output of another node) as input.
Outputs
+++++++
The **Fill to Gradient** node outputs the generated gradient.
Parameters
++++++++++
The **Fill to Gradient** node accepts the following parameters:
* The *Gradient*
* The *Mode* defines how the gradient is spread out on each area (strectch or square).
* *Layers* defines how many layers of the gradient will be applied to each fill area, blended with the min function (darken).
* *Rotate* defines the base rotation of the gradient.
* *Random Rotation* defines how much the rotation should be randomized for each gradient.
* *Random Offset* defines how much each gradient get's randomly offset.
Example images
++++++++++++++
.. image:: images/node_fill_to_gradient_samples.png
:align: center

View File

@ -44,6 +44,7 @@ The filter nodes accept one or several inputs and generate one or several images
node_filter_fill_to_random_color
node_filter_fill_to_uv
node_filter_fill_to_orientation
node_filter_fill_to_gradient
node_filter_math
node_filter_smooth_minmax
node_filter_maketileable