saturate {munsell}R Documentation

Make a munsell colour more saturated...

Description

Make a munsell colour more saturated

Usage

saturate(col)

Arguments

col character vector of Munsell colours

Details

Increases the chroma of the Munsell colour by one step (+ 2).

Value

character vector of Munsell colours

Examples

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

[Package munsell version 0.1 Index]