This commit is contained in:
Your Name
2025-11-29 10:11:19 -07:00
parent c152f63108
commit 44bbced266
4 changed files with 796 additions and 0 deletions

7
sixel_hls.h Normal file
View File

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