ijlyttle / colorpath

Build Color Paths
https://ijlyttle.github.io/colorpath
Other
0 stars 0 forks source link

create luv() #2

Closed ijlyttle closed 4 years ago

ijlyttle commented 4 years ago

I will rarely create issues with titles better than this one. 🎶 What the world needs now...

We want a convenient way to create a matrix of luv values.

#' @param df_hcl `data.frame` with variables `h`, `c`, `l`
luv <- function(df_hcl)