ijlyttle / colorpath

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

add distance rescaler #42

Closed ijlyttle closed 3 years ago

ijlyttle commented 4 years ago

A rescaler based on perceptual distance:

rescaler_dist <- function(pal_luv, tolerance = 1.e-4, method = "cie2000", ...)
ijlyttle commented 3 years ago

obviated by #51