yes
This commit is contained in:
parent
b25345f3fd
commit
2fb75fbe43
@ -11,7 +11,7 @@ import qualified Data.Vector as V
|
|||||||
import System.Random ( randomRIO )
|
import System.Random ( randomRIO )
|
||||||
|
|
||||||
-- Adjust value according to coefficients
|
-- 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)
|
adjustValue v a b x = v*(a*x+b)
|
||||||
|
|
||||||
-- | Extract the primary scale from a pallete.
|
-- | Extract the primary scale from a pallete.
|
||||||
|
Loading…
Reference in New Issue
Block a user