1al_color_lab_to_rgb(3)                                  al_color_lab_to_rgb(3)
2
3
4

NAME

6       al_color_lab_to_rgb - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro_color.h>
10
11              void al_color_lab_to_rgb(float l, float a, float b,
12                  float *red, float *green, float *blue)
13

DESCRIPTION

15       Convert CIE L*a*b* color values to RGB color space.
16

SINCE

18       5.2.3
19

SEE ALSO

21       al_color_lab(3), al_color_rgb_to_lab(3)
22
23
24
25Allegro reference manual                                al_color_lab_to_rgb(3)
Impressum