compute_cat_bradford: Bradford CAT matrix from source to target white

View source: R/colorspace_helpers.R

compute_cat_bradfordR Documentation

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
)

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.

Value

3x3 numeric CAT matrix to apply in XYZ.


rayimage documentation built on June 12, 2026, 5:06 p.m.