From 2fb75fbe43fa3a23161002ae907092ec3fe06005 Mon Sep 17 00:00:00 2001 From: Louis Dalibard Date: Tue, 24 Dec 2024 17:08:33 +0100 Subject: [PATCH] yes --- palette-generator/Stylix/Palette.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/palette-generator/Stylix/Palette.hs b/palette-generator/Stylix/Palette.hs index b8b835c..93e3881 100644 --- a/palette-generator/Stylix/Palette.hs +++ b/palette-generator/Stylix/Palette.hs @@ -11,7 +11,7 @@ import qualified Data.Vector as V import System.Random ( randomRIO ) -- Adjust value according to coefficients -adjustValue :: Int -> Float-> Float -> Float -> Int +adjustValue :: LAB(lightness) -> Float-> Float -> Float -> Int adjustValue v a b x = v*(a*x+b) -- | Extract the primary scale from a pallete.