complement: Find the complement of a munsell colour

Description Usage Arguments Value Examples

Description

Finds the munsell colour with the same chroma and value but on the opposite side of the hue circle. The complement is not defined for greys (hue == "N"), and the function returns the grey untransformed.

Usage

1

Arguments

col

character vector of Munsell colours

...

deprecated

Value

character vector of Munsell colours

Examples

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

Example output

[1] "5Y 2/4"

munsell documentation built on May 2, 2019, 5:57 a.m.