From b50a01635c4cd6e5dd6ef2f19c3a1dacd67f37f2 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 22 Jan 2023 01:14:00 +0100 Subject: m MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- TODO | 1 + libglitter.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 4a19051..549f3cc 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,5 @@ Add colour space conversion +Add transfer function application function Add support for GPU-acceleration Add man pages Add tests diff --git a/libglitter.h b/libglitter.h index 4cd64bf..826ca16 100644 --- a/libglitter.h +++ b/libglitter.h @@ -207,7 +207,7 @@ void libglitter_desaturate_float(float **, size_t, size_t, size_t, size_t, size_ * @param c3y The CIE y value (as in CIE xyY) of the output's third primary colour * @param white_x The CIE x value (as in CIE xyY) of the output's white point * @param white_y The CIE y value (as in CIE xyY) of the output's white point - * @param white_Y The CIE Y value (as in CIE xyY) of the output's white point + * @param white_Y The CIE Y value (as in CIE xyY) of the output's white point, normally 1 * * `LIBGLITTER_ILLUMINANT_D65` can be input in place of * `white_x, white_y, white_Y` (it expands to three arguments) -- cgit v1.2.3-70-g09d2