From e61da07522a060da98fa3a56db3d0360469b26cf Mon Sep 17 00:00:00 2001 From: auric <104602845+ihateamongus@users.noreply.github.com> Date: Mon, 8 Sep 2025 21:19:14 -0500 Subject: organize repository layout --- archive/st/sixel_hls.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 archive/st/sixel_hls.h (limited to 'archive/st/sixel_hls.h') diff --git a/archive/st/sixel_hls.h b/archive/st/sixel_hls.h new file mode 100644 index 0000000..6176589 --- /dev/null +++ b/archive/st/sixel_hls.h @@ -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); -- cgit v1.2.3