aboutsummaryrefslogtreecommitdiff
path: root/sixel_hls.h
diff options
context:
space:
mode:
authortwells46 <173561638+twells46@users.noreply.github.com>2025-11-29 08:18:48 -0600
committertwells46 <173561638+twells46@users.noreply.github.com>2025-11-29 08:18:48 -0600
commit9d70dfc76159cffc6d85530ce7d9897118d9677c (patch)
treee2171e954cdeed661b8e8af3500992d9b656f96e /sixel_hls.h
parentb1c93ae35772f4fb3a923605fefa02bf1fee585e (diff)
Add sixel patch
Diffstat (limited to 'sixel_hls.h')
-rw-r--r--sixel_hls.h7
1 files changed, 7 insertions, 0 deletions
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);