st-flexipatch

My st-flexipatch configuration
git clone git://git.ethandl.dev/st-flexipatch
Log | Files | Refs | README | LICENSE

sixel_hls.h (140B)


      1 /*
      2  * Primary color hues:
      3  *  blue:  0 degrees
      4  *  red:   120 degrees
      5  *  green: 240 degrees
      6  */
      7 int hls_to_rgb(int hue, int lum, int sat);