Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

w_length2rgb

Wavelength to rgb color conversion


Description

Calculates rgb values from spectra based on human color matching functions

Usage

w_length2rgb(w.length, sens = photobiology::ciexyzCMF2.spct, color.name = NULL)

Arguments

w.length

numeric Vector of wavelengths (nm)

sens

chroma_spct Used as chromaticity definition

color.name

character Used for naming the rgb color definition

Value

A vector of colors defined using rgb(). The numeric values of the RGB components can be obtained using function col2rgb().

See Also

Other color functions: rgb_spct(), w_length_range2rgb()

Examples

col2rgb(w_length2rgb(580))
col2rgb(w_length2rgb(c(400, 500, 600, 700)))
col2rgb(w_length2rgb(c(400, 500, 600, 700), color.name=c("a","b","c","d")))
col2rgb(w_length2rgb(c(400, 500, 600, 700), color.name="a"))

photobiology

Photobiological Calculations

v0.10.10
GPL (>= 2)
Authors
Pedro J. Aphalo [aut, cre] (<https://orcid.org/0000-0003-3385-972X>), Titta K. Kotilainen [ctb] (<https://orcid.org/0000-0002-2822-9734>), Glenn Davis [ctb], Agnese Fazio [ctb]
Initial release
2022-03-24

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.