mirror of
https://github.com/mintycube/dotfiles.git
synced 2024-10-22 14:05:41 +02: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);
|