rgb_spct {photobiology} | R Documentation |
RGB color values
Description
This function returns the RGB values for a source spectrum.
Usage
rgb_spct(spct, sens = photobiology::ciexyzCMF2.spct, color.name = NULL)
Arguments
spct |
an object of class "source_spct" |
sens |
a chroma_spct object with variables w.length, x, y, and z, giving the CC or CMF definition (default is the proposed human CMF according to CIE 2006.) |
color.name |
character string for naming the rgb color definition |
Value
A color defined using rgb()
. The numeric values of the RGB
components can be obtained
See Also
Other color functions:
w_length2rgb()
,
w_length_range2rgb()
Examples
rgb_spct(sun.spct)
[Package photobiology version 0.11.2 Index]