From 9d70dfc76159cffc6d85530ce7d9897118d9677c Mon Sep 17 00:00:00 2001 From: twells46 <173561638+twells46@users.noreply.github.com> Date: Sat, 29 Nov 2025 08:18:48 -0600 Subject: Add sixel patch --- sixel_hls.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sixel_hls.h (limited to 'sixel_hls.h') diff --git a/sixel_hls.h b/sixel_hls.h new file mode 100644 index 0000000..6176589 --- /dev/null +++ b/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