1al_color_rgb_to_lab(3)                                  al_color_rgb_to_lab(3)
2
3
4

NAME

6       al_color_rgb_to_lab - Allegro 5 API
7

SYNOPSIS

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

DESCRIPTION

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

SINCE

18       5.2.3
19

SEE ALSO

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