mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
6 lines
83 B
C
6 lines
83 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
#include <stdint.h>
|
||
|
|
|
||
|
|
uint32_t hsl_to_rgb(int hue, int sat, int lum);
|