Learn R Programming

colorscience (version 1.0.0)

XYZ2RGB: convert from XYZ coordinates to CIE RGB coordinates

Description

XYZ2RGB convert from XYZ coordinates to CIE RGB coordinates.

Usage

XYZ2RGB(XYZmatrix, illuminant = "D65", observer = 2, RefWhite
                 = XYZperfectreflectingdiffuser, RGBModel = "sRGB",
                 RefWhiteRGB = whitepointsRGB, gamma = NA,
                 RefWhiteIllum = XYZperfectreflectingdiffuser, CAT =
                 "Bradford", CATarray = ChromaticAdaptation)

Arguments

XYZmatrix
XYZ coordinates
illuminant
illuminant
observer
observer
RefWhite
Reference White
RGBModel
RGB model
RefWhiteRGB
Reference White point RGB
gamma
gamma
RefWhiteIllum
Reference White illuminant
CAT
CAT method
CATarray
Chromatic Adaptation

Value

  • CIE RGB coordinates

source

Bruce Justin Lindbloom, 2014 http://www.brucelindbloom.com/index.html?Eqn_XYZ_to_T.html

References

Bruce Justin Lindbloom, 2014 http://www.brucelindbloom.com/index.html?Eqn_XYZ_to_T.html

Examples

Run this code
XYZ<-c(0.11465380, 0.08391198, 0.08222077)
XYZ2RGB(XYZ)

Run the code above in your browser using DataLab