summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/base/classes.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/base/classes.xml b/doc/base/classes.xml
index 8d16585726..6ecf08d3ce 100644
--- a/doc/base/classes.xml
+++ b/doc/base/classes.xml
@@ -12292,14 +12292,14 @@
Return the linear interpolation with another color.
</description>
</method>
- <method name="to_32">
+ <method name="to_rgba32">
<return type="int">
</return>
<description>
Convert the color to a 32 its integer (each byte represents a RGBA).
</description>
</method>
- <method name="to_ARGB32">
+ <method name="to_argb32">
<return type="int">
</return>
<description>