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