23#ifndef DT_APPS_ANSEL_CHART_TONECURVE_H
24#define DT_APPS_ANSEL_CHART_TONECURVE_H
double tonecurve_apply(const tonecurve_t *c, const double L)
double tonecurve_unapply(const tonecurve_t *c, const double L)
void tonecurve_delete(tonecurve_t *c)
void tonecurve_create(tonecurve_t *c, double *Lin, double *Lout, const int32_t num)