diff options
author | Chaosus <chaosus89@gmail.com> | 2018-01-24 23:39:36 +0300 |
---|---|---|
committer | Chaosus <chaosus89@gmail.com> | 2018-01-24 23:39:36 +0300 |
commit | 70bba4e62dc3ffe258fcc19b1e31af0354cedb3f (patch) | |
tree | 705e3d29b181301cc47f0e54166162fe36057283 /doc/classes | |
parent | 44cce2bdfb553b24cc00ad61c389d7f97851c2ea (diff) |
Fix bug in color doc
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/Color.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/classes/Color.xml b/doc/classes/Color.xml index c7a8ac863b..8d86655b6e 100644 --- a/doc/classes/Color.xml +++ b/doc/classes/Color.xml @@ -204,8 +204,7 @@ var c = Color(1, .5, .2) print(str(c.to_32())) # prints 4294934323 [/codeblock] - - [i]This is same as [method to_ARGB32] but may be changed later to support RGBA format instead[/i]. + [i]This is same as [method to_argb32] but may be changed later to support RGBA format instead[/i]. </description> </method> </methods> |