Learn R Programming

colorscience (version 1.0.0)

CIE1976uvSaturation: CIE 1976 uv Saturation

Description

CIE1976uvSaturation CIE 1976 uv Saturation.

Usage

CIE1976uvSaturation(uvMatrix, whitepoint)

Arguments

uvMatrix
CIELuv data
whitepoint
white point

source

R. W. G. Hunt, M. R. Pointer, 2011 Measuring Colour Volume 23 of The Wiley-IS&T Series in Imaging Science and Technology John Wiley & Sons

References

R. W. G. Hunt, M. R. Pointer, 2011 Measuring Colour Volume 23 of The Wiley-IS&T Series in Imaging Science and Technology John Wiley & Sons

Examples

Run this code
CIE1976uvSaturation(cbind(34.78467, 28.15159, 3.024663), as.numeric(
XYZperfectreflectingdiffuser[which(XYZperfectreflectingdiffuser[["Illuminant"]]==
'C'),c('X2','Y2')]))

Run the code above in your browser using DataLab