summaryrefslogtreecommitdiffstats
path: root/doc/classes/Color.xml
diff options
context:
space:
mode:
authorAaron Franke <arnfranke@yahoo.com>2020-12-07 03:16:31 -0500
committerAaron Franke <arnfranke@yahoo.com>2020-12-07 05:01:33 -0500
commit5465e604bb8118450feb7422793efb7dc3e9d28b (patch)
tree64d86d44d5bc7939e879e1421046f9596445764c /doc/classes/Color.xml
parent73eb8d5a2094fc7512b17712b402bdb73c5f5b63 (diff)
downloadredot-engine-5465e604bb8118450feb7422793efb7dc3e9d28b.tar.gz
Improve argument names for core types
Diffstat (limited to 'doc/classes/Color.xml')
-rw-r--r--doc/classes/Color.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/Color.xml b/doc/classes/Color.xml
index 89c5e355ec..755fd7eea2 100644
--- a/doc/classes/Color.xml
+++ b/doc/classes/Color.xml
@@ -164,9 +164,9 @@
<method name="lerp">
<return type="Color">
</return>
- <argument index="0" name="b" type="Color">
+ <argument index="0" name="to" type="Color">
</argument>
- <argument index="1" name="t" type="float">
+ <argument index="1" name="weight" type="float">
</argument>
<description>
Returns the linear interpolation with another color. The interpolation factor [code]t[/code] is between 0 and 1.