Home
last modified time | relevance | path

Searched refs:hsv_to_hsl (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/aegisub/aegisub-3.2.2/src/
H A Dcolorspace.h47 void hsv_to_hsl(int iH, int iS, int iV, unsigned char *oH, unsigned char *oS, unsigned char *oL);
H A Dcolorspace.cpp316 void hsv_to_hsl(int iH, int iS, int iV, unsigned char *oH, unsigned char *oS, unsigned char *oL) in hsv_to_hsl() function