st/sixelhls.h
speedie 987e8cbe18 Add new st build from https://codeberg.org/speedie/st-next-2.
Old build can be found in the previous-2 branch. This one has sixel
support among other things, not to mention it draws text properly.
2022-11-13 22:16:04 +01:00

8 lines
140 B
C

/*
* Primary color hues:
* blue: 0 degrees
* red: 120 degrees
* green: 240 degrees
*/
int hls_to_rgb(int hue, int lum, int sat);