pth_to_cam02ucs | R Documentation |
Convert/coerce to CAM02-UCS matrix
pth_to_cam02ucs( color, c = 0.69, Y_b = 20, L_A = 64/pi/5, whitepoint = whitepoints_cie1931("D65") ) pth_new_cam02ucs( mat, c = 0.69, Y_b = 20, L_A = 64/pi/5, whitepoint = whitepoints_cie1931("D65") )
color |
|
c |
|
Y_b |
|
L_A |
|
whitepoint |
|
mat |
|
double
matrix
with S3 classes pth_cam02ucs
and pth_mat
,
with three columns, one row for each color.
pth_to_cam02ucs("#663399") pth_new_cam02ucs(matrix(c(35.5, 13.4, -24.2), ncol = 3))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.