Simulate subtractive mixing of colors in Munsell notation, similar to the way in which mixtures of pigments operate.
mixMunsell(x, w = rep(1, times = length(x))/length(x), n = 1)
vector of colors in Munsell notation
vector of proportions, can sum to any number
number of closest matching color chips
a data.frame
with the closest matching Munsell color(s)
Pending
inspiration / calculations based on the work of Scott Burns: https://arxiv.org/ftp/arxiv/papers/1710/1710.06364.pdf
related discussion on Stack Overflow: https://stackoverflow.com/questions/10254022/implementing-kubelka-munk-like-krita-to-mix-colours-color-like-paint/29967630#29967630
spectral library source: https://www.munsellcolourscienceforpainters.com/MunsellResources/SpectralReflectancesOf2007MunsellBookOfColorGlossy.txt