diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2016-01-11 01:07:05 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2016-01-11 01:07:05 +0100 |
commit | a791bbf5a0866dfcaf9e1555937beaafc56edd2a (patch) | |
tree | f153afb75ffbb9313cf42292e396bcfa023c2b25 /src/libclut.h | |
parent | linking requirements for macros (diff) | |
download | libclut-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.h | 14 |
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 |