View source: R/colorspace_descriptors.R
| make_colorspace | R Documentation |
Build a colorspace descriptor
make_colorspace(
name = "ACEScg",
primaries = list(r = c(0.713, 0.293), g = c(0.165, 0.83), b = c(0.128, 0.044)),
white_xy = c(0.32168, 0.33767),
white_name = "D60"
)
name |
Default |
primaries |
Default AP1. |
white_xy |
Default D60. |
list(name, rgb_to_xyz, xyz_to_rgb, white_xyz, white_name)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.