1al_color_rgb_to_xyy(3) al_color_rgb_to_xyy(3)
23
4
NAME
6al_color_rgb_to_xyy - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro_color.h>
1011
void al_color_rgb_to_xyy(float red, float green, float blue,
12float *x, float *y, float *y2)
13
DESCRIPTION
15Convert RGB values to xyY color space.
16
SINCE
185.2.3
19
SEE ALSO
21al_color_xyy(3), al_color_xyy_to_rgb(3)
2223
24
25
Allegro reference manual al_color_rgb_to_xyy(3)