Fix minor typos

This commit is contained in:
Yuri Chornoivan
2018-04-18 21:44:15 +03:00
parent 27e2782ccc
commit 11d534015d
30 changed files with 36 additions and 36 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ Member Variables
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 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 0 and the other (white) at the ramp higher offset 1.
Member Function Description
---------------------------