aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2023-01-22 01:14:00 +0100
committerMattias Andrée <maandree@kth.se>2023-01-22 01:14:00 +0100
commitb50a01635c4cd6e5dd6ef2f19c3a1dacd67f37f2 (patch)
tree90dce6b1479771d6fe23f456402cdf51cc368f11
parentAdd libglitter_get_colour_space_conversion_matrix_{double,float} (diff)
downloadlibglitter-b50a01635c4cd6e5dd6ef2f19c3a1dacd67f37f2.tar.gz
libglitter-b50a01635c4cd6e5dd6ef2f19c3a1dacd67f37f2.tar.bz2
libglitter-b50a01635c4cd6e5dd6ef2f19c3a1dacd67f37f2.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--TODO1
-rw-r--r--libglitter.h2
2 files changed, 2 insertions, 1 deletions
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)