mirror of
https://github.com/eRgo35/dots.git
synced 2025-12-16 23:46:13 +01:00
8 lines
140 B
C
8 lines
140 B
C
/*
|
|
* Primary color hues:
|
|
* blue: 0 degrees
|
|
* red: 120 degrees
|
|
* green: 240 degrees
|
|
*/
|
|
int hls_to_rgb(int hue, int lum, int sat);
|