diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-22 14:22:08 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-22 14:22:08 +0100 |
| commit | 5d0d0e7d2f65f23b5eb3105a9163d403d239915d (patch) | |
| tree | 1d743d74ccb5a9f32d14321befc29292b06dc8ae /LIBCOLOUR_CIEXYY.7 | |
| parent | Fix makefile (diff) | |
| download | libcolour-5d0d0e7d2f65f23b5eb3105a9163d403d239915d.tar.gz libcolour-5d0d0e7d2f65f23b5eb3105a9163d403d239915d.tar.bz2 libcolour-5d0d0e7d2f65f23b5eb3105a9163d403d239915d.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
| -rw-r--r-- | LIBCOLOUR_CIEXYY.7 | 6 |
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) |
