_rgb_to_hls
static void _rgb_to_hls(float, float, float, int *, int *, int *);
_rgb_to_hls((float)r, (float)g, (float)b, &h, &l, &s);