diff options
author | Mattias Andrée <maandree@kth.se> | 2016-12-15 23:02:16 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-12-15 23:02:16 +0100 |
commit | 9067f87983dffbbf8d8627101e3f3f11c2ba7f2e (patch) | |
tree | 51b9f62be6179a92f07a3d8c993ab49dd5040b7f /doc | |
parent | info: functions (diff) | |
download | libcolour-9067f87983dffbbf8d8627101e3f3f11c2ba7f2e.tar.gz libcolour-9067f87983dffbbf8d8627101e3f3f11c2ba7f2e.tar.bz2 libcolour-9067f87983dffbbf8d8627101e3f3f11c2ba7f2e.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/info/chap/functions.texinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/info/chap/functions.texinfo b/doc/info/chap/functions.texinfo index 9f98353..b47a584 100644 --- a/doc/info/chap/functions.texinfo +++ b/doc/info/chap/functions.texinfo @@ -17,7 +17,7 @@ Unapply the sRGB transfer function. Described in @ref{sRGB}. @item int libcolour_delta_e(const libcolour_colour_t*, const libcolour_colour_t*, double*) -Calculates the @math{\Delta e^*_{ab}} distance +Calculates the @math{\Delta E^*_{ab}} distance (the distance in CIE L*a*b*) of two colours. @item int libcolour_proper(libcolour_colour_t*) |