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