Learn R Programming

colorscience (version 1.0.8)

HunterLab2XYZ: Convert HunterLab coordinates to XYZ

Description

HunterLab2XYZ Converts HunterLab coordinates to XYZ.

Usage

HunterLab2XYZ(HunterLabmatrix, illuminant = "D65", observer = 2,
                 RefWhite = get("XYZperfectreflectingdiffuser", envir = environment()))

Arguments

HunterLabmatrix

HunterLab coordinates

illuminant

illuminant

observer

observer

RefWhite

Reference White

Value

XYZ coordinates

References

Logicol S.r.l., 2014 EasyRGB color search engine http://www.easyrgb.com/

Examples

Run this code
# NOT RUN {
HunterLab2XYZ(c(0.310897, 0.306510, 74.613450))
# }

Run the code above in your browser using DataLab