diff options
author | mrawlingst <mrawlingst@gmail.com> | 2017-09-07 16:19:44 -0400 |
---|---|---|
committer | mrawlingst <mrawlingst@gmail.com> | 2017-09-07 16:19:44 -0400 |
commit | 6aa5bc23470fbf82492a825663f3c13cde0d1323 (patch) | |
tree | 469d754e26301e17bd3c6cdab52090c01b82561a /doc | |
parent | 0b8fa1e01068af9924742ade2625e021ccd2c5a8 (diff) |
Change Color.to_32() to to_rgba32() and format as RGBA
Diffstat (limited to 'doc')
-rw-r--r-- | doc/base/classes.xml | 4 |
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> |