diff --git a/src/EvoSC.Common/Util/ColorUtils.cs b/src/EvoSC.Common/Util/ColorUtils.cs index 8a6ac9859..802f0147f 100644 --- a/src/EvoSC.Common/Util/ColorUtils.cs +++ b/src/EvoSC.Common/Util/ColorUtils.cs @@ -119,6 +119,7 @@ public static string Lighten(TextColor color, float amount) => /// Hex color to calculate luma from. /// public static double Luma(string hexColor) => Luma(new Hex(hexColor).ToRgb()); + /// /// Get the luma of a color. ///