[latex3-commits] [git/LaTeX3-latex3-latex3] fallback-model: Documentation improvements (d436dd832)
Joseph Wright
joseph.wright at morningstar2.co.uk
Mon Jan 10 14:43:57 CET 2022
Repository : https://github.com/latex3/latex3
On branch : fallback-model
Link : https://github.com/latex3/latex3/commit/d436dd8325c057c3a51e7289eab8b6aefe4cb9a2
>---------------------------------------------------------------
commit d436dd8325c057c3a51e7289eab8b6aefe4cb9a2
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date: Tue Oct 26 17:26:30 2021 +0200
Documentation improvements
>---------------------------------------------------------------
d436dd8325c057c3a51e7289eab8b6aefe4cb9a2
l3kernel/CHANGELOG.md | 1 +
l3kernel/l3color.dtx | 6 +++---
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/l3kernel/CHANGELOG.md b/l3kernel/CHANGELOG.md
index 872578c35..edba3ade1 100644
--- a/l3kernel/CHANGELOG.md
+++ b/l3kernel/CHANGELOG.md
@@ -8,6 +8,7 @@ this project uses date-based 'snapshot' version identifiers.
## [Unreleased]
### Changed
+- Allow indirect conversions between colorspaces though fallback models
- Move some color functions from `l3backend`
### Removed
diff --git a/l3kernel/l3color.dtx b/l3kernel/l3color.dtx
index b66460303..8cc28e85d 100644
--- a/l3kernel/l3color.dtx
+++ b/l3kernel/l3color.dtx
@@ -1841,7 +1841,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}
@@ -2029,8 +2029,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.