Sync classref with current source

This commit is contained in:
Rémi Verschelde
2018-11-20 09:35:49 +01:00
parent a8ba1cf7d4
commit c9d19a883d
49 changed files with 1059 additions and 407 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ Methods
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.
Property Descriptions
---------------------