Provided by: allegro5-doc_5.2.8.0+dfsg-1_all
NAME
al_color_rgb_to_xyz - Allegro 5 API
SYNOPSIS
#include <allegro5/allegro_color.h> void al_color_rgb_to_xyz(float red, float green, float blue, float *x, float *y, float *z)
DESCRIPTION
Convert RGB values to XYZ color space.
SINCE
5.2.3
SEE ALSO
al_color_xyz(3alleg5), al_color_xyz_to_rgb(3alleg5)