Learn R Programming

munsellinterpol (version 1.0.2)

MunsellTosRGB: Convert a Munsell specification into sRGB coordinates

Description

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

Usage

MunsellTosRGB(MunsellSpec)

Arguments

MunsellSpec

standard Munsell specification or a Munsell vector in ColorLab format

Value

sRGB

sRGB coordinates

Status.ind

status of the operation

OutOfGamutFlag

logical, TRUE = result is out of gamut

References

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

Examples

Run this code
# NOT RUN {
MunsellTosRGB('7.6P 8.9/2.2')
# }

Run the code above in your browser using DataLab