Merge pull request #16041 from Chaosus/fixcolordoc

Fix small bug in color doc
This commit is contained in:
Rémi Verschelde 2018-01-24 21:47:24 +01:00 committed by GitHub
commit 08b7cd0d3d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>