aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/color.h
blob: 9e5ef84172461eec98759b6add9aa14057d8a8c6 (plain)
1
2
3
4
5
6
7
8
9
10
#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