Fix Color8 GDScript documentation

This commit is contained in:
Aaron Franke 2019-11-02 04:48:08 -04:00
parent af4fd9de9c
commit b67f252016
No known key found for this signature in database
GPG key ID: 40A1750B977E56BF

View file

@ -21,7 +21,7 @@
<argument index="3" name="a8" type="int" default="255">
</argument>
<description>
Returns a 32 bit color with red, green, blue and alpha channels. Each channel has 8 bits of information ranging from 0 to 255.
Returns a color constructed from integer red, green, blue, and alpha channels. Each channel should have 8 bits of information ranging from 0 to 255.
[code]r8[/code] red channel
[code]g8[/code] green channel
[code]b8[/code] blue channel