summaryrefslogtreecommitdiffstats
path: root/firmware/color.h
blob: d9ece831273f60a0c63b075b13dc3268e218f82b (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef COLOR_H_
#define COLOR_H_

#include "util.h"


void hsl2rgb(uint16_t *r, uint16_t *g, uint16_t *b,
	     uint16_t h, uint16_t s, uint16_t l);


#endif /* COLOR_H_ */
bues.ch cgit interface