lighter {munsell}R Documentation

Make a munsell colour lighter...

Description

Make a munsell colour lighter

Usage

lighter(col)

Arguments

col character vector of Munsell colours

Details

Increases the value of the Munsell colour by 1.

Value

character vector of Munsell colours

Examples

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

[Package munsell version 0.1 Index]