pth_to_cieluv | R Documentation |
Convert/coerce to CIELUV matrix
pth_to_cieluv(color, whitepoint = whitepoints_cie1931("D65")) pth_new_cieluv(mat, whitepoint = whitepoints_cie1931("D65"))
color |
|
whitepoint |
|
mat |
|
double
matrix
with S3 classes pth_cieluv
and pth_mat
,
with three columns, one row for each color.
pth_to_cieluv("#663399") pth_new_cieluv(matrix(c(32.9, 13.0, -67.8), ncol = 3))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.