Closed ijlyttle closed 4 years ago
Given a palette function, a number of intervals, and a name of a method, return a vector (length n) of perceptual distances.
n
get_distance <- function(pal_luv, n = 20, method = "cie2000")
Given a palette function, a number of intervals, and a name of a method, return a vector (length
n
) of perceptual distances.