Learn R Programming

munsellinterpol (version 1.0.2)

sRGBtoMunsell: 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

References

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

Examples

Run this code
# NOT RUN {
sRGBtoMunsell(c(23,45,67))
# }

Run the code above in your browser using DataLab