getGamutValues: Look up gamut and white point values in the 1931 CIE system

Description Usage Arguments Value Author(s) See Also

View source: R/getGamutValues.R

Description

These functions provide a simple way of storing white point and gamut data for use in drawing CIE chromaticity diagrams.

Usage

1
2
3

Arguments

gamut

A character string giving the name of the desired gamut. One of c("Apple", "CIE", "Adobe", "sRGB", "NTSC", "SWOP").

white

The desired white point value. One of c("D65", "E", "C", "D50").

Value

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.

Author(s)

Bryan A. Hanson, DePauw University. hanson@depauw.edu

See Also

plotCIEchrom for examples of this function in use.


SpecHelpers documentation built on May 2, 2019, 11:01 a.m.