diff options
Diffstat (limited to 'src/libcolour.c')
-rw-r--r-- | src/libcolour.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libcolour.c b/src/libcolour.c index 3e15bd2..7799534 100644 --- a/src/libcolour.c +++ b/src/libcolour.c @@ -657,6 +657,8 @@ static void to_ydbdr(const libcolour_colour_t* restrict from, libcolour_ydbdr_t* static void to_yuv(const libcolour_colour_t* restrict from, libcolour_yuv_t* restrict to) { + /* TODO to_yuv: add direct conversion from and to CIE XYZ and use it as the default intermediary */ + /* TODO to_yub: add direct conversion from and to sRGB */ libcolour_colour_t tmp = *from; switch (from->model) { case LIBCOLOUR_YUV: |