al_color_rgb_to_xyz(3) al_color_rgb_to_xyz(3) NAME al_color_rgb_to_xyz - Allegro 5 API SYNOPSIS #include 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(3), al_color_xyz_to_rgb(3) Allegro reference manual al_color_rgb_to_xyz(3)