diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2019-11-02 23:08:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-02 23:08:23 +0100 |
commit | 0195ecdb0fba63a8bcd8b17ea3e33be53c19da44 (patch) | |
tree | 71dcc2ca3af25d3fa77aae31f6bd480aa11439ef /modules | |
parent | ab2881bca1be5844dd17ae7b35922f851585a9ad (diff) | |
parent | b67f252016b46c26eae0c91fd1c72009711c246f (diff) |
Merge pull request #33258 from aaronfranke/color8
Fix Color8 GDScript documentation
Diffstat (limited to 'modules')
-rw-r--r-- | modules/gdscript/doc_classes/@GDScript.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdscript/doc_classes/@GDScript.xml b/modules/gdscript/doc_classes/@GDScript.xml index 1d0567dd8d..f96c4f28c8 100644 --- a/modules/gdscript/doc_classes/@GDScript.xml +++ b/modules/gdscript/doc_classes/@GDScript.xml @@ -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 |