From e4c8ee3d0eee250fd7f464a5cae9bda4ee189d43 Mon Sep 17 00:00:00 2001 From: Ed J Date: Thu, 16 Jan 2025 16:15:28 +0000 Subject: [PATCH] fix typo --- CHANGES | 2 ++ README.pod | 2 +- lib/PDL/Transform/Color.pm | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 4ea7972..f9f782c 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ +- fix doc typo + 1.007 2023-01-12 - fixes for f_lab including tests - thanks @stphnlyd - minimum Perl 5.10 diff --git a/README.pod b/README.pod index 64d122c..bc144a5 100644 --- a/README.pod +++ b/README.pod @@ -121,7 +121,7 @@ spectrum. However, the absorption/sensitivity bands overlap significantly, therefore no physical light (of any wavelength) can form a proper "primary color" (orthonormal basis element) of this space. While any vector in color space can be represented as a linear -sum of three indepenent basis vectors ("primary colors"), there is no +sum of three independent basis vectors ("primary colors"), there is no such thing as a negative intensity and therefore any tricolor representation of the color space is limited to a "gamut" that can be formed by I linear combinations of the selected primary colors. diff --git a/lib/PDL/Transform/Color.pm b/lib/PDL/Transform/Color.pm index b749334..55817de 100644 --- a/lib/PDL/Transform/Color.pm +++ b/lib/PDL/Transform/Color.pm @@ -114,7 +114,7 @@ spectrum. However, the absorption/sensitivity bands overlap significantly, therefore no physical light (of any wavelength) can form a proper "primary color" (orthonormal basis element) of this space. While any vector in color space can be represented as a linear -sum of three indepenent basis vectors ("primary colors"), there is no +sum of three independent basis vectors ("primary colors"), there is no such thing as a negative intensity and therefore any tricolor representation of the color space is limited to a "gamut" that can be formed by I linear combinations of the selected primary colors.