From f44e7b61155e18ca65047f29b2bcf223630224d6 Mon Sep 17 00:00:00 2001 From: snixtho Date: Sat, 9 Dec 2023 10:24:22 +0100 Subject: [PATCH] Update src/EvoSC.Common/Util/ColorUtils.cs Co-authored-by: AtomicLiquid --- src/EvoSC.Common/Util/ColorUtils.cs | 1 + 1 file changed, 1 insertion(+) 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. ///