wlsunset/color_math.h

8 lines
149 B
C

#ifndef _COLOR_MATH_H
#define _COLOR_MATH_H
double clamp(double value);
void calc_whitepoint(int temp, double *rw, double *gw, double *bw);
#endif