View source: R/colorspace_descriptors.R
| make_rgb_xyz_matrices | R Documentation |
Build RGB-to-XYZ matrices from primaries + white
make_rgb_xyz_matrices(
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)
)
primaries |
Default |
white_xy |
Default |
List with 3x3 numeric matrices: rgb_to_xyz, xyz_to_rgb.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.