diff options
author | MrVallentin <vallentinsource@gmail.com> | 2018-11-04 22:15:11 +0100 |
---|---|---|
committer | MrVallentin <vallentinsource@gmail.com> | 2018-11-04 22:15:11 +0100 |
commit | 693ee5dd5654d8533c40772d79d1f8a266700544 (patch) | |
tree | b2c125e8bef580792a65675c3df6357979dd9d34 /doc/classes/Gradient.xml | |
parent | 121cead38e5ea84ec22139df02eee56d822290b7 (diff) | |
download | redot-engine-693ee5dd5654d8533c40772d79d1f8a266700544.tar.gz |
Fixed typos
Diffstat (limited to 'doc/classes/Gradient.xml')
-rw-r--r-- | doc/classes/Gradient.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Gradient.xml b/doc/classes/Gradient.xml index df4a507b65..bf3f125e48 100644 --- a/doc/classes/Gradient.xml +++ b/doc/classes/Gradient.xml @@ -4,7 +4,7 @@ Color interpolator node. </brief_description> <description> - Given a set of colors, this node will interpolate them in order, meaning, that if you have color 1, color 2 and color3, the ramp will interpolate (generate the colors between two colors) from color 1 to color 2 and from color 2 to color 3. Initially the ramp will have 2 colors (black and white), one (black) at ramp lower offset offset 0 and the other (white) at the ramp higher offset 1. + Given a set of colors, this node will interpolate them in order, meaning, that if you have color 1, color 2 and color 3, the ramp will interpolate (generate the colors between two colors) from color 1 to color 2 and from color 2 to color 3. Initially the ramp will have 2 colors (black and white), one (black) at ramp lower offset 0 and the other (white) at the ramp higher offset 1. </description> <tutorials> </tutorials> |