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
Other colour manipulation: alpha(), col2hcl(), col_mix(), colour_manip
alpha()
col2hcl()
col_mix()
colour_manip
muted("red") #> [1] "#832424" muted("blue") #> [1] "#3A3A98" show_col(c("red", "blue", muted("red"), muted("blue")))