[][src]Module colorspace::chromatic_adaptation

Functions

bradford

Compute the Bradford chromatic adaptation transform matrix. XYZ colors are specified relative to a reference illuminant. The chromatic adaptation transform allows to adapt from one illuminant to another. See http://www.brucelindbloom.com for more information.

cat02

Compute the CAT02 chromatic adaptation transform matrix. XYZ colors are specified relative to a reference illuminant. The chromatic adaptation transform allows to adapt from one illuminant to another. See https://en.wikipedia.org/wiki/CIECAM02#CAT02 for more information.

von_kries

Compute the Von Kries chromatic adaptation transform matrix. XYZ colors are specified relative to a reference illuminant. The chromatic adaptation transform allows to adapt from one illuminant to another. See http://www.brucelindbloom.com for more information.