al_color_hsv_to_rgb(3alleg5) | al_color_hsv_to_rgb(3alleg5) |
al_color_hsv_to_rgb - Allegro 5 API
#include <allegro5/allegro_color.h> void al_color_hsv_to_rgb(float hue, float saturation, float value,
float *red, float *green, float *blue)
Convert values in HSV color model to RGB color model.
Parameters:
al_color_rgb_to_hsv(3alleg5), al_color_hsv(3alleg5), al_color_hsl_to_rgb(3alleg5)
Allegro reference manual |