Learn R Programming

rayimage (version 0.26.1)

compute_cat_bradford: Bradford CAT matrix from source to target white

Description

Bradford CAT matrix from source to target white

Usage

compute_cat_bradford(
  source_xyz = c(0.95264, 1, 1.00827),
  target_xyz = c(0.95047, 1, 1.08883),
  eps = 1e-08
)

Value

3x3 numeric CAT matrix to apply in XYZ.

Arguments

source_xyz

Default c(0.95264,1,1.00827). Source XYZ white, Y=1.

target_xyz

Default c(0.95047,1,1.08883). Target XYZ white, Y=1.

eps

Default 1e-8. Small epsilon.