Add missing sixel files
This commit is contained in:
parent
91e123a178
commit
2884624d64
4 changed files with 796 additions and 0 deletions
7
sixel_hls.h
Normal file
7
sixel_hls.h
Normal 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);
|
Loading…
Add table
Add a link
Reference in a new issue