Skip to content

Mute standard colour

Usage

muted(colour, l = 30, c = 70)

Arguments

colour

character vector of colours to modify

l

new luminance

c

new chroma

See also

Other colour manipulation: alpha(), col2hcl(), col_mix(), colour_manip

Examples

muted("red")
#> [1] "#832424"
muted("blue")
#> [1] "#3A3A98"
show_col(c("red", "blue", muted("red"), muted("blue")))