[C#] Fix typo in Color documentation
This commit is contained in:
parent
f2045ba822
commit
5aadb8660b
1 changed files with 1 additions and 1 deletions
|
|
@ -336,7 +336,7 @@ namespace Godot
|
|||
/// by the specified ratio (on the range of 0 to 1).
|
||||
/// </summary>
|
||||
/// <param name="amount">The ratio to lighten by.</param>
|
||||
/// <returns>The darkened color.</returns>
|
||||
/// <returns>The lightened color.</returns>
|
||||
public readonly Color Lightened(float amount)
|
||||
{
|
||||
Color res = this;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue