(lcms-approx-p a2 b2 delta)
(lcms-approx-p a3 b3 delta))))
+ (ert-deftest lcms-cri-cam02-ucs ()
+ "Test use of `lcms-cam02-ucs'."
+ (should-error (lcms-cam02-ucs '(0 0 0) '(0 0 0) "error"))
+ (should-error (lcms-cam02-ucs '(0 0 0) 'error))
+ (should-not
+ (lcms-approx-p
+ (let ((lcms-d65-xyz '(0.44757 1.0 0.40745)))
+ (lcms-cam02-ucs '(0.5 0.5 0.5) '(0 0 0)))
+ (lcms-cam02-ucs '(0.5 0.5 0.5) '(0 0 0))))
+ (should (eql 0.0 (lcms-cam02-ucs '(0.5 0.5 0.5) '(0.5 0.5 0.5))))
+ (should
+ (lcms-approx-p (lcms-cam02-ucs lcms-colorspacious-d65
+ '(0 0 0)
+ lcms-colorspacious-d65)
+ 100.0)))
+
(ert-deftest lcms-whitepoint ()
"Test use of `lcms-temp->white-point'."
+ (skip-unless (featurep 'lcms2))
(should-error (lcms-temp->white-point 3999))
(should-error (lcms-temp->white-point 25001))
;; D55