Skip to content

Commit

Permalink
Update src/EvoSC.Common/Util/ColorUtils.cs
Browse files Browse the repository at this point in the history
Co-authored-by: AtomicLiquid <[email protected]>
  • Loading branch information
snixtho and AtomicLiquid authored Dec 11, 2023
1 parent e848f04 commit fa681ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/EvoSC.Common/Util/ColorUtils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ public static string Lighten(TextColor color, float amount) =>
/// <param name="amount">Amount to darken in percentage (0-100).</param>
/// <returns></returns>
public static string Darken(string hexColor, float amount) => Lighten(hexColor, -amount);
/// <summary>

/// <summary>
/// Darken a text color by a set amount.
/// </summary>
/// <param name="color">Text color to darken.</param>
Expand Down

0 comments on commit fa681ce

Please sign in to comment.