diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2017-09-12 13:44:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-12 13:44:43 +0200 |
commit | 4f51211dfb5bc894ffaf285a450b3670123348b8 (patch) | |
tree | 1989c843c8e188309c326c5a0b1a8dee01662f5f /doc/base | |
parent | 5f8f8e4922765f729f3176ea0ae8eb807a0281d5 (diff) | |
parent | 6aa5bc23470fbf82492a825663f3c13cde0d1323 (diff) |
Merge pull request #11028 from mrawlingst/color-RGBA32
Change Color.to_32() to Color.to_rgba32() and lowercase other functions
Diffstat (limited to 'doc/base')
-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 adb191cac1..a768d14153 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -12455,7 +12455,7 @@ [/codeblock] </description> </method> - <method name="to_32"> + <method name="to_rgba32"> <return type="int"> </return> <description> @@ -12468,7 +12468,7 @@ [i]This is same as [method to_ARGB32] but may be changed later to support RGBA format instead[/i]. </description> </method> - <method name="to_ARGB32"> + <method name="to_argb32"> <return type="int"> </return> <description> |