Last data update: 2014.03.03

R: Convert sRGB coordinates into a Munsell specification
sRGBtoMunsellR Documentation

Convert sRGB coordinates into a Munsell specification

Description

sRGBtoMunsell Converts sRGB coordinates into a Munsell specification, by interpolating over the extrapolated Munsell renotation data

Usage

sRGBtoMunsell(sRGB) 

Arguments

sRGB

sRGB coordinates

Value

MunsellSpec

standard Munsell specification or a Munsell vector in ColorLab format

Status.ind

status of the operation

Author(s)

Jose Gama

Source

Paul Centore 2014 The Munsell and Kubelka-Munk Toolbox http://www.99main.com/~centore/MunsellAndKubelkaMunkToolbox/MunsellAndKubelkaMunkToolbox.html

References

Paul Centore 2014 The Munsell and Kubelka-Munk Toolbox http://www.99main.com/~centore/MunsellAndKubelkaMunkToolbox/MunsellAndKubelkaMunkToolbox.html

Examples

sRGBtoMunsell(c(23,45,67))

Results