diff options
author | LikeLakers2 <1008889+LikeLakers2@users.noreply.github.com> | 2018-09-22 17:50:45 -0400 |
---|---|---|
committer | LikeLakers2 <1008889+LikeLakers2@users.noreply.github.com> | 2018-09-23 16:13:30 -0400 |
commit | eaac1e3b81e3c330a23183c6638dfd08efbf427d (patch) | |
tree | 75533b75724c4fe0c5e6ad444c84c30f762639b7 /doc/classes/Color.xml | |
parent | 2613e59f59a67d78214e58cdb8856f50bfc08b19 (diff) | |
download | redot-engine-eaac1e3b81e3c330a23183c6638dfd08efbf427d.tar.gz |
[Docs] Remove double-spaces from descriptions, as well a couple other small fixes
Diffstat (limited to 'doc/classes/Color.xml')
-rw-r--r-- | doc/classes/Color.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Color.xml b/doc/classes/Color.xml index b66239181a..2e3cc2e5d1 100644 --- a/doc/classes/Color.xml +++ b/doc/classes/Color.xml @@ -4,7 +4,7 @@ Color in RGBA format with some support for ARGB format. </brief_description> <description> - A color is represented as red, green and blue (r,g,b) components. Additionally, "a" represents the alpha component, often used for transparency. Values are in floating point and usually range from 0 to 1. Some methods (such as set_modulate(color)) may accept values > 1. + A color is represented as red, green and blue (r,g,b) components. Additionally, "a" represents the alpha component, often used for transparency. Values are in floating point and usually range from 0 to 1. Some methods (such as set_modulate(color)) may accept values > 1. You can also create a color from standardised color names with Color.ColorN (e.g. Color.green) or [method @GDScript.ColorN]. </description> <tutorials> |