purescript-contrib/purescript-colors

Add color gradients

sharkdp opened this issue · 0 comments

Maybe something like the following

gradient :: Color -> Color -> Int -> List Color
gradient from to steps = ...