/*
	colspace.h
*/

void hls_rgb(deci h,deci l,deci s, int *r, int *g, int *b);
void rgb_hls(int _r, int _g, int _b, deci *h, deci *l, deci *s);
