View source: R/getGamutValues.R
getGamutValues | R Documentation |
These functions provide a simple way of storing white point and gamut data for use in drawing CIE chromaticity diagrams.
getGamutValues(gamut)
getWhiteValues(white)
gamut |
A character string giving the name of the desired gamut. One of
|
white |
The desired white point value. One of |
A data frame with columns x, y containing the vertices of the requested gamut in CIE chromaticity coordinates, or, for a white point, a data frame containing the coordinates of the requested white point.
Bryan A. Hanson, DePauw University. hanson@depauw.edu
plotCIEchrom
for examples of this function in use.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.