photobiology (version 0.11.2)

rgb_spct: 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)

Value

A color defined using rgb(). The numeric values of the RGB components can be obtained

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

See Also

Other color functions: w_length2rgb(), w_length_range2rgb()

Examples

Run this code
rgb_spct(sun.spct)

Run the code above in your browser using DataLab