R/colour-manip.R
muted.Rd
Mute standard colour
muted(colour, l = 30, c = 70)
character vector of colours to modify
new luminance
new chroma
muted("red") #> [1] "#832424" muted("blue") #> [1] "#3A3A98" show_col(c("red", "blue", muted("red"), muted("blue")))