| saturate {munsell} | R Documentation |
Make a munsell colour more saturated
saturate(col)
col |
character vector of Munsell colours |
Increases the chroma of the Munsell colour by one step (+ 2).
character vector of Munsell colours
saturate("5PB 2/4")
cols <- c("5PB 2/4", "5Y 7/8")
plot_mnsl(c(cols, saturate(cols)))