[latex3-commits] [git/LaTeX3-latex3-latex3] fallback-model: Documentation improvements (4652c2ee7)
Marcel Fabian Krüger
tex at 2krueger.de
Tue Oct 26 17:28:08 CEST 2021
Repository : https://github.com/latex3/latex3
On branch : fallback-model
Link : https://github.com/latex3/latex3/commit/4652c2ee74d9a306d297db2da686fdff02105926
>---------------------------------------------------------------
commit 4652c2ee74d9a306d297db2da686fdff02105926
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date: Tue Oct 26 17:26:30 2021 +0200
Documentation improvements
>---------------------------------------------------------------
4652c2ee74d9a306d297db2da686fdff02105926
l3kernel/CHANGELOG.md | 3 +++
l3kernel/l3color.dtx | 6 +++---
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/l3kernel/CHANGELOG.md b/l3kernel/CHANGELOG.md
index 5c9f8945e..1f3fe2af0 100644
--- a/l3kernel/CHANGELOG.md
+++ b/l3kernel/CHANGELOG.md
@@ -7,6 +7,9 @@ this project uses date-based 'snapshot' version identifiers.
## [Unreleased]
+### Changed
+- Allow indirect conversions between colorspaces though fallback models
+
### Fixed
- DeviceN colorspace conversions with alternative model RGB
diff --git a/l3kernel/l3color.dtx b/l3kernel/l3color.dtx
index be1c7e3d8..f43efe8c9 100644
--- a/l3kernel/l3color.dtx
+++ b/l3kernel/l3color.dtx
@@ -1837,7 +1837,7 @@
% \end{macrocode}
% \end{macro}
%
-% \begin{macro}{\@@_model_init:nn}
+% \begin{macro}{\@@_model_init:nnnn, \@@_model_init:nnnx}
% A shared auxiliary to do the basics of setting up a new model: reserve a
% number, create a white-equivalent, set up links to the backend.
% \begin{macrocode}
@@ -2025,8 +2025,8 @@
% If a CIELAB space is being set up, we need the illuminant, then create
% the appropriate set up. At present, this doesn't include \texttt{BlackPoint}
% or \texttt{Range} data, but that may be added later. As CIELAB colors
-% cannot be converted to anything else, we fallback to producing black: the
-% user should set up a second model for colors set up this way.
+% cannot be converted to anything else, we fallback to producing black in the
+% gray colorspace: the user should set up a second model for colors set up this way.
% \begin{macrocode}
\cs_new_protected:Npn \@@_model_separation_CIELAB:nnnnnnn #1#2#3#4#5#6#7
{
More information about the latex3-commits
mailing list.