powered by
Calculates rgb values from spectra based on human color matching functions
w_length_range2rgb( w.length, sens = photobiology::ciexyzCMF2.spct, color.name = NULL )
A vector of colors defined using rgb(). The numeric values of the RGB components can be obtained by calling function
rgb()
col2rgb.
col2rgb
numeric vector of wavelengths (nm) of length 2. If longer, its range is used.
chroma_spct Used as the chromaticity definition.
character Used for naming the rgb color definition(s) returned.
Other color functions: rgb_spct(), w_length2rgb()
rgb_spct()
w_length2rgb()
col2rgb(w_length_range2rgb(c(500,600))) col2rgb(w_length_range2rgb(550)) col2rgb(w_length_range2rgb(500:600))
Run the code above in your browser using DataLab