blob: fae594799d2bf897abcb44407696fd81a7a19ca3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
/* colortemp.h */
#ifndef _COLORTEMP_H
#define _COLORTEMP_H
int colortemp_check_extension();
int colortemp_set_temperature(int temp, float gamma[3]);
#endif /* ! _COLORTEMP_H */
|