pth_to_cam16ucs | R Documentation |
Convert/coerce to CAM16-UCS matrix
pth_to_cam16ucs( color, c = 0.69, Y_b = 20, L_A = 64/pi/5, whitepoint = whitepoints_cie1931("D65") ) pth_new_cam16ucs( 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_cam16ucs
and pth_mat
,
with three columns, one row for each color.
pth_to_cam16ucs("#663399") pth_new_cam16ucs(matrix(c(36.5, 18.4, -21.9), ncol = 3))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.