desaturate {munsell}R Documentation

Make a munsell colour less saturated...

Description

Make a munsell colour less saturated

Usage

desaturate(col)

Arguments

col character vector of Munsell colours

Details

Decreases the chroma of the Munsell colour by one step (- 2).

Value

character vector of Munsell colours

Examples

desaturate("5PB 2/4")
cols <- c("5PB 2/4", "5Y 7/8")
plot_mnsl(c(cols, desaturate(cols)))

[Package munsell version 0.1 Index]