1al_color_rgb_to_lab(3) al_color_rgb_to_lab(3)
23
4
NAME
6al_color_rgb_to_lab - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro_color.h>
1011
void al_color_rgb_to_lab(float red, float green, float blue,
12float *l, float *a, float *b)
13
DESCRIPTION
15Convert RGB values to L*a*b* color space.
16
SINCE
185.2.3
19
SEE ALSO
21al_color_lab(3), al_color_lab_to_rgb(3)
2223
24
25
Allegro reference manual al_color_rgb_to_lab(3)