aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2025-12-27 14:30:27 +0100
committerMattias Andrée <m@maandree.se>2025-12-27 14:30:27 +0100
commit76a8b26fc73e4b844033cde84d370861468f8282 (patch)
tree450cf66a26b82778030b7e79e129babb7043ed71
parentUpdate year (diff)
downloadlibcolour-76a8b26fc73e4b844033cde84d370861468f8282.tar.gz
libcolour-76a8b26fc73e4b844033cde84d370861468f8282.tar.bz2
libcolour-76a8b26fc73e4b844033cde84d370861468f8282.tar.xz
Fix documentationHEADmaster
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
-rw-r--r--LIBCOLOUR_CIE1960UCS.72
-rw-r--r--LIBCOLOUR_CIEUVW.72
2 files changed, 2 insertions, 2 deletions
diff --git a/LIBCOLOUR_CIE1960UCS.7 b/LIBCOLOUR_CIE1960UCS.7
index b4eec56..2cad48e 100644
--- a/LIBCOLOUR_CIE1960UCS.7
+++ b/LIBCOLOUR_CIE1960UCS.7
@@ -51,7 +51,7 @@ hold the u, v, and, Y (luma) values.
.P
Y is 0 in black and 1 in white.
u is defined as 4X / (X + 15Y + 3Z), and
-v is defined as 6X / (X + 15Y + 3Z), where
+v is defined as 6Y / (X + 15Y + 3Z), where
X, Y, and Z are CIE 1931 XYZ values.
.P
The Y value is not part of CIE 1960 UCS,
diff --git a/LIBCOLOUR_CIEUVW.7 b/LIBCOLOUR_CIEUVW.7
index eeae80e..7592864 100644
--- a/LIBCOLOUR_CIEUVW.7
+++ b/LIBCOLOUR_CIEUVW.7
@@ -62,7 +62,7 @@ are not part of the colour, but rather part of the colour space.
.P
Y is 0 in black and 1 in white.
u\(aq is defined as 4X / (X + 15Y + 3Z), and
-v\(aq is defined as 9X / (X + 15Y + 3Z), where
+v\(aq is defined as 9Y / (X + 15Y + 3Z), where
X, Y, and Z are CIE 1931 XYZ values of the
\(dqspecified white object\(dq.
.P