wlsunset/color_math.h

9 lines
242 B
C

#ifndef _COLOR_MATH_H
#define _COLOR_MATH_H
void sun(struct tm *tm, double longitude, double latitude, time_t *sunrise, time_t *sunset);
double clamp(double value);
void calc_whitepoint(int temp, double *rw, double *gw, double *bw);
#endif