Examples for 'munsell::rgb2mnsl'


Converts an sRGB colour to Munsell

Aliases: rgb2mnsl

Keywords:

### ** Examples

rgb2mnsl(0.1, 0.1, 0.3)
[1] "7.5PB 1/8"
rgb2mnsl(matrix(c(.1, .2, .4, .5, .6, .8),  ncol = 3))
[1] "2.5PB 4/8" "5PB 5/12" 
plot_closest(matrix(c(.1, .2, .4, .5, .6, .8),  ncol = 3))
plot of chunk example-munsell-rgb2mnsl-1

[Package munsell version 0.5.0 Index]