Home
last modified time | relevance | path

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

/dports/graphics/aaphoto/aaphoto-0.43.1/
H A Daargb.c195 void HSL_TO_RGB(double H, double S, double L, double *R1, double *G1, double *B1) in HSL_TO_RGB() function
892 HSL_TO_RGB (H, S, L, &bp_r, &bp_g, &bp_b); in AARGB_MAIN()
895 HSL_TO_RGB (H, S, L, &wp_r, &wp_g, &wp_b); in AARGB_MAIN()
1015 HSL_TO_RGB (H, S, L, &bp_r_end, &bp_g_end, &bp_b_end); in AARGB_MAIN()
1018 HSL_TO_RGB (H, S, L, &wp_r_end, &wp_g_end, &wp_b_end); in AARGB_MAIN()
1448 HSL_TO_RGB (H, S, L, &col_r2, &col_g2, &col_b2); in AARGB_MAIN()
1664 HSL_TO_RGB (H, S, L, &col_r2, &col_g2, &col_b2); in AARGB_MAIN()