Home
last modified time | relevance | path

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

/dports/graphics/aaphoto/aaphoto-0.43.1/
H A Daargb.c133 void RGB_TO_HSL(double R, double G, double B, double *H1, double *S1, double *L1) in RGB_TO_HSL() function
890 RGB_TO_HSL (bp_r, bp_g, bp_b, &H, &S, &L); in AARGB_MAIN()
893 RGB_TO_HSL (wp_r, wp_g, wp_b, &H, &S, &L); in AARGB_MAIN()
986 RGB_TO_HSL (bp_r_end, bp_g_end, bp_b_end, &H, &S, &L); in AARGB_MAIN()
988 RGB_TO_HSL (wp_r_end, wp_g_end, wp_b_end, &H, &S, &L); in AARGB_MAIN()
1013 RGB_TO_HSL (bp_r_end, bp_g_end, bp_b_end, &H, &S, &L); in AARGB_MAIN()
1016 RGB_TO_HSL (wp_r_end, wp_g_end, wp_b_end, &H, &S, &L); in AARGB_MAIN()
1329 RGB_TO_HSL (col_r2, col_g2, col_b2, &H, &S, &L); in AARGB_MAIN()
1427 RGB_TO_HSL (col_r2, col_g2, col_b2, &H, &S, &L); in AARGB_MAIN()
1681 RGB_TO_HSL (bp_r, bp_g, bp_b, &H, &S, &L); in AARGB_MAIN()
[all …]