aboutsummaryrefslogtreecommitdiffstats
path: root/LIBCOLOUR_CIEXYY.7
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-02-22 14:22:08 +0100
committerMattias Andrée <m@maandree.se>2026-02-22 14:22:08 +0100
commit5d0d0e7d2f65f23b5eb3105a9163d403d239915d (patch)
tree1d743d74ccb5a9f32d14321befc29292b06dc8ae /LIBCOLOUR_CIEXYY.7
parentFix makefile (diff)
downloadlibcolour-5d0d0e7d2f65f23b5eb3105a9163d403d239915d.tar.gz
libcolour-5d0d0e7d2f65f23b5eb3105a9163d403d239915d.tar.bz2
libcolour-5d0d0e7d2f65f23b5eb3105a9163d403d239915d.tar.xz
m fixesHEADmaster
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'LIBCOLOUR_CIEXYY.7')
-rw-r--r--LIBCOLOUR_CIEXYY.76
1 files changed, 3 insertions, 3 deletions
diff --git a/LIBCOLOUR_CIEXYY.7 b/LIBCOLOUR_CIEXYY.7
index 1a70d26..1ea3d4e 100644
--- a/LIBCOLOUR_CIEXYY.7
+++ b/LIBCOLOUR_CIEXYY.7
@@ -1,4 +1,4 @@
-.TH LIBCOLOUR_CIEXYY 7 libcolour
+.TH LIBCOLOUR_CIEXYY 7 LIBCOLOUR
.SH NAME
LIBCOLOUR_CIEXYY - CIE xyY
.SH DESCRIPTION
@@ -17,7 +17,7 @@ use
.BR double ,
and
.BR long\ double ,
-respecitively, for the values stored in them,
+respectively, for the values stored in them,
and are otherwise identical.
.B struct libcolour_ciexyy_f
is defined as
@@ -48,7 +48,7 @@ and
.I .Y
hold the unscaled x, y, and Y values, respectively.
.P
-CIE xyY is not additive, nor is it linearily
+CIE xyY is not additive, nor is it linearly
isomorphic to CIE 1931 XYZ. Rather, it is defined by
x = X/(X + Y + Z), y = Y/(X + Y + Z), where X, Y, and
Z are the CIE 1931 XYZ values (with the same names)