The CAM02 and CAM16 families of color spaces use a set of parameters to establish a particular color space.

cam_options(c = 0.69, Y_b = 20, L_A = 64/pi/5, ...)

Arguments

c

numeric impact of surroundings

Y_b

numeric relative luminance of the background

L_A

numeric absolute luminance of the adapting field

...

other elements added to the options list

Value

list

Details

I have no feel for how to use anything other than the defaults.

Examples

if (FALSE) { # not run because it requires Python cam16 <- do.call(colorio$CAM16, cam_options()) }