]> git.sesse.net Git - movit/blob - util.h
Small Makefile cleanup to prepare for more files.
[movit] / util.h
1 #ifndef _UTIL_H
2 #define _UTIL_H 1
3
4 // assumes h in [0, 2pi> or [-pi, pi>
5 void hsv2rgb(float h, float s, float v, float *r, float *g, float *b);
6
7 #endif // !defined(_UTIL_H)