From 76a8b26fc73e4b844033cde84d370861468f8282 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 27 Dec 2025 14:30:27 +0100 Subject: Fix documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- LIBCOLOUR_CIE1960UCS.7 | 2 +- LIBCOLOUR_CIEUVW.7 | 2 +- 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 -- cgit v1.2.3-70-g09d2