aboutsummaryrefslogtreecommitdiffstats
path: root/src/libclut.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@member.fsf.org>2016-01-11 01:07:05 +0100
committerMattias Andrée <maandree@member.fsf.org>2016-01-11 01:07:05 +0100
commita791bbf5a0866dfcaf9e1555937beaafc56edd2a (patch)
treef153afb75ffbb9313cf42292e396bcfa023c2b25 /src/libclut.h
parentlinking requirements for macros (diff)
downloadlibclut-a791bbf5a0866dfcaf9e1555937beaafc56edd2a.tar.gz
libclut-a791bbf5a0866dfcaf9e1555937beaafc56edd2a.tar.bz2
libclut-a791bbf5a0866dfcaf9e1555937beaafc56edd2a.tar.xz
typo + remove libclut_model_delta_e, it is irrelevant
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'src/libclut.h')
-rw-r--r--src/libclut.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/libclut.h b/src/libclut.h
index 2e5949d..eab4f8e 100644
--- a/src/libclut.h
+++ b/src/libclut.h
@@ -1069,20 +1069,6 @@ void libclut_model_ciexyz_to_cielab(double, double, double, double*, double*, do
LIBCLUT_GCC_ONLY__(__attribute__((__leaf__)))
void libclut_model_cielab_to_xiexyz(double, double, double, double*, double*, double*);
-/**
- * Convert the distance (∆E*_ab) between two [0, 1] sRGB colours.
- *
- * @param r1 The red component of the first colour.
- * @param g1 The green component of the first colour.
- * @param b1 The blue component of the first colour.
- * @param r2 The red component of the second colour.
- * @param g2 The green component of the second colour.
- * @param b2 The blue component of the second colour.
- * @return The difference.
- */
-LIBCLUT_GCC_ONLY__(__attribute__((__const__)))
-double libclut_model_delta_e(double, double, double, double, double, double);
-
#endif